I had a vb6 application, I had once made the application using win7, but now when I try to run the application in win xp (even if i try to run exe or use the run function on vb6 programe to execute code) I am getting error that says something like that
'Unable to run script'
What the problem? why that error accrued?
Search Result
Collapse
4 results in 0.0040 seconds.
Keywords
Members
Tags
-
VB6 unable to run script error
-
Johnj Gilbert started a topic ping, format, netsh, ipconfig etc not working from Commanmd Line on XP SP3in Windowsping, format, netsh, ipconfig etc not working from Commanmd Line on XP SP3
Can someone tell me how to get access to command line functions in windows xp sp3, when i run cmd.exe then ping ipconfig, telnet ftp etc from the cl i get the "is not recognized as an internal or external command...." error.
commands such as dir, cd etc work, but progs in the sytem32 folder dont work. my path var is ok and when i type path in the cl it returns the correct vals "c:\windows\sys tem32" etc. funnily enough my... -
How to Delete an active desktop window in XP Home?
I was making a shotcut for my mom to her e-mail, (on comcast), and when pasting it to her desktop, it said do you want to add an active desktop item. I said yes, Now there is a window on her desktop that I can not remove that says:
"This content cannot be desplayed in a frame
To help protect the security of information you enter into this websitw, the publisher of this content does not allow it to be displayed in a frame.
... -
VB6 code runs under XP, but not under Win98
I have a VB6 project that runs OK under XP, but not under Win98. I have not packaged and deployed. I just copied my working folder of code from the XP machine to the Win98 machine. The code on the Win98 machine runs about 95% successful. The problem is this: I have a timer that, when it goes off, decrements a variable. The variable is used in my mainform, in a loop. I set breakpoints in the timer code and have verified that the variable is indeed...