VS2005 x86 app not responsive in Windows 7
-
Wednesday, January 30, 2013 9:16 PM
I have a simple one page app that copies files from one place to another, works perfectly in WinXP, but in Win7 the interface appears to be completely non-responsive. Well the Red X still works, but simple push buttons don't depress.
I might expect there be a problem within the file copy routine, but that routine is never given a chance to begin. It locks up even before the "Me.Enable = False" has had a chance to complete as the first line after the button press.
The user's win7 environment is locked down/corporate, so there is nothing I can look at from the back side to figure out what is hanging it up.
The odd thing is that there is no error. It just stops responding to mouse commands.anyone have any suggestions?
hank you for your time
All Replies
-
Friday, February 01, 2013 5:26 AMModerator
Hi,
Copy or robocopy command can also be used to copy files.
If the application is not compatible with Windows 7. You can try to run the program in Windows XP Mode.
For your reference:
http://technet.microsoft.com/en-us/library/cc733145(v=ws.10).aspx
http://windows.microsoft.com/en-us/windows7/products/features/windows-xp-mode
Tracy Cai
TechNet Community Support
- Marked As Answer by Tracy CaiMicrosoft Contingent Staff, Moderator Tuesday, February 05, 2013 8:13 AM
-
Monday, February 04, 2013 2:51 PM
try to rebuild your code in VS 2010
i think it ll give you better result
try and tell me :)
Morcos Samuel
- Proposed As Answer by Morcos Samuel Sunday, March 17, 2013 11:32 AM

