Click here to Skip to main content
15,904,153 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataSet to CSV file Pin
Colin Angus Mackay23-Feb-06 12:20
Colin Angus Mackay23-Feb-06 12:20 
Questioncan't get Texture to draw in DirectX Pin
melanieab23-Feb-06 5:22
melanieab23-Feb-06 5:22 
AnswerRe: can't get Texture to draw in DirectX Pin
Andy Moore23-Feb-06 6:09
Andy Moore23-Feb-06 6:09 
QuestionClosing a form and enable another one! Pin
alee15.10.8823-Feb-06 4:52
alee15.10.8823-Feb-06 4:52 
AnswerRe: Closing a form and enable another one! Pin
Nicholas Butler23-Feb-06 5:18
sitebuilderNicholas Butler23-Feb-06 5:18 
GeneralRe: Closing a form and enable another one! Pin
alee15.10.8823-Feb-06 20:43
alee15.10.8823-Feb-06 20:43 
QuestionReading and writing to text file simultaneously Pin
liqnit23-Feb-06 3:39
liqnit23-Feb-06 3:39 
AnswerRe: Reading and writing to text file simultaneously Pin
yoaz23-Feb-06 10:00
yoaz23-Feb-06 10:00 
i think you need to use different threads for reading and writing, so as not to try to do both simultaneously. You will probably need to use lock keyword, as well as Monitor.Pulse and Monitor.Wait methods.
Try reading the help on these and have a nice day too.Smile | :)

there are no facts, only interpretations
QuestionConvert an Image Pointer Into a Bitmap Pin
redfish3423-Feb-06 3:22
redfish3423-Feb-06 3:22 
AnswerRe: Convert an Image Pointer Into a Bitmap Pin
Nicholas Butler23-Feb-06 3:40
sitebuilderNicholas Butler23-Feb-06 3:40 
GeneralRe: Convert an Image Pointer Into a Bitmap Pin
redfish3425-Feb-06 3:24
redfish3425-Feb-06 3:24 
QuestionWMI Exceptions/Updating List View Pin
autekre23-Feb-06 3:20
autekre23-Feb-06 3:20 
AnswerRe: WMI Exceptions/Updating List View Pin
Praveen Nayak23-Feb-06 19:00
Praveen Nayak23-Feb-06 19:00 
Questionpublic variables Pin
ddpn4223-Feb-06 3:08
ddpn4223-Feb-06 3:08 
AnswerRe: public variables Pin
Le centriste23-Feb-06 3:25
Le centriste23-Feb-06 3:25 
GeneralRe: public variables Pin
ddpn4223-Feb-06 14:22
ddpn4223-Feb-06 14:22 
GeneralRe: public variables Pin
Praveen Nayak23-Feb-06 19:09
Praveen Nayak23-Feb-06 19:09 
GeneralRe: public variables Pin
Le centriste24-Feb-06 1:54
Le centriste24-Feb-06 1:54 
AnswerRe: public variables Pin
StyleGuide23-Feb-06 3:33
StyleGuide23-Feb-06 3:33 
QuestionTransparent Label in Compact Framework? Pin
rnvrnv23-Feb-06 3:08
rnvrnv23-Feb-06 3:08 
Questionhow to check if client still connected to server Pin
batmanAgen23-Feb-06 2:57
batmanAgen23-Feb-06 2:57 
AnswerRe: how to check if client still connected to server Pin
Praveen Nayak23-Feb-06 19:19
Praveen Nayak23-Feb-06 19:19 
GeneralRe: how to check if client still connected to server Pin
batmanAgen23-Feb-06 21:01
batmanAgen23-Feb-06 21:01 
QuestionMicrosoft.DirectX.AudioVideoPlayback.Video Pin
kaka2223-Feb-06 2:12
kaka2223-Feb-06 2:12 
QuestionConstructor overloading Pin
spin vector23-Feb-06 1:56
spin vector23-Feb-06 1:56 

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.