Click here to Skip to main content
15,915,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to make a graph into a HTML file Pin
Christian Graus22-Nov-02 1:17
protectorChristian Graus22-Nov-02 1:17 
GeneralMS Project2002 SDK Pin
Abubakar Siddque21-Nov-02 22:43
Abubakar Siddque21-Nov-02 22:43 
Generalstoring html pages in a server from VB application Pin
mr200321-Nov-02 7:51
mr200321-Nov-02 7:51 
GeneralRe: storing html pages in a server from VB application Pin
GV21-Nov-02 16:36
GV21-Nov-02 16:36 
GeneralRaw Sockets Pin
dayWalker21-Nov-02 7:03
dayWalker21-Nov-02 7:03 
Generalline count in files Pin
GV21-Nov-02 3:24
GV21-Nov-02 3:24 
GeneralRe: line count in files Pin
Christian Graus21-Nov-02 22:55
protectorChristian Graus21-Nov-02 22:55 
GeneralVB array to managed Code, HELP! Pin
Mark Willems21-Nov-02 2:01
Mark Willems21-Nov-02 2:01 
I'm writing a com callable wrapper to make it possible
for vb6 developers to call the new objects written in C#.

I have trouble to pass an array of any kind from vb6 to
the .Net object.

this is the method in c#:
public string TestMethod(string[] str)

and the call in vb6 is:
str2 = secAccess.TestMethod(str)

and then i get the following compiler error:
Function or interface marked as restricted, or the
function uses an Automation type not supported in Visual
Basic.

I also tried to use [MarshalAs(UnmanagedType.SafeArray)]
in the C# call but I get the same error.

Can somebody help me with this problem.
Please send an answer to mark.willems@rabobank.com

regards,

Mark
GeneralRe: VB array to managed Code, HELP! Pin
Anonymous24-Nov-02 21:42
Anonymous24-Nov-02 21:42 
GeneralImplementing OnAction property in my own CommandBarControl interface Pin
mr. Vitaliy A. Genkin20-Nov-02 22:00
mr. Vitaliy A. Genkin20-Nov-02 22:00 
GeneralWebBrowser Control Pin
smartnose20-Nov-02 19:14
smartnose20-Nov-02 19:14 
GeneralRe: WebBrowser Control Pin
Anonymous22-Nov-02 10:39
Anonymous22-Nov-02 10:39 
GeneralLaunching Application/Program Once Pin
Desmond20-Nov-02 15:58
Desmond20-Nov-02 15:58 
GeneralRe: Launching Application/Program Once Pin
Roger Stewart20-Nov-02 16:21
professionalRoger Stewart20-Nov-02 16:21 
GeneralRe: Launching Application/Program Once Pin
Desmond20-Nov-02 19:44
Desmond20-Nov-02 19:44 
GeneralRe: Launching Application/Program Once Pin
Richard Deeming21-Nov-02 2:30
mveRichard Deeming21-Nov-02 2:30 
GeneralDLL File Creation Pin
Zach Salzbank20-Nov-02 11:31
Zach Salzbank20-Nov-02 11:31 
GeneralRe: DLL File Creation Pin
Hesham Amin21-Nov-02 2:38
Hesham Amin21-Nov-02 2:38 
Generalbrowse Pin
Hesham Amin20-Nov-02 7:13
Hesham Amin20-Nov-02 7:13 
GeneralRe: browse Pin
Roger Stewart20-Nov-02 16:15
professionalRoger Stewart20-Nov-02 16:15 
GeneralOperator Overloading Pin
Nick Seng20-Nov-02 0:00
Nick Seng20-Nov-02 0:00 
GeneralRe: Operator Overloading Pin
Steven Lyons20-Nov-02 8:17
Steven Lyons20-Nov-02 8:17 
GeneralAfterLabelEdit Pin
Jerome Conus19-Nov-02 23:18
Jerome Conus19-Nov-02 23:18 
GeneralDrawing Rectangle on .Tiff image Pin
Zulfikar Ali19-Nov-02 9:11
Zulfikar Ali19-Nov-02 9:11 
GeneralRe: Drawing Rectangle on .Tiff image Pin
Christian Graus19-Nov-02 9:41
protectorChristian Graus19-Nov-02 9:41 

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.