Click here to Skip to main content
15,914,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalerror while trying to create a random text display Pin
sukino28-Aug-02 19:34
sukino28-Aug-02 19:34 
GeneralRe: error while trying to create a random text display Pin
Lasse29-Aug-02 8:43
Lasse29-Aug-02 8:43 
GeneralSystem.Windows.Forms.SystemInformation Pin
Ray Cassick28-Aug-02 17:34
Ray Cassick28-Aug-02 17:34 
GeneralRe: System.Windows.Forms.SystemInformation Pin
Paul Riley28-Aug-02 18:55
Paul Riley28-Aug-02 18:55 
GeneralRe: System.Windows.Forms.SystemInformation Pin
Ray Cassick28-Aug-02 19:08
Ray Cassick28-Aug-02 19:08 
GeneralRe: System.Windows.Forms.SystemInformation Pin
Paul Riley28-Aug-02 19:11
Paul Riley28-Aug-02 19:11 
GeneralRe: System.Windows.Forms.SystemInformation Pin
Anonymous26-Sep-02 7:14
Anonymous26-Sep-02 7:14 
Generalvb - loading dlls Pin
Anonymous28-Aug-02 5:29
Anonymous28-Aug-02 5:29 
Well I have to edit an exsisting program that was written in vb6. One of the things that I am doing is adding mysql support to the program, which is in vb. There is no vb api for mysql so I had to write some dlls in c++ to handle mysql for the program. My problem now is that the program cannot find the dlls. Although they are in the same folder, and im sure I am calling them properly. Here is how im calling a function from one of my dlls in vb:
Declare Function writeInfo Lib "RideMySql.dll" (ByRef Param1 As String, ByVal Param2 As Integer, ByVal Param3 As Double, ByVal Param4 As Double, ByRef Param5 As String) As Integer

The corresponding funcion in c++ is prototyped as:

int __declspec(dllexport) CALLBACK writeInfo(char* param1, int param2, double param3, double param4, char* param5);

Thanks in advance.
GeneralRe: vb - loading dlls Pin
Nick Parker30-Aug-02 8:47
protectorNick Parker30-Aug-02 8:47 
GeneralModem Hook Again... Pin
_RoCKeT_27-Aug-02 10:11
_RoCKeT_27-Aug-02 10:11 
Generalvb.net messenger Pin
Anonymous27-Aug-02 10:08
Anonymous27-Aug-02 10:08 
GeneralRe: vb.net messenger Pin
Gautam Panemangalore27-Aug-02 21:09
Gautam Panemangalore27-Aug-02 21:09 
GeneralColour key words in an RTF box Pin
1.21 Gigawatts27-Aug-02 4:15
1.21 Gigawatts27-Aug-02 4:15 
GeneralRe: Colour key words in an RTF box Pin
Lasse27-Aug-02 6:36
Lasse27-Aug-02 6:36 
GeneralRe: Colour key words in an RTF box Pin
Ray Cassick27-Aug-02 12:18
Ray Cassick27-Aug-02 12:18 
QuestionCan use VB.Net and Crystal Report 8.5 ? Pin
Member 337723426-Aug-02 22:59
Member 337723426-Aug-02 22:59 
GeneralGet computer name in VB6 Pin
Rulle26-Aug-02 21:59
Rulle26-Aug-02 21:59 
GeneralRe: Get computer name in VB6 Pin
Anonymous27-Aug-02 6:28
Anonymous27-Aug-02 6:28 
GeneralRe: Get computer name in VB6 Pin
Nick Parker27-Aug-02 8:04
protectorNick Parker27-Aug-02 8:04 
GeneralRe: Get computer name in VB6 (simpler) Pin
Gautam Panemangalore27-Aug-02 18:47
Gautam Panemangalore27-Aug-02 18:47 
GeneralRe: Get computer name in VB6 (simpler) Pin
Lasse27-Aug-02 20:31
Lasse27-Aug-02 20:31 
GeneralRe: Get computer name in VB6 (simpler) Pin
Gautam Panemangalore27-Aug-02 21:19
Gautam Panemangalore27-Aug-02 21:19 
GeneralRe: Get computer name in VB6 Pin
Rulle27-Aug-02 22:19
Rulle27-Aug-02 22:19 
GeneralRe: Get computer name in VB6 Pin
Nick Parker28-Aug-02 9:36
protectorNick Parker28-Aug-02 9:36 
GeneralSave all User entered Data Pin
ksridhar6926-Aug-02 11:58
sussksridhar6926-Aug-02 11:58 

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.