After installing VB6, when I open the VB6 editor, it is showing the following message, The feature you are tryi开发者_StackOverflow社区ng to use is on a CD ROM or removable disk that is not avaiable
I am trying to set a custom paper size by doing: Printer.Height = 2160 Print开发者_开发百科er.Width = 11900
I have a VB6 program running on Windows 7. It is copying a large number of files and sometimes FileCopy fails with an access violation (between every 60 and 500 files).
I installed VB6 onto my machine. Whenever I open VB6 editor, it is asking for a "Dell Resource" CD
I am writing 开发者_JS百科a programme to be used internaly within our company and have come across the problem below:
how are they doing the hides ? http://www.zinious.com/products/ZHider/ like it can hide any window programs from showing up in task开发者_开发百科bar and system tray.
public sub Main() Set objShell = CreateObject(\"WScript.Shell\") strCommand = \"C:/Program Files/s/schedule.exe\"
Is it possible to use a VB开发者_运维技巧6 class in C#?I think you should just be able to add the library that contains your VB6 type as a reference in your C# project. Visual Studio will create an In
Basically, I want to have a database that\'s lightweight and I won\'t need to install a million other things on my clients computers for them to access this.
Basically I have a form that goes full screen automatically. But while Inet runs, this doesn\'t happen. After Inet finishes, app goes to full screen.