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

Visual Basic

 
AnswerRe: Problem with System.net.mail Pin
Craster10-Feb-06 1:35
Craster10-Feb-06 1:35 
QuestionWin Spy Pin
biglewy9-Feb-06 22:34
biglewy9-Feb-06 22:34 
Questionpassing structure from dll Pin
YuccaTree9-Feb-06 21:16
YuccaTree9-Feb-06 21:16 
AnswerRe: passing structure from dll Pin
progload10-Feb-06 6:25
progload10-Feb-06 6:25 
GeneralRe: passing structure from dll Pin
YuccaTree11-Feb-06 3:06
YuccaTree11-Feb-06 3:06 
QuestionRe: passing structure from dll Pin
YuccaTree12-Feb-06 8:43
YuccaTree12-Feb-06 8:43 
AnswerRe: passing structure from dll Pin
progload12-Feb-06 9:53
progload12-Feb-06 9:53 
AnswerRe: passing structure from dll Pin
YuccaTree12-Feb-06 23:27
YuccaTree12-Feb-06 23:27 
Hi,

tried the new code with the result:

Error Code: 0
status01: 0
status02: 0
status03: 0
status04: 0


Maybe it's because of the double pointer?
EXPORT struct rc_status *command01 (struct serialHandle *h, int mode, _ struct rc_status **status);

PS:
I had to build a class "rc_status" because
Marshal.PtrToStructure(rStatus, sStatus)
won't work:

< StructLayout(LayoutKind.Sequential)> _
Public Class rc_status
Private m_status01 As Integer
Private m_status02 As Integer
Private m_status03 As Integer
Private m_status04 As Integer

Property status01() As Integer
....
Property status02() As Integer
....
Property status03() As Integer
....
Property status04() As Integer
End Class


hope to hear from you,
best regards,
daniel
GeneralRe: passing structure from dll Pin
progload13-Feb-06 5:46
progload13-Feb-06 5:46 
QuestionSimple Question on a form like msgbox Pin
cylix20009-Feb-06 20:09
cylix20009-Feb-06 20:09 
AnswerRe: Simple Question on a form like msgbox Pin
RichardBerry10-Feb-06 0:38
RichardBerry10-Feb-06 0:38 
AnswerRe: Simple Question on a form like msgbox Pin
Dave Kreskowiak10-Feb-06 4:23
mveDave Kreskowiak10-Feb-06 4:23 
GeneralRe: Simple Question on a form like msgbox Pin
cylix200012-Feb-06 16:11
cylix200012-Feb-06 16:11 
GeneralRe: Simple Question on a form like msgbox Pin
Dave Kreskowiak13-Feb-06 16:41
mveDave Kreskowiak13-Feb-06 16:41 
GeneralRe: Simple Question on a form like msgbox Pin
cylix200013-Feb-06 19:42
cylix200013-Feb-06 19:42 
GeneralRe: Simple Question on a form like msgbox Pin
Dave Kreskowiak14-Feb-06 2:22
mveDave Kreskowiak14-Feb-06 2:22 
General[Solved by Dave] Pin
cylix200013-Feb-06 19:54
cylix200013-Feb-06 19:54 
QuestionWindows started and stopped immediately? Pin
chiyinhk9-Feb-06 19:53
chiyinhk9-Feb-06 19:53 
AnswerRe: Windows started and stopped immediately? Pin
Dave Kreskowiak10-Feb-06 4:15
mveDave Kreskowiak10-Feb-06 4:15 
QuestionVS2005, ReportViewer Pin
ingwaar9-Feb-06 19:13
ingwaar9-Feb-06 19:13 
QuestionHow To Copy Files To a Network computer in vb.net Pin
Prasant_Panda9-Feb-06 18:17
Prasant_Panda9-Feb-06 18:17 
AnswerRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak10-Feb-06 4:11
mveDave Kreskowiak10-Feb-06 4:11 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda10-Feb-06 20:54
Prasant_Panda10-Feb-06 20:54 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak11-Feb-06 3:28
mveDave Kreskowiak11-Feb-06 3:28 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda11-Feb-06 4:38
Prasant_Panda11-Feb-06 4:38 

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.