Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Specified cast is not valid Pin
Zulfikar Ali7-Oct-02 11:18
Zulfikar Ali7-Oct-02 11:18 
QuestionHow can I display exponent in label of VB6.0 ? Pin
vnboutique6-Oct-02 23:52
vnboutique6-Oct-02 23:52 
AnswerRe: How can I display exponent in label of VB6.0 ? Pin
Nick Parker11-Oct-02 3:23
protectorNick Parker11-Oct-02 3:23 
Generalmirc chat window text Pin
Irfan Ahmed6-Oct-02 19:19
Irfan Ahmed6-Oct-02 19:19 
GeneralVB.NET and Function Points Pin
SuperGeek6-Oct-02 15:02
SuperGeek6-Oct-02 15:02 
GeneralPDF File Merge Pin
Zulfikar Ali4-Oct-02 9:44
Zulfikar Ali4-Oct-02 9:44 
GeneralMoving Data From VB --> MFC DLL Pin
Ryan B.4-Oct-02 9:11
Ryan B.4-Oct-02 9:11 
GeneralRe: Moving Data From VB --> MFC DLL Pin
Alan Chambers8-Oct-02 2:16
Alan Chambers8-Oct-02 2:16 
You can pass the actual pointer of your vb structure to the C Dll using the ByRef flag which is declared on your parameters of the Public Function...Lib..Alias...(ByRef mystruct as MYSTRUCT) hook in vb. You can then use the pointer to modify the contents in the dll and vb SHOULD be ok with it. However there are problems with it, especially surrounding MODIFICATION of strings in the dll since vb uses BSTR's (a unicode string that can ignore null terminators) and I bet that your dll uses LPSTR's which are non unicode (which is perfectly acceptable). VB should convert them to BSTR's but I have encountered fiddly problems with it that tested my patience Smile | :) .

Alan.

"When I left you I was but the learner, now I am the master" - Darth Vader
Questionhow to simulate an animal's random movement Pin
wangnanjing4-Oct-02 5:12
wangnanjing4-Oct-02 5:12 
GeneralNull handling Pin
Rulle3-Oct-02 22:42
Rulle3-Oct-02 22:42 
GeneralRe: Null handling Pin
Daniel Turini3-Oct-02 22:50
Daniel Turini3-Oct-02 22:50 
GeneralRe: Null handling Pin
Rulle3-Oct-02 23:17
Rulle3-Oct-02 23:17 
GeneralRe: Null handling Pin
Nick Parker4-Oct-02 2:28
protectorNick Parker4-Oct-02 2:28 
Questionhow we can refresh reports in Data Report Pin
Raza_langrial3-Oct-02 10:48
sussRaza_langrial3-Oct-02 10:48 
AnswerRe: how we can refresh reports in Data Report Pin
Alan Chambers8-Oct-02 2:08
Alan Chambers8-Oct-02 2:08 
GeneralRanges in Excel Pin
Anonymous2-Oct-02 22:26
Anonymous2-Oct-02 22:26 
Generalprob in calling crystel report from vb.net Pin
vaibhav_sd2-Oct-02 21:32
vaibhav_sd2-Oct-02 21:32 
GeneralTelephony Pin
SuperGeek2-Oct-02 9:11
SuperGeek2-Oct-02 9:11 
GeneralRe: Telephony Pin
Ray Cassick2-Oct-02 9:48
Ray Cassick2-Oct-02 9:48 
GeneralRe: Telephony Pin
SuperGeek2-Oct-02 10:25
SuperGeek2-Oct-02 10:25 
GeneralRe: Telephony Pin
Ray Cassick2-Oct-02 14:27
Ray Cassick2-Oct-02 14:27 
GeneralRe: Telephony Pin
SuperGeek3-Oct-02 15:46
SuperGeek3-Oct-02 15:46 
GeneralRe: Telephony Pin
SuperGeek16-Nov-02 6:05
SuperGeek16-Nov-02 6:05 
Generalvb.net Drive & Folder tree object required Pin
44Class1-Oct-02 17:12
44Class1-Oct-02 17:12 
GeneralRe: vb.net Drive & Folder tree object required Pin
Ray Cassick1-Oct-02 20:05
Ray Cassick1-Oct-02 20:05 

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.