Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Autorun application


Message #1 by "Seth Bembeneck" <sbembeneck@c...> on Thu, 20 Sep 2001 01:56:01
For the VB5 app, the DLLs required are:

AsycFilt.dll
Comcat.dll
ctl3d32.dll
msvbvm50.dll
ole32.dll
oldaut32.dll
olepro32.dll
stdole2.tlb
vb5stkit.dll

I not sure that ALL of these are necessary (vb5stkit.dll), but it worked
with them all. I have since tried doing the same for VB6 (using VB6
equivalents were obvious), but it didn't seem to work, so I just did it in
VB5 again. Hope this helps,

Mark

-----Original Message-----
From: Seth Bembeneck [mailto:sbembeneck@c...]
Sent: 21 September 2001 01:47
To: professional vb
Subject: [pro_vb] RE: Autorun application


Yes please. I don't have access to visual c++, so any program has to be in
visual basic. So, if I just make sure that the dll's that the program
needs are in the same directory, it should work?

> I used VB5 to create an autorun app. I just made sure the appropriate
DLLs
> were in the same directory as autorun.exe. I haven't tried to do it with
VB6
> though. If you want, I can find out which dlls I used for VB5.
>
> -----Original Message-----
> From: Daniel O'Dorisio [mailto:dodorisio@h...]
> Sent: 20 September 2001 17:12
> To: professional vb
> Subject: [pro_vb] RE: Autorun application
>
>
> Why not just use a hta application
>
> -----Original Message-----
> From: Kim, Cardyin [mailto:CKim@s...]
> Sent: Thursday, September 20, 2001 12:10 PM
> To: professional vb
> Subject: [pro_vb] RE: Autorun application
>
>
> If you wanted do run a windows program that is able to be run on most PC
> machines, you would have to write your code in Visual C++. The downside
> of writing applications in VB is that you need to have the Visual Basic
> Runtime libraries installed on your machine in order to run the program
> correctly.
>
> If the computer that tries to run the VB program doesn't have the
> runtime libraries installed, it won't be able to run the program at all,
> and fail with an error.
>
> Perhaps there is a menu type freeware application that you can use
> instead.
>
> Cardyin
>
> ---------------------------------------
> Cardyin Kim
> Client/Server & Web Development Analyst
> Information Services
> San Antonio Community Hospital
> ckim@s...     (xxx)xxx-xxxx
> ---------------------------------------
>

  Return to Index