Problem on XP
-
I have a dialog based application which runs fine on NT and 2000. However, it doesnt work under XP. I have done some traces, the application gets invoked, but the main dialog window does not appear. Any ideas? Man Learns from History that he never learns from History
-
I have a dialog based application which runs fine on NT and 2000. However, it doesnt work under XP. I have done some traces, the application gets invoked, but the main dialog window does not appear. Any ideas? Man Learns from History that he never learns from History
-
I have a dialog based application which runs fine on NT and 2000. However, it doesnt work under XP. I have done some traces, the application gets invoked, but the main dialog window does not appear. Any ideas? Man Learns from History that he never learns from History
Create the dialog with the
DS_NOFAILCREATE
style. If that works, then you know there is a control-related issue. This is normally because an ActiveX control is being used that does not exist, or has not been registered, on the target machine.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown