Click here to Skip to main content
15,929,833 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: looking at CPU time for a process Pin
Dave Kreskowiak17-Nov-03 7:55
mveDave Kreskowiak17-Nov-03 7:55 
GeneralCreating A vc++ hook dll used in VB6 Pin
percyvimal13-Nov-03 18:52
percyvimal13-Nov-03 18:52 
Questionactivity timestamp on a file? Pin
Anonymous13-Nov-03 13:21
Anonymous13-Nov-03 13:21 
AnswerRe: activity timestamp on a file? Pin
Dave Kreskowiak17-Nov-03 7:53
mveDave Kreskowiak17-Nov-03 7:53 
GeneralApplication Data Path for VB 6 Pin
flipdoubt13-Nov-03 9:29
flipdoubt13-Nov-03 9:29 
GeneralRe: Application Data Path for VB 6 Pin
Hesham Amin13-Nov-03 10:26
Hesham Amin13-Nov-03 10:26 
QuestionCall to C++ DLL from VB??? Pin
Richard Hudson13-Nov-03 1:17
Richard Hudson13-Nov-03 1:17 
AnswerRe: Call to C++ DLL from VB??? Pin
Chris Meech14-Nov-03 8:52
Chris Meech14-Nov-03 8:52 
This might help, but the final five parameters are to be pointers and the only way to have VB pass a pointer would be in the function definition to use the clause 'ByRef' instead of using 'ByVal'. Having said that though, I suspect that 'String' types in VB are not the same as the 'string' types in C++. AFAIR I had to declare my C routine in the DLL as "pointer to a pointer to a type" in order to get things to work properly. Also I'm not sure whether the WINAPI is a std_call or not. The calling convention is pretty important to get correct for all these things to work.

Chris Meech

It's much easier to get rich telling people what they want to hear. Chistopher Duncan

I can't help getting older, but I refuse to grow up. Roger Wright

I've been meaning to change my sig. Thanks! Alvaro Mendez
QuestionHow can i implement documentation in my dll class using vb.net Pin
JoeZeitouny12-Nov-03 20:29
JoeZeitouny12-Nov-03 20:29 
AnswerRe: How can i implement documentation in my dll class using vb.net Pin
Dave Kreskowiak13-Nov-03 9:16
mveDave Kreskowiak13-Nov-03 9:16 
GeneralKill Window Pin
Anonymous12-Nov-03 15:40
Anonymous12-Nov-03 15:40 
GeneralRe: Kill Window Pin
Dave Kreskowiak13-Nov-03 9:08
mveDave Kreskowiak13-Nov-03 9:08 
GeneralRe: Kill Window Pin
Anonymous13-Nov-03 9:22
Anonymous13-Nov-03 9:22 
GeneralRe: Kill Window Pin
Dave Kreskowiak17-Nov-03 7:40
mveDave Kreskowiak17-Nov-03 7:40 
GeneralSQL return zeros Pin
student()12-Nov-03 11:22
sussstudent()12-Nov-03 11:22 
GeneralRe: SQL return zeros Pin
the_warlord17-Nov-03 15:44
the_warlord17-Nov-03 15:44 
GeneralRe: SQL return zeros Pin
student()18-Nov-03 3:00
sussstudent()18-Nov-03 3:00 
GeneralGetFileOpen Pin
sawgolf4me12-Nov-03 10:34
sawgolf4me12-Nov-03 10:34 
GeneralRe: GetFileOpen Pin
Dave Kreskowiak13-Nov-03 9:02
mveDave Kreskowiak13-Nov-03 9:02 
GeneralCom Interop VB6 ScriptingContext Pin
JackTheGambler12-Nov-03 4:19
JackTheGambler12-Nov-03 4:19 
GeneralAbout Images convertion Pin
Anonymous12-Nov-03 4:13
Anonymous12-Nov-03 4:13 
GeneralRe: About Images convertion Pin
Dave Kreskowiak13-Nov-03 8:50
mveDave Kreskowiak13-Nov-03 8:50 
GeneralRe: About Images convertion Pin
Anonymous13-Nov-03 23:45
Anonymous13-Nov-03 23:45 
GeneralOverrides Sub OnKeyPress Problems Pin
Nuno Fernandes12-Nov-03 1:58
Nuno Fernandes12-Nov-03 1:58 
GeneralCreating a plug-in for Microsoft Project Pin
d00_ape12-Nov-03 1:28
sussd00_ape12-Nov-03 1:28 

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.