Click here to Skip to main content
15,919,500 members
Home / Discussions / C#
   

C#

 
GeneralRe: Compound file in C# Pin
Heath Stewart25-May-04 2:37
protectorHeath Stewart25-May-04 2:37 
GeneralRe: Compound file in C# Pin
Dave Kreskowiak23-May-04 4:34
mveDave Kreskowiak23-May-04 4:34 
GeneralRe: Compound file in C# Pin
Heath Stewart23-May-04 4:39
protectorHeath Stewart23-May-04 4:39 
General> C# question < Pin
Star Newb22-May-04 20:58
sussStar Newb22-May-04 20:58 
GeneralRe: > C# question < Pin
Colin Angus Mackay23-May-04 1:41
Colin Angus Mackay23-May-04 1:41 
GeneralRe: > C# question < Pin
Heath Stewart23-May-04 4:26
protectorHeath Stewart23-May-04 4:26 
GeneralNetwork Programming Pin
tsandl22-May-04 20:12
tsandl22-May-04 20:12 
GeneralRe: Network Programming Pin
Colin Angus Mackay23-May-04 1:48
Colin Angus Mackay23-May-04 1:48 
What was the exception? What error happened? Where did it happen? What did the stack trace look like?

You need to provide more information if we are to help you. The most obvious thing is contention of resources. When you only have on chat session there is only one thing using one resource, when you have two or more chat windows open they are sharing the same resource.

When you use ShowDialog() dialog opens and as you see the application ignores the user in everything but the dialog. This is the correct behaviour. So, while this dialog is open other events are not firing. If you use Show() the application will continue to receive events. Perhaps some event in another part of the application is interfering with your dialog.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


Generalredraw a form Pin
theDawckta22-May-04 16:22
theDawckta22-May-04 16:22 
GeneralRe: redraw a form Pin
Charlie Williams22-May-04 18:42
Charlie Williams22-May-04 18:42 
GeneralRe: redraw a form Pin
theDawckta22-May-04 19:11
theDawckta22-May-04 19:11 
GeneralRe: redraw a form Pin
Charlie Williams22-May-04 19:22
Charlie Williams22-May-04 19:22 
GeneralRe: redraw a form Pin
theDawckta22-May-04 19:33
theDawckta22-May-04 19:33 
GeneralRe: redraw a form Pin
Heath Stewart23-May-04 4:18
protectorHeath Stewart23-May-04 4:18 
GeneralRe: redraw a form Pin
theDawckta23-May-04 8:21
theDawckta23-May-04 8:21 
GeneralRe: redraw a form Pin
Dave Kreskowiak23-May-04 16:25
mveDave Kreskowiak23-May-04 16:25 
GeneralRe: redraw a form Pin
theDawckta23-May-04 8:56
theDawckta23-May-04 8:56 
GeneralRe: redraw a form Pin
theDawckta22-May-04 19:34
theDawckta22-May-04 19:34 
GeneralRe: redraw a form Pin
Dave Kreskowiak23-May-04 4:23
mveDave Kreskowiak23-May-04 4:23 
General"On screen keyboard" user control Pin
Alan Zhao22-May-04 15:21
Alan Zhao22-May-04 15:21 
GeneralRe: "On screen keyboard" user control Pin
Marc Clifton23-May-04 3:07
mvaMarc Clifton23-May-04 3:07 
GeneralRe: "On screen keyboard" user control Pin
Alan Zhao23-May-04 3:53
Alan Zhao23-May-04 3:53 
GeneralRe: "On screen keyboard" user control Pin
Heath Stewart23-May-04 4:13
protectorHeath Stewart23-May-04 4:13 
GeneralRe: "On screen keyboard" user control Pin
Heath Stewart23-May-04 4:03
protectorHeath Stewart23-May-04 4:03 
GeneralRe: "On screen keyboard" user control Pin
Alan Zhao23-May-04 4:17
Alan Zhao23-May-04 4: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.