R
Rich Douglass
Hi,
Last week I installed .Net 2.0 on a machine that already had 1.1
installed on it. Upon completion of that, my application started
misbehaving.
In the debugger, I found that my message hook no longer seems to run
properly if the main window is minimized. After 10 seconds, it times out
and returns control, where the application continues on.
Another problem is that if the application is minimized, a floating
toolbar that I put up as TOPMOST no longer displays.
FYI, this is a C language application written in MSVC 6.
Does anyone have any ideas why this would occur with .Net 2.0 installed?
This seems like a very strange change in behavior.
Source code and/or any other information as necessary can be provided.
Thank you.
Rich.
Last week I installed .Net 2.0 on a machine that already had 1.1
installed on it. Upon completion of that, my application started
misbehaving.
In the debugger, I found that my message hook no longer seems to run
properly if the main window is minimized. After 10 seconds, it times out
and returns control, where the application continues on.
Another problem is that if the application is minimized, a floating
toolbar that I put up as TOPMOST no longer displays.
FYI, this is a C language application written in MSVC 6.
Does anyone have any ideas why this would occur with .Net 2.0 installed?
This seems like a very strange change in behavior.
Source code and/or any other information as necessary can be provided.
Thank you.
Rich.