Click here to Skip to main content
16,005,181 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to suppress a scroll bar Pin
amymarie318-Sep-06 10:04
amymarie318-Sep-06 10:04 
Questioninvoke php script with c# Pin
Legolas_Bilbao27-Jul-06 23:51
Legolas_Bilbao27-Jul-06 23:51 
QuestionHow to upload video Pin
saurabh.sharma27-Jul-06 23:50
saurabh.sharma27-Jul-06 23:50 
AnswerRe: How to upload video Pin
stancrm28-Jul-06 0:24
stancrm28-Jul-06 0:24 
GeneralRe: How to upload video Pin
saurabh.sharma28-Jul-06 1:47
saurabh.sharma28-Jul-06 1:47 
GeneralRe: How to upload video Pin
cje28-Jul-06 9:25
cje28-Jul-06 9:25 
QuestionHow to Close a dialog Launched in another Thread Pin
Mursil27-Jul-06 23:34
Mursil27-Jul-06 23:34 
AnswerRe: How to Close a dialog Launched in another Thread Pin
J4amieC28-Jul-06 0:16
J4amieC28-Jul-06 0:16 
Cardinal programming sin #1 is operating on the UI from anything but the (single) UI Thread.

You just discovered why!

Open your dialog on the UI Thread, only operate on it from the UI Thread.


QuestionReflection and Type.GetFields() with inherited private fields Pin
nexo5470027-Jul-06 23:29
nexo5470027-Jul-06 23:29 
AnswerRe: Reflection and Type.GetFields() with inherited private fields Pin
LongRange.Shooter28-Jul-06 8:56
LongRange.Shooter28-Jul-06 8:56 
QuestionHow to save file address in database Pin
saurabh.sharma27-Jul-06 23:28
saurabh.sharma27-Jul-06 23:28 
AnswerRe: How to save file address in database Pin
Khawar Abbas127-Jul-06 23:59
Khawar Abbas127-Jul-06 23:59 
QuestionProblem with Generated DLL ... Pin
SD327-Jul-06 23:28
SD327-Jul-06 23:28 
AnswerRe: Problem with Generated DLL ... Pin
gnjunge28-Jul-06 0:48
gnjunge28-Jul-06 0:48 
QuestionSetting form location Pin
AnnnS27-Jul-06 23:24
AnnnS27-Jul-06 23:24 
AnswerRe: Setting form location Pin
stancrm27-Jul-06 23:27
stancrm27-Jul-06 23:27 
AnswerRe: Setting form location Pin
Robert Rohde27-Jul-06 23:28
Robert Rohde27-Jul-06 23:28 
QuestionRe: Setting form location Pin
AnnnS27-Jul-06 23:32
AnnnS27-Jul-06 23:32 
AnswerRe: Setting form location Pin
J4amieC28-Jul-06 0:14
J4amieC28-Jul-06 0:14 
Questioncontinuous scrolling [custom controls] Pin
kkadir27-Jul-06 23:08
kkadir27-Jul-06 23:08 
AnswerRe: continuous scrolling [custom controls] Pin
jjansen27-Jul-06 23:58
jjansen27-Jul-06 23:58 
QuestionHow do I use try and catch Pin
minniemooo27-Jul-06 23:02
minniemooo27-Jul-06 23:02 
AnswerRe: How do I use try and catch Pin
stancrm27-Jul-06 23:08
stancrm27-Jul-06 23:08 
AnswerRe: How do I use try and catch Pin
JacquesDP27-Jul-06 23:08
JacquesDP27-Jul-06 23:08 
AnswerRe: How do I use try and catch Pin
Robert Rohde27-Jul-06 23:26
Robert Rohde27-Jul-06 23:26 

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.