Click here to Skip to main content
16,005,037 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: OCX Control VB .NET Pin
Dave Kreskowiak31-Mar-04 3:43
mveDave Kreskowiak31-Mar-04 3:43 
GeneralRe: OCX Control VB .NET Pin
sbeausol31-Mar-04 4:27
sbeausol31-Mar-04 4:27 
GeneralRe: OCX Control VB .NET Pin
Dave Kreskowiak31-Mar-04 5:33
mveDave Kreskowiak31-Mar-04 5:33 
GeneralRe: OCX Control VB .NET Pin
sbeausol31-Mar-04 9:43
sbeausol31-Mar-04 9:43 
GeneralRe: OCX Control VB .NET Pin
Dave Kreskowiak1-Apr-04 1:44
mveDave Kreskowiak1-Apr-04 1:44 
GeneralRe: OCX Control VB .NET Pin
Anonymous1-Apr-04 4:02
Anonymous1-Apr-04 4:02 
GeneralRe: OCX Control VB .NET Pin
sbeausol1-Apr-04 4:04
sbeausol1-Apr-04 4:04 
GeneralRe: OCX Control VB .NET Pin
Dave Kreskowiak1-Apr-04 5:00
mveDave Kreskowiak1-Apr-04 5:00 
A BSTR is a Unicode array a characters with a 4-byte length on the front of it.

Any of the managed languages would also have to same problem since strings are immutable and the .NET Framework doesn't marshal return pointers to strings back to managed code.

You might want to drop a note to Heath Stewert in the C# forum about marshaling a BSTR to an ActiveX control function and getting a BSTR back. He's really good with the Marshal topics. Be sure to include the code snippets your included here and specify that you are not using P/Invoke to call this method.



RageInTheMachine9532
GeneralExcel Pin
Anand Chakravarthy30-Mar-04 18:06
Anand Chakravarthy30-Mar-04 18:06 
GeneralRe: Excel Pin
superwinsock30-Mar-04 18:28
superwinsock30-Mar-04 18:28 
GeneralNewbi Question? Help with Menus VB.NET Pin
Nickiler30-Mar-04 17:43
Nickiler30-Mar-04 17:43 
GeneralRe: Newbi Question? Help with Menus VB.NET Pin
Guerven30-Mar-04 19:49
Guerven30-Mar-04 19:49 
GeneralRe: Newbi Question? Help with Menus VB.NET Pin
Nickiler30-Mar-04 20:38
Nickiler30-Mar-04 20:38 
GeneralRe: Newbi Question? Help with Menus VB.NET Pin
Nickiler30-Mar-04 20:46
Nickiler30-Mar-04 20:46 
QuestionHow to solve error (Keycodev2.DLL not Found or Invalid Key Code Error) Pin
Kashyap Vakharia30-Mar-04 16:34
Kashyap Vakharia30-Mar-04 16:34 
GeneralCreating a component in VB .NET Pin
James Lancaster30-Mar-04 14:14
James Lancaster30-Mar-04 14:14 
GeneralRAS Connection Structure Pin
MASOSi30-Mar-04 12:23
MASOSi30-Mar-04 12:23 
QuestionHow to send OledbDataReader ? Pin
Member 36080530-Mar-04 11:43
Member 36080530-Mar-04 11:43 
AnswerRe: How to send OledbDataReader ? Pin
John Kuhn30-Mar-04 15:36
John Kuhn30-Mar-04 15:36 
QuestionHow the disable the resize function of a form Pin
MJay30-Mar-04 6:36
MJay30-Mar-04 6:36 
AnswerRe: How the disable the resize function of a form Pin
Guillermo Rivero30-Mar-04 7:24
Guillermo Rivero30-Mar-04 7:24 
AnswerRe: How the disable the resize function of a form Pin
Anonymous30-Mar-04 18:51
Anonymous30-Mar-04 18:51 
AnswerRe: How the disable the resize function of a form Pin
superwinsock30-Mar-04 21:56
superwinsock30-Mar-04 21:56 
QuestionHow to save content of a picturebox to jpg and content of a richtextbox as a normal text file? Pin
MJay30-Mar-04 6:25
MJay30-Mar-04 6:25 
QuestionHow to Unzip files using VB.Net Pin
Anonymous30-Mar-04 5:11
Anonymous30-Mar-04 5:11 

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.