Click here to Skip to main content
15,912,578 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send and reciev mail in outlook express using vb6 Pin
Mekong River16-Jan-06 15:44
Mekong River16-Jan-06 15:44 
GeneralRe: Send and reciev mail in outlook express using vb6 Pin
Dave Kreskowiak16-Jan-06 16:11
mveDave Kreskowiak16-Jan-06 16:11 
QuestionStrings with hyperlinks Pin
tibmark16-Jan-06 13:53
tibmark16-Jan-06 13:53 
AnswerRe: Strings with hyperlinks Pin
Joshua Quick16-Jan-06 14:24
Joshua Quick16-Jan-06 14:24 
GeneralRe: Strings with hyperlinks Pin
tibmark16-Jan-06 18:11
tibmark16-Jan-06 18:11 
GeneralRe: Strings with hyperlinks Pin
Joshua Quick16-Jan-06 18:33
Joshua Quick16-Jan-06 18:33 
QuestionCalling DLL Function that expects pointer to pointer Pin
Jon Trauntvein16-Jan-06 11:33
Jon Trauntvein16-Jan-06 11:33 
AnswerRe: Calling DLL Function that expects pointer to pointer Pin
Joshua Quick16-Jan-06 15:43
Joshua Quick16-Jan-06 15:43 
Strings are passed to DLLs a little differently than the other data types in VB6.

Passing a string ByVal (by value) really just passes a pointer to that string. This is how you would normally pass a string in C too, because passing an entire array of characters would be inefficient.

Now, since passing a string ByVal passes a pointer, then logically passing a String ByRef would pass it as a double pointer. So, there you go.
GeneralRe: Calling DLL Function that expects pointer to pointer Pin
Jon Trauntvein17-Jan-06 10:13
Jon Trauntvein17-Jan-06 10:13 
GeneralRe: Calling DLL Function that expects pointer to pointer Pin
Joshua Quick17-Jan-06 11:01
Joshua Quick17-Jan-06 11:01 
QuestionGet HDD SerialNumber in VB Script Pin
snalion16-Jan-06 9:32
snalion16-Jan-06 9:32 
GeneralRe: Get HDD SerialNumber in VB Script Pin
Guffa16-Jan-06 10:52
Guffa16-Jan-06 10:52 
AnswerRe: Get HDD SerialNumber in VB Script Pin
Dave Kreskowiak16-Jan-06 11:06
mveDave Kreskowiak16-Jan-06 11:06 
GeneralRe: Get HDD SerialNumber in VB Script Pin
snalion17-Jan-06 5:41
snalion17-Jan-06 5:41 
GeneralRe: Get HDD SerialNumber in VB Script Pin
Dave Kreskowiak17-Jan-06 11:48
mveDave Kreskowiak17-Jan-06 11:48 
QuestionUnhandeled exception error Pin
shakizil16-Jan-06 9:31
shakizil16-Jan-06 9:31 
GeneralRe: Unhandeled exception error Pin
Guffa16-Jan-06 10:55
Guffa16-Jan-06 10:55 
Question"Declaration expected" Pin
kenn_rosie16-Jan-06 7:41
kenn_rosie16-Jan-06 7:41 
AnswerRe: "Declaration expected" Pin
Guffa16-Jan-06 8:45
Guffa16-Jan-06 8:45 
GeneralRe: "Declaration expected" Pin
kenn_rosie16-Jan-06 8:55
kenn_rosie16-Jan-06 8:55 
GeneralRe: "Declaration expected" Pin
Guffa16-Jan-06 10:56
Guffa16-Jan-06 10:56 
GeneralRe: "Declaration expected" Pin
kenn_rosie16-Jan-06 12:19
kenn_rosie16-Jan-06 12:19 
AnswerRe: "Declaration expected" Pin
Guffa16-Jan-06 13:09
Guffa16-Jan-06 13:09 
GeneralRe: "Declaration expected" Pin
kenn_rosie16-Jan-06 13:21
kenn_rosie16-Jan-06 13:21 
AnswerRe: "Declaration expected" Pin
Guffa19-Jan-06 21:34
Guffa19-Jan-06 21:34 

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.