Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
GeneralWithout Framwork can run .net applications Pin
jason_mf19-Dec-07 20:10
jason_mf19-Dec-07 20:10 
GeneralRe: Without Framwork can run .net applications Pin
N a v a n e e t h19-Dec-07 20:51
N a v a n e e t h19-Dec-07 20:51 
AnswerRe: Without Framwork can run .net applications Pin
TJoe20-Dec-07 2:40
TJoe20-Dec-07 2:40 
GeneralMDI with different processes Pin
Abdul Sami X19-Dec-07 20:04
Abdul Sami X19-Dec-07 20:04 
GeneralRe: MDI with different processes Pin
Paul Conrad24-Dec-07 19:41
professionalPaul Conrad24-Dec-07 19:41 
GeneralPublish app for multi user usage Pin
ZenyukIV19-Dec-07 19:26
ZenyukIV19-Dec-07 19:26 
QuestionAccessing Web Form controls from a C# thread Pin
Chesnokov Yuriy19-Dec-07 19:12
professionalChesnokov Yuriy19-Dec-07 19:12 
GeneralRe: Accessing Web Form controls from a C# thread Pin
N a v a n e e t h19-Dec-07 20:49
N a v a n e e t h19-Dec-07 20:49 
You can't access controls directly from a thread. Because controls are in another thread. You need to use delegates for this. Use the InvokeRequired property to identify the threads are different. According to that make calls. Check this MSDN[^] article for more idea.

BTW, you can use ReportProgress enabled BackGroundWorker class, which provides inbuilt support for all these.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


Generalregarding config file Pin
tasumisra19-Dec-07 17:49
tasumisra19-Dec-07 17:49 
GeneralRe: regarding config file Pin
Christian Graus19-Dec-07 17:55
protectorChristian Graus19-Dec-07 17:55 
GeneralRe: regarding config file Pin
tasumisra19-Dec-07 18:00
tasumisra19-Dec-07 18:00 
GeneralRe: regarding config file Pin
darkelv19-Dec-07 19:09
darkelv19-Dec-07 19:09 
QuestionHow can I validate an enum parameter without using IsDefined? Pin
JoeRip19-Dec-07 17:12
JoeRip19-Dec-07 17:12 
AnswerRe: How can I validate an enum parameter without using IsDefined? Pin
michaelvdnest19-Dec-07 18:59
michaelvdnest19-Dec-07 18:59 
GeneralRe: How can I validate an enum parameter without using IsDefined? Pin
JoeRip20-Dec-07 1:55
JoeRip20-Dec-07 1:55 
AnswerRe: How can I validate an enum parameter without using IsDefined? Pin
Pete O'Hanlon20-Dec-07 2:05
mvePete O'Hanlon20-Dec-07 2:05 
GeneralRe: How can I validate an enum parameter without using IsDefined? Pin
JoeRip20-Dec-07 2:13
JoeRip20-Dec-07 2:13 
QuestionHow to know if the mobile is downloading or uploading data from internet? Pin
supercsharp119-Dec-07 16:37
supercsharp119-Dec-07 16:37 
GeneralRe: How to know if the mobile is downloading or uploading data from internet? Pin
Paul Conrad19-Dec-07 16:43
professionalPaul Conrad19-Dec-07 16:43 
QuestionRe: How to know if the mobile is downloading or uploading data from internet? Pin
supercsharp119-Dec-07 18:16
supercsharp119-Dec-07 18:16 
GeneralRe: How to know if the mobile is downloading or uploading data from internet? Pin
Paul Conrad24-Dec-07 19:42
professionalPaul Conrad24-Dec-07 19:42 
JokeRe: How to know if the mobile is downloading or uploading data from internet? Pin
PIEBALDconsult19-Dec-07 16:58
mvePIEBALDconsult19-Dec-07 16:58 
QuestionApplying event handlers to dynamically generated controls Pin
Spacedmc19-Dec-07 14:14
Spacedmc19-Dec-07 14:14 
GeneralRe: Applying event handlers to dynamically generated controls Pin
J$19-Dec-07 14:46
J$19-Dec-07 14:46 
GeneralRe: Applying event handlers to dynamically generated controls Pin
Spacedmc19-Dec-07 14:59
Spacedmc19-Dec-07 14:59 

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.