Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp from VB programmers Pin
#realJSOP5-Jul-04 23:34
professional#realJSOP5-Jul-04 23:34 
GeneralRe: Help from VB programmers Pin
Duncan Edwards Jones6-Jul-04 0:15
professionalDuncan Edwards Jones6-Jul-04 0:15 
GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 0:56
professional#realJSOP6-Jul-04 0:56 
GeneralRe: Help from VB programmers Pin
Duncan Edwards Jones6-Jul-04 1:47
professionalDuncan Edwards Jones6-Jul-04 1:47 
GeneralRe: Help from VB programmers Pin
anonymous20056-Jul-04 0:53
anonymous20056-Jul-04 0:53 
GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 1:20
professional#realJSOP6-Jul-04 1:20 
GeneralRe: Help from VB programmers Pin
anonymous20056-Jul-04 1:41
anonymous20056-Jul-04 1:41 
GeneralRe: Help from VB programmers Pin
Michael P Butler6-Jul-04 1:29
Michael P Butler6-Jul-04 1:29 
John,

I've tried to download your dll but the link doesn't work from my current location.

Here is a sample of how I use a dll from VB. (I just ripped the first one from a VB project). This one gets the GetFileVersionInfoA function from Version.dll.

Declare Function GetFileVersionInfo Lib "Version.dll" Alias _<br />
   "GetFileVersionInfoA" (ByVal lptstrFilename As String, ByVal _<br />
   dwhandle As Long, ByVal dwlen As Long, lpData As Any) As Long


So basically, all you need to provide to your VB programmer, is the dll name and the parameters for each function. If you sort the link or send me the files, I'll give it a go. (However my current machine doesn't have anything to unrar anything, so zip format would be better)



Michael

CP Blog [^]

GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 2:14
professional#realJSOP6-Jul-04 2:14 
GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 2:54
professional#realJSOP6-Jul-04 2:54 
GeneralRe: Help from VB programmers Pin
Michael P Butler6-Jul-04 3:57
Michael P Butler6-Jul-04 3:57 
GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 4:53
professional#realJSOP6-Jul-04 4:53 
GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 6:40
professional#realJSOP6-Jul-04 6:40 
GeneralRe: Help from VB programmers Pin
Michael P Butler6-Jul-04 8:31
Michael P Butler6-Jul-04 8:31 
GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 8:48
professional#realJSOP6-Jul-04 8:48 
GeneralRe: Help from VB programmers Pin
Michael P Butler6-Jul-04 9:03
Michael P Butler6-Jul-04 9:03 
GeneralRe: Help from VB programmers Pin
#realJSOP6-Jul-04 9:22
professional#realJSOP6-Jul-04 9:22 
GeneralRe: Help from VB programmers Pin
Michael P Butler7-Jul-04 3:30
Michael P Butler7-Jul-04 3:30 
GeneralRe: Help from VB programmers Pin
#realJSOP7-Jul-04 3:33
professional#realJSOP7-Jul-04 3:33 
GeneralRe: Help from VB programmers Pin
Michael P Butler7-Jul-04 8:08
Michael P Butler7-Jul-04 8:08 
GeneralRe: Help from VB programmers Pin
#realJSOP7-Jul-04 16:06
professional#realJSOP7-Jul-04 16:06 
GeneralRe: Help from VB programmers Pin
Michael P Butler7-Jul-04 22:19
Michael P Butler7-Jul-04 22:19 
Generalproblems with forcibly closing the .exe Pin
ask_you5-Jul-04 23:12
ask_you5-Jul-04 23:12 
GeneralRe: problems with forcibly closing the .exe Pin
#realJSOP5-Jul-04 23:54
professional#realJSOP5-Jul-04 23:54 
GeneralRe: problems with forcibly closing the .exe Pin
ask_you6-Jul-04 0:07
ask_you6-Jul-04 0:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.