Click here to Skip to main content
15,914,163 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help-- Determining Mouse Pin
Polis Pilavas29-Apr-05 1:08
Polis Pilavas29-Apr-05 1:08 
QuestionHow to create Help file like VS.net Help (MSDN Library - April 2003) Pin
god4k28-Apr-05 21:57
god4k28-Apr-05 21:57 
AnswerRe: How to create Help file like VS.net Help (MSDN Library - April 2003) Pin
S. Senthil Kumar28-Apr-05 22:48
S. Senthil Kumar28-Apr-05 22:48 
GeneralObtaining Application Focus Pin
ekynox28-Apr-05 21:41
ekynox28-Apr-05 21:41 
GeneralRe: Obtaining Application Focus Pin
MoustafaS29-Apr-05 5:07
MoustafaS29-Apr-05 5:07 
GeneralRe: Obtaining Application Focus Pin
ekynox29-Apr-05 13:42
ekynox29-Apr-05 13:42 
General"Not Responding" Message in Windows Form Application Pin
G_Zola28-Apr-05 20:54
G_Zola28-Apr-05 20:54 
GeneralRe: "Not Responding" Message in Windows Form Application Pin
mav.northwind28-Apr-05 21:19
mav.northwind28-Apr-05 21:19 
When your app is in an infinite loop, then usually no windows messages are processed and thus your app is not responding.
So "Not responding" is just another word for "Not processing messages".
You can make your app responsive either by putting the loop code in a separate thread or by calling Application.DoEvents() inside the loop.

Regards,
mav
GeneralRe: "Not Responding" Message in Windows Form Application Pin
MoustafaS29-Apr-05 14:22
MoustafaS29-Apr-05 14:22 
GeneralHelp-- AxWebBrowser Control Pin
Umair Tariq28-Apr-05 20:30
Umair Tariq28-Apr-05 20:30 
GeneralZooming on winform controls Pin
sreejith ss nair28-Apr-05 20:22
sreejith ss nair28-Apr-05 20:22 
GeneralRe: Zooming on winform controls Pin
gaby2r28-Apr-05 22:58
gaby2r28-Apr-05 22:58 
GeneralRe: Zooming on winform controls Pin
sreejith ss nair29-Apr-05 2:18
sreejith ss nair29-Apr-05 2:18 
Generaluser32 overlaying another form Pin
jameswhollister28-Apr-05 19:54
jameswhollister28-Apr-05 19:54 
GeneralSetting a control focus when form is loaded Pin
Anonymous28-Apr-05 17:47
Anonymous28-Apr-05 17:47 
GeneralRe: Setting a control focus when form is loaded Pin
rudy.net28-Apr-05 19:27
rudy.net28-Apr-05 19:27 
GeneralRe: Setting a control focus when form is loaded Pin
Anonymous29-Apr-05 5:37
Anonymous29-Apr-05 5:37 
GeneralRe: Setting a control focus when form is loaded Pin
Kodanda Pani28-Apr-05 19:33
Kodanda Pani28-Apr-05 19:33 
GeneralRe: Setting a control focus when form is loaded Pin
M.Waseem Chishti28-Apr-05 20:23
M.Waseem Chishti28-Apr-05 20:23 
GeneralHide Taskbar from C#.net Pin
Kyaw Soe Khaing28-Apr-05 16:50
Kyaw Soe Khaing28-Apr-05 16:50 
GeneralRe: Hide Taskbar from C#.net Pin
leppie28-Apr-05 19:18
leppie28-Apr-05 19:18 
GeneralRe: Hide Taskbar from C#.net Pin
Fernando Soto28-Apr-05 19:41
Fernando Soto28-Apr-05 19:41 
GeneralSending info to another frame Pin
brian5528-Apr-05 15:44
brian5528-Apr-05 15:44 
GeneralRe: Sending info to another frame Pin
MoustafaS28-Apr-05 17:25
MoustafaS28-Apr-05 17:25 
GeneralPop-Up & AxBrowser Pin
Sergio Luix28-Apr-05 14:09
Sergio Luix28-Apr-05 14:09 

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.