Click here to Skip to main content
15,891,895 members
Home / Discussions / C#
   

C#

 
GeneralRe: OMR application Pin
Dan Neely19-Oct-05 3:58
Dan Neely19-Oct-05 3:58 
AnswerRe: OMR application Pin
Dave Kreskowiak19-Oct-05 2:43
mveDave Kreskowiak19-Oct-05 2:43 
AnswerRe: OMR application Pin
Anonymous19-Oct-05 17:08
Anonymous19-Oct-05 17:08 
GeneralRe: OMR application Pin
A.A.19-Oct-05 18:33
A.A.19-Oct-05 18:33 
Questionencryption in c# Pin
sandy_francs18-Oct-05 16:33
sandy_francs18-Oct-05 16:33 
AnswerRe: encryption in c# Pin
Guffa18-Oct-05 19:50
Guffa18-Oct-05 19:50 
JokeRe: encryption in c# Pin
leppie18-Oct-05 22:14
leppie18-Oct-05 22:14 
GeneralRe: encryption in c# Pin
Rob Philpott19-Oct-05 7:22
Rob Philpott19-Oct-05 7:22 
GeneralRe: encryption in c# Pin
Guffa20-Oct-05 1:47
Guffa20-Oct-05 1:47 
Questionhow to invalidate a space in textbox Pin
CandyMe18-Oct-05 15:48
CandyMe18-Oct-05 15:48 
AnswerRe: how to invalidate a space in textbox Pin
dsrazor18-Oct-05 16:00
dsrazor18-Oct-05 16:00 
GeneralRe: how to invalidate a space in textbox Pin
CandyMe22-Oct-05 16:18
CandyMe22-Oct-05 16:18 
Questionredirecting stdout to a file Pin
kush2818-Oct-05 14:20
kush2818-Oct-05 14:20 
AnswerRe: redirecting stdout to a file Pin
leppie18-Oct-05 18:51
leppie18-Oct-05 18:51 
QuestionDrawImageUnscaled......why scaled? Pin
sduhd18-Oct-05 14:15
sduhd18-Oct-05 14:15 
AnswerRe: DrawImageUnscaled......why scaled? Pin
Christian Graus18-Oct-05 14:26
protectorChristian Graus18-Oct-05 14:26 
AnswerRe: DrawImageUnscaled......why scaled? Pin
Guffa18-Oct-05 14:33
Guffa18-Oct-05 14:33 
Questioncrypting a file Pin
Sasuko18-Oct-05 11:54
Sasuko18-Oct-05 11:54 
AnswerRe: crypting a file Pin
Christian Graus18-Oct-05 12:04
protectorChristian Graus18-Oct-05 12:04 
QuestionWindows explorer image thumbnails from custom file format Pin
siliconesoul18-Oct-05 10:56
siliconesoul18-Oct-05 10:56 
Questionmenus Pin
xilefxilef18-Oct-05 10:35
xilefxilef18-Oct-05 10:35 
Questionchange exist file name in c# - question Pin
Yanshof18-Oct-05 9:15
Yanshof18-Oct-05 9:15 
AnswerRe: change exist file name in c# - question Pin
Wjousts18-Oct-05 9:20
Wjousts18-Oct-05 9:20 
QuestionUpdate Controls While Enabling Others Pin
thepolishguy18-Oct-05 7:57
thepolishguy18-Oct-05 7:57 
I need to update certain controls on a form in C# while a test sequence is performed that lasts up to 90 seconds while keeping a running record on that same form of the test results. Basically, the top half of the form will be the data entry portion of the form with the relevant text and combo boxes while the bottom portion of the form contains the data being tested. Certain labels and text boxes on the bottom part of the form need to be updated as the test progresses, but I need to enable the user to enter new data in the top half of the form. I thought perhaps multi-threading would solve the trick, but would the threads be able to access the same resource, this one form, at the same time?
AnswerRe: Update Controls While Enabling Others Pin
perlmunger18-Oct-05 10:17
perlmunger18-Oct-05 10:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.