Click here to Skip to main content
15,913,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralInternet Programming Pin
shiju8-Sep-02 13:49
shiju8-Sep-02 13:49 
GeneralProblem calling comEvReceive in NetComm.ocx Pin
lax6-Sep-02 9:52
lax6-Sep-02 9:52 
QuestionHow to Run Project Programming VB.Net on the win98 or wiMe Pin
Mahmmoud Mahdi4-Sep-02 19:29
Mahmmoud Mahdi4-Sep-02 19:29 
Generala problem on chart Pin
thindyyjj4-Sep-02 17:21
thindyyjj4-Sep-02 17:21 
GeneralA question on print Pin
Gouvy4-Sep-02 0:28
sussGouvy4-Sep-02 0:28 
GeneralReferences HowTo: Pin
Firoz3-Sep-02 21:13
Firoz3-Sep-02 21:13 
GeneralNA Pin
reddy1239873-Sep-02 4:24
reddy1239873-Sep-02 4:24 
GeneralRe: Problem calling Windows API from VB.NET Pin
Lasse3-Sep-02 5:31
Lasse3-Sep-02 5:31 
Have you tride declaring long instead off integer..

ByVal hServer As Long, _
ByVal lObject As Long, _
ByVal nObject As Long, _

In your .Net declare you are using int's

Also if the API declaration is from VB6, which used ByRef as default parameter passing.
.Net is using ByVal as default..this you will have to change acordingly.


Hmm...
GeneralThreads Pin
Gautam Panemangalore1-Sep-02 21:21
Gautam Panemangalore1-Sep-02 21:21 
GeneralRe: Threads Pin
Lasse2-Sep-02 5:43
Lasse2-Sep-02 5:43 
Generaldissasemble MsWord macro Pin
Mariusz Popiolek31-Aug-02 11:01
sussMariusz Popiolek31-Aug-02 11:01 
GeneralSystem.EnterpriseServices.ServicedComponent.Activate/Deactivate Pin
devvvy29-Aug-02 10:46
devvvy29-Aug-02 10:46 
GeneralSYSTEM PROGRAMMING Pin
shiju29-Aug-02 10:48
shiju29-Aug-02 10:48 
GeneralRe: SYSTEM PROGRAMMING Pin
Brian Delahunty29-Aug-02 10:54
Brian Delahunty29-Aug-02 10:54 
GeneralRe: SYSTEM PROGRAMMING Pin
Ray Cassick29-Aug-02 18:06
Ray Cassick29-Aug-02 18:06 
GeneralRe: SYSTEM PROGRAMMING Pin
benjymous10-Sep-02 3:18
benjymous10-Sep-02 3:18 
GeneralRe: SYSTEM PROGRAMMING Pin
NormDroid11-Sep-02 6:37
professionalNormDroid11-Sep-02 6:37 
Generaldll component services and strong names Pin
Norm29-Aug-02 9:51
Norm29-Aug-02 9:51 
Generaldll component services and strong names Pin
Anonymous29-Aug-02 9:49
Anonymous29-Aug-02 9:49 
GeneralNA Pin
reddy12398729-Aug-02 9:08
reddy12398729-Aug-02 9:08 
GeneralRe: Problem calling Windows API from VB.NET Pin
Lasse29-Aug-02 9:53
Lasse29-Aug-02 9:53 
GeneralScanning documents with VB.Net Pin
James Williams29-Aug-02 7:05
James Williams29-Aug-02 7:05 
GeneralNA Pin
reddy12398729-Aug-02 8:59
reddy12398729-Aug-02 8:59 
GeneralRe: Scanning documents with VB.Net Pin
James Williams3-Sep-02 7:31
James Williams3-Sep-02 7:31 
Generalelapse with time!! Pin
drmzunlimited29-Aug-02 2:19
drmzunlimited29-Aug-02 2:19 

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.