Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting Texbox.Text to int 32 Pin
Rickard Andersson203-Dec-02 1:47
Rickard Andersson203-Dec-02 1:47 
GeneralRe: Converting Texbox.Text to int 32 Pin
djkno33-Dec-02 3:09
djkno33-Dec-02 3:09 
GeneralRe: Converting Texbox.Text to int 32 Pin
kaschimer3-Dec-02 4:01
kaschimer3-Dec-02 4:01 
GeneralRe: Converting Texbox.Text to int 32 Pin
djkno33-Dec-02 4:50
djkno33-Dec-02 4:50 
GeneralRe: Converting Texbox.Text to int 32 Pin
Pyt3-Dec-02 1:47
Pyt3-Dec-02 1:47 
GeneralRe: Converting Texbox.Text to int 32 Pin
djkno33-Dec-02 3:12
djkno33-Dec-02 3:12 
Generalclass diagram Pin
Anonymous3-Dec-02 0:54
Anonymous3-Dec-02 0:54 
GeneralRe: class diagram Pin
Ranjan Banerji3-Dec-02 2:09
Ranjan Banerji3-Dec-02 2:09 
GeneralRe: class diagram Pin
Michael P Butler3-Dec-02 3:30
Michael P Butler3-Dec-02 3:30 
GeneralRe: class diagram Pin
kaschimer3-Dec-02 4:11
kaschimer3-Dec-02 4:11 
GeneralRequest for adv C# tips & tricks Pin
ThaRudeDude2-Dec-02 20:58
ThaRudeDude2-Dec-02 20:58 
GeneralRe: Request for adv C# tips & tricks Pin
SimonS2-Dec-02 21:39
SimonS2-Dec-02 21:39 
GeneralLooping Problem. Pin
Steve McLenithan2-Dec-02 19:59
Steve McLenithan2-Dec-02 19:59 
GeneralRe: Looping Problem. Pin
Steve McLenithan2-Dec-02 20:01
Steve McLenithan2-Dec-02 20:01 
GeneralRe: Looping Problem. Pin
Daniel Turini2-Dec-02 22:14
Daniel Turini2-Dec-02 22:14 
GeneralRichTextBox Scrollbar Pin
ragear2-Dec-02 16:30
ragear2-Dec-02 16:30 
GeneralRe: RichTextBox Scrollbar Pin
leppie3-Dec-02 1:17
leppie3-Dec-02 1:17 
GeneralRe: RichTextBox Scrollbar Pin
ragear3-Dec-02 14:55
ragear3-Dec-02 14:55 
GeneralSome Bugs While Running C# Application On Win98 Pin
yccheok2-Dec-02 14:16
yccheok2-Dec-02 14:16 
GeneralRe: Some Bugs While Running C# Application On Win98 Pin
Jeff J3-Dec-02 16:20
Jeff J3-Dec-02 16:20 
GeneralRe: Some Bugs While Running C# Application On Win98 Pin
yccheok3-Dec-02 16:43
yccheok3-Dec-02 16:43 
GeneralRe: Some Bugs While Running C# Application On Win98 Pin
Nick Parker3-Dec-02 16:49
protectorNick Parker3-Dec-02 16:49 
GeneralRe: Some Bugs While Running C# Application On Win98 Pin
James T. Johnson3-Dec-02 16:59
James T. Johnson3-Dec-02 16:59 
GeneralRe: Some Bugs While Running C# Application On Win98 Pin
Nick Parker3-Dec-02 18:17
protectorNick Parker3-Dec-02 18:17 
GeneralRe: Some Bugs While Running C# Application On Win98 Pin
Jeff J3-Dec-02 20:37
Jeff J3-Dec-02 20:37 
Honestly, I'm not sure, although I do know that there were some changes in message handling, that started with W2K. I was only thinking in terms of giving you a better solution to your problem, and had not looked into the cause of your difficulties.

A simple way to find out, would be to temporarily add logging to app (or add a textbox), and list every message received in your new handler. Then just compare the list of events triggered after clicking the minimise button in W98 and W2K. You could do the same thing with Spy++ too.

One of the frustrations I have with .Net, is that I can't see how things work like is possible with MFC/ATL/WTL. So the answers aren't always obvious.

Cheers

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.