Found 20 threads
-
3 Voti
Just curious about this Rnd(Rnd(Rnd*200)) result...
199 then console.writeline(" ! 199 ! ") ' Report if value is over 199 next x console.write(Cstr(y)+" ") ' Report ...Con risposta | 14 Risposte | 8619 Visualizzazioni | Created by marine-tex - giovedì 6 gennaio 2011 13:50 | ultima risposta da marine-tex - venerdì 27 novembre 2020 04:04 -
4 Voti
C# Problem with multiple SerialDataRecieved event handlers
Hi all, I'm relatively new to C# and have no formal programming experience so apologies in advance if the way I do things are bad practice etc - I generally implement things in a ...Con risposta | 21 Risposte | 18426 Visualizzazioni | Created by SmallPaulUK - venerdì 10 settembre 2010 13:22 | ultima risposta da greg.jankowski - lunedì 12 ottobre 2020 15:18 -
0 Voti
Joining video files in C#
Hi, Is there any way to join video files ? Any help would be appreciated.Con risposta | 3 Risposte | 18310 Visualizzazioni | Created by Navaneeth - mercoledì 2 gennaio 2008 09:34 | ultima risposta da Jiangm - mercoledì 26 agosto 2020 10:12 -
0 Voti
DoubleBuffered panel creates trailing effect when moving pictureBoxes across it
I am using a Double buffered panel using the code: public DoubleBufferPanel() { // Set the value of the double-buffering style bits ...Risposta suggerita | 25 Risposte | 12052 Visualizzazioni | Created by Nickslik - domenica 26 agosto 2012 17:48 | ultima risposta da Amin29a - domenica 23 agosto 2020 16:02 -
0 Voti
How can I show a Messagebox on top of my worker-threaded splash screen?
Hi, My Windows Forms app shows a splash screen that is created on a worker thread in program.cs. Before showing the MainForm in it, I need to do a lot of stuff that includes showing ...Con risposta | 12 Risposte | 11672 Visualizzazioni | Created by tetsu1 - sabato 24 agosto 2013 20:35 | ultima risposta da DeskWare - venerdì 14 agosto 2020 14:20 -
0 Voti
Print Multiple Datagridviews on one page c#
Hello, I have two DataGridViews (datagridview1 & datagridview2) both rosters. How can I print them both on the one page. Not on 2 ...Con risposta | 5 Risposte | 9961 Visualizzazioni | Created by Matt Harber - martedì 29 ottobre 2013 07:29 | ultima risposta da Kareninstructor - giovedì 23 luglio 2020 18:59 -
6 Voti
High precision timers in C#
I am currently in need of a high precision timer. The implemented timers found in .NET are not sufficient. I have done some research and found ...Risposta suggerita | 35 Risposte | 71653 Visualizzazioni | Created by Hobz - giovedì 4 febbraio 2010 11:55 | ultima risposta da Lee Kirk Hawley - mercoledì 15 luglio 2020 19:09 -
2 Voti
How to wait for a Serial Port to respond
Hi Is it to possible to wait for a serialPort component to complete it's response? I have a device connected to the serial port of my PC. I use the ...Domanda | 16 Risposte | 50910 Visualizzazioni | Created by gnout - martedì 31 agosto 2010 09:09 | ultima risposta da gnout - sabato 11 luglio 2020 13:11 -
1 Voti
SendInput won't work when compiled with x64 option
The following is a complete SendInput example ready for test. Just simply create a console project and paste the code. When running, press space key and if SendInput works then two 'a's will be ...Con risposta | 7 Risposte | 11132 Visualizzazioni | Created by Tony_rivermsfly - domenica 5 giugno 2011 12:04 | ultima risposta da Nico442 - domenica 5 luglio 2020 19:27 -
3 Voti
Redirecting command window messages to rich text box
Hello All, I am trying to run a batch script from my C# desktop application. I want to display all errors and messages from command prompt to be redirected to a ...Con risposta | 14 Risposte | 21622 Visualizzazioni | Created by Pillasaar - lunedì 1 luglio 2013 16:56 | ultima risposta da Dearcoder - mercoledì 5 febbraio 2020 15:43 -
4 Voti
BindingList cross thread invoked call confusion
clientList.Clear())); } else { clientList.Clear(); } ...Con risposta | 12 Risposte | 11715 Visualizzazioni | Created by Dodger6 - giovedì 4 ottobre 2012 23:43 | ultima risposta da David.Hary - martedì 4 febbraio 2020 20:31 -
3 Voti
A Graphics object cannot be created from an image that has an indexed pixel format.
I have used this Overlay function with tif files I create. However, when I download a "real" tif image from our repository, I get the subject line error. 1. What is an ...Con risposta | 5 Risposte | 38797 Visualizzazioni | Created by Jon Q Jacobs - sabato 20 aprile 2013 01:55 | ultima risposta da HelpIsNice - lunedì 6 gennaio 2020 20:05 -
0 Voti
how to convert .TS files to mpeg2 ?
I all, anyone known how to convert a .TS file to mpeg? could you possibly help me in performing this task?? Thank youRisposta suggerita | 4 Risposte | 11317 Visualizzazioni | Created by JOK8686 - venerdì 28 agosto 2009 15:16 | ultima risposta da kkmin - lunedì 6 gennaio 2020 11:52 -
4 Voti
How to get the index of the Dictionary key ?
Is it possible to get the index of a specific Dictionary key? e.g. something like this: Dictionary myDictionary = new Dictionary<string, string >; ...Con risposta | 11 Risposte | 75851 Visualizzazioni | Created by monetia - sabato 13 marzo 2010 07:15 | ultima risposta da TSolina - giovedì 12 dicembre 2019 13:57 -
17 Voti
how to convert byte array to bitmap in c#
is it possible to convert byte array to bitmap in c# regards ALGATESCon risposta | 12 Risposte | 208782 Visualizzazioni | Created by algates - martedì 25 dicembre 2007 05:08 | ultima risposta da yg_sunshine - giovedì 14 novembre 2019 02:30 -
14 Voti
Making an operating system
Hi everyone, I know that my question is very strange but please , I want an answer . I want to make a simple GUI and 32-bit operating system with file manager ...Con risposta | 39 Risposte | 27006 Visualizzazioni | Created by Mohamed Elghamry - domenica 12 settembre 2010 21:52 | ultima risposta da Wackyduck - domenica 10 novembre 2019 20:26 -
1 Voti
GDI+ or .NET bug - 8bpp PNG loaded as 32bpp
There is a bug in GDI (or .NET). Steps to Reproduce: 1. Create a 8bpp Bitmap Bitmap bmp = new Bitmap(200, 200, ...Domanda | 9 Risposte | 15435 Visualizzazioni | Created by FreeCoderr - lunedì 18 luglio 2011 14:05 | ultima risposta da JUST LOG ME IN ALREADY - lunedì 4 novembre 2019 21:45 -
1 Voti
Help creating signature in picturebox
Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.Windows.Forms Public Class Form1 Private xPoint As Integer Private ...Con risposta | 4 Risposte | 13782 Visualizzazioni | Created by BlueWizzY - martedì 27 aprile 2010 20:39 | ultima risposta da Sheik Muhammed Manayil - martedì 8 ottobre 2019 05:41 -
0 Voti
Exception from HRESULT: 0x80040266 with RenderFile(Strfilename) on Windows 7
I have to play targetMusic,Buffermusic and background music at the same time with the file extension like.wav and mp3. The files are played asynchronously.Now I'm getting the error when Exception from ...Con risposta | 11 Risposte | 16948 Visualizzazioni | Created by Uddipto Banerji - sabato 20 agosto 2011 12:56 | ultima risposta da Daniel Balciunas - mercoledì 2 ottobre 2019 23:21 -
10 Voti
Visual Basic 2010 Downloading a file With Progress Bar
Is there any way in Visual Basic 2010 that I can download a file to a specific location, with a progress bar showing how much of the file has downloaded.Con risposta | 9 Risposte | 48679 Visualizzazioni | Created by jSherz - domenica 9 maggio 2010 11:33 | ultima risposta da Wilfred Walah - giovedì 26 settembre 2019 07:34 - Items 1 to 20 of 11160 prossimo ›