Found 20 threads
-
3 투표
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 ...답변됨 | 14 응답 | 8662 보기 | Created by marine-tex - 2011년 1월 6일 목요일 오후 1:50 | 최근 응답 님의 marine-tex - 2020년 11월 27일 금요일 오전 4:04 -
4 투표
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 ...답변됨 | 21 응답 | 18472 보기 | Created by SmallPaulUK - 2010년 9월 10일 금요일 오후 1:22 | 최근 응답 님의 greg.jankowski - 2020년 10월 12일 월요일 오후 3:18 -
0 투표
Joining video files in C#
Hi, Is there any way to join video files ? Any help would be appreciated.답변됨 | 3 응답 | 18354 보기 | Created by Navaneeth - 2008년 1월 2일 수요일 오전 9:34 | 최근 응답 님의 Jiangm - 2020년 8월 26일 수요일 오전 10:12 -
0 투표
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 ...제안된 답변 | 25 응답 | 12107 보기 | Created by Nickslik - 2012년 8월 26일 일요일 오후 5:48 | 최근 응답 님의 Amin29a - 2020년 8월 23일 일요일 오후 4:02 -
0 투표
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 ...답변됨 | 12 응답 | 11718 보기 | Created by tetsu1 - 2013년 8월 24일 토요일 오후 8:35 | 최근 응답 님의 DeskWare - 2020년 8월 14일 금요일 오후 2:20 -
0 투표
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 ...답변됨 | 5 응답 | 10007 보기 | Created by Matt Harber - 2013년 10월 29일 화요일 오전 7:29 | 최근 응답 님의 Kareninstructor - 2020년 7월 23일 목요일 오후 6:59 -
6 투표
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 ...제안된 답변 | 35 응답 | 71693 보기 | Created by Hobz - 2010년 2월 4일 목요일 오전 11:55 | 최근 응답 님의 Lee Kirk Hawley - 2020년 7월 15일 수요일 오후 7:09 -
2 투표
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 ... -
1 투표
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 ...답변됨 | 7 응답 | 11172 보기 | Created by Tony_rivermsfly - 2011년 6월 5일 일요일 오후 12:04 | 최근 응답 님의 Nico442 - 2020년 7월 5일 일요일 오후 7:27 -
3 투표
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 ...답변됨 | 14 응답 | 21664 보기 | Created by Pillasaar - 2013년 7월 1일 월요일 오후 4:56 | 최근 응답 님의 Dearcoder - 2020년 2월 5일 수요일 오후 3:43 -
4 투표
BindingList cross thread invoked call confusion
clientList.Clear())); } else { clientList.Clear(); } ...답변됨 | 12 응답 | 11754 보기 | Created by Dodger6 - 2012년 10월 4일 목요일 오후 11:43 | 최근 응답 님의 David.Hary - 2020년 2월 4일 화요일 오후 8:31 -
3 투표
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 ...답변됨 | 5 응답 | 38839 보기 | Created by Jon Q Jacobs - 2013년 4월 20일 토요일 오전 1:55 | 최근 응답 님의 HelpIsNice - 2020년 1월 6일 월요일 오후 8:05 -
4 투표
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 >; ... -
17 투표
how to convert byte array to bitmap in c#
is it possible to convert byte array to bitmap in c# regards ALGATES답변됨 | 12 응답 | 208831 보기 | Created by algates - 2007년 12월 25일 화요일 오전 5:08 | 최근 응답 님의 yg_sunshine - 2019년 11월 14일 목요일 오전 2:30 -
14 투표
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 ...답변됨 | 39 응답 | 27083 보기 | Created by Mohamed Elghamry - 2010년 9월 12일 일요일 오후 9:52 | 최근 응답 님의 Wackyduck - 2019년 11월 10일 일요일 오후 8:26 -
1 투표
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, ...질문 | 9 응답 | 15472 보기 | Created by FreeCoderr - 2011년 7월 18일 월요일 오후 2:05 | 최근 응답 님의 JUST LOG ME IN ALREADY - 2019년 11월 4일 월요일 오후 9:45 -
1 투표
Help creating signature in picturebox
Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.Windows.Forms Public Class Form1 Private xPoint As Integer Private ...답변됨 | 4 응답 | 13820 보기 | Created by BlueWizzY - 2010년 4월 27일 화요일 오후 8:39 | 최근 응답 님의 Sheik Muhammed Manayil - 2019년 10월 8일 화요일 오전 5:41 -
0 투표
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 ...답변됨 | 11 응답 | 16985 보기 | Created by Uddipto Banerji - 2011년 8월 20일 토요일 오후 12:56 | 최근 응답 님의 Daniel Balciunas - 2019년 10월 2일 수요일 오후 11:21 -
10 투표
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.답변됨 | 9 응답 | 48727 보기 | Created by jSherz - 2010년 5월 9일 일요일 오전 11:33 | 최근 응답 님의 Wilfred Walah - 2019년 9월 26일 목요일 오전 7:34 - 11160개 중 1 ~ 20개 항목 다음 ›