Hello,
Using VB 5.0, I created simple program that displays information using the MS Grid control. I used the setup up wizard to create installation disketes. However when I try to install the prog...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10037113.html
Zones:
Visual BasicDate Answered: 01/27/1998 Grade: A Views: 9
I tried to do
regsvr32 xxxxx.ocx
and got error message: LoadLibary("xxxxx.ocx") failed.
However, I did the same thing with the same file in another PC with success.
Do you think to do that we need ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10067661.html
Zones:
Visual BasicDate Answered: 07/31/1998 Grade: A Views: 0
When I try to register winsck.ocx with RegSvr32, I keep getting an error that says, "LoadLibrary('winsck.ocx') Failed. GetLastError returns 0x0000001f." I don't know what this means, but I think a ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Win95_3x/95/Q_10105...
Zones:
Windows 95Date Answered: 01/29/1999 Grade: C Views: 0
How can I pause a program immediately after calling SHELL command. My app continues on even though the call in SHELL is not finished. I need to wait for the call in the SHELL command to finish befo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10776021.html
Zones:
Visual BasicDate Answered: 07/22/2000 Grade: A Views: 0
Hello,
Does anyone have a VB program that can be used to register/unregister Active X DLLs (like REGSVR32)? Also, is there a discussion of this available anywhere on the web?
I distribute DLLs...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20101881.html
Zones:
Visual BasicDate Answered: 04/12/2001 Grade: A Views: 0
I am having a problem installing fp 2000. after first installing it, i was having problems with asp pages. so i uninstalled fp and pws and reinstalled them...from here it just got worse. i have now...
http://www.experts-exchange.com/Web_Development/Software/FrontPage/Q_20110579.html
Zones:
FrontPageDate Answered: 06/24/2002 Grade: A Views: 0
I am just begin to use Vc++. Now I have a COM with source code download from net.
Every time I change the code(just a little) and rebuild it. The hints will show as list following
"LINK : fatal...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20310075.html
How to register n number of dll without confirmation,using regsvr32 shell command in visual basic?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20497928.html
Zones:
Visual BasicDate Answered: 08/01/2003 Grade: B Views: 4
Hi there,
I am working on a regular ATL COM (DLL) project generated with MSVC6.0 on Windows2000 (Pack3). It was created with MFC support, as I need it.
My project can be registered on my own ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20558909.htm...
Hi, I'm creating a vbs script that uses WMI, to copy an OCX file from the network and into the winnt/system32 directory. The problem I'm having is trying to figure out how to get the script to regi...
http://www.experts-exchange.com/Networking/Windows_Networking/Q_20629429.html