Click here to Skip to main content
16,004,924 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: C# to VB.NET Pin
mlauahi23-Mar-07 6:37
mlauahi23-Mar-07 6:37 
GeneralRe: C# to VB.NET Pin
mlauahi23-Mar-07 6:39
mlauahi23-Mar-07 6:39 
GeneralRe: C# to VB.NET Pin
mlauahi23-Mar-07 6:54
mlauahi23-Mar-07 6:54 
GeneralRe: C# to VB.NET Pin
Christian Graus23-Mar-07 7:20
protectorChristian Graus23-Mar-07 7:20 
GeneralRe: C# to VB.NET Pin
mlauahi23-Mar-07 7:23
mlauahi23-Mar-07 7:23 
GeneralRe: C# to VB.NET Pin
Christian Graus23-Mar-07 7:46
protectorChristian Graus23-Mar-07 7:46 
GeneralRe: C# to VB.NET Pin
mlauahi23-Mar-07 7:52
mlauahi23-Mar-07 7:52 
GeneralRe: C# to VB.NET Pin
Christian Graus23-Mar-07 9:22
protectorChristian Graus23-Mar-07 9:22 
Did you look into how to do pinvoke in VB.NET ? I have no idea, but I'm pretty sure none of your code has tried it, as none has specified the dll name, that I can recall seeing.

Here is an example I found online:

Public Declare Function BitBlt Lib "gdi32.dll" (hdc As IntPtr , nXDest As Integer, nYDest As integer, nWidth As Integer, nHeight As Integer, hdcSrc As IntPtr, nXSrc As Integer, nYSrc As Integer, dwRop As TernaryRasterOperations) As Boolean

Note the Lib "gdi32.dll", that's how to tell VB to load this function from a dll.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: C# to VB.NET Pin
mlauahi23-Mar-07 9:32
mlauahi23-Mar-07 9:32 
GeneralRe: C# to VB.NET Pin
Christian Graus23-Mar-07 9:58
protectorChristian Graus23-Mar-07 9:58 
QuestionSystem.Net.WebException Pin
snema8323-Mar-07 4:31
snema8323-Mar-07 4:31 
AnswerRe: System.Net.WebException Pin
Christian Graus23-Mar-07 4:59
protectorChristian Graus23-Mar-07 4:59 
GeneralRe: System.Net.WebException Pin
snema8323-Mar-07 5:15
snema8323-Mar-07 5:15 
GeneralRe: System.Net.WebException Pin
Christian Graus23-Mar-07 5:32
protectorChristian Graus23-Mar-07 5:32 
GeneralRe: System.Net.WebException Pin
snema8323-Mar-07 5:39
snema8323-Mar-07 5:39 
GeneralRe: System.Net.WebException Pin
Christian Graus23-Mar-07 7:20
protectorChristian Graus23-Mar-07 7:20 
GeneralRe: System.Net.WebException Pin
snema8323-Mar-07 7:24
snema8323-Mar-07 7:24 
GeneralRe: System.Net.WebException Pin
Christian Graus23-Mar-07 7:46
protectorChristian Graus23-Mar-07 7:46 
GeneralRe: System.Net.WebException Pin
snema8323-Mar-07 7:52
snema8323-Mar-07 7:52 
GeneralRe: System.Net.WebException Pin
Christian Graus23-Mar-07 9:23
protectorChristian Graus23-Mar-07 9:23 
GeneralRe: System.Net.WebException Pin
snema8326-Mar-07 3:20
snema8326-Mar-07 3:20 
QuestionResource.resx Pin
WhiteGirl2323-Mar-07 4:24
WhiteGirl2323-Mar-07 4:24 
AnswerRe: Resource.resx Pin
Christian Graus23-Mar-07 4:37
protectorChristian Graus23-Mar-07 4:37 
QuestionIDisposable again... [modified] Pin
Marcus J. Smith23-Mar-07 3:18
professionalMarcus J. Smith23-Mar-07 3:18 
AnswerRe: IDisposable again... Pin
Christian Graus23-Mar-07 3:41
protectorChristian Graus23-Mar-07 3: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.