Click here to Skip to main content
15,908,775 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Client-Server application Pin
EliottA18-Dec-08 3:23
EliottA18-Dec-08 3:23 
GeneralRe: Client-Server application Pin
Subjugate21-Dec-08 21:27
Subjugate21-Dec-08 21:27 
GeneralRe: Client-Server application Pin
EliottA22-Dec-08 5:11
EliottA22-Dec-08 5:11 
QuestionRoaming and local user settings ? Pin
koosquarto16-Dec-08 2:55
koosquarto16-Dec-08 2:55 
QuestionHow to obtain Visual Styles colors Pin
paralyzah16-Dec-08 2:12
paralyzah16-Dec-08 2:12 
AnswerRe: How to obtain Visual Styles colors Pin
Thomas Stockwell17-Dec-08 5:36
professionalThomas Stockwell17-Dec-08 5:36 
QuestionAsking for help to convert the sample code in C to vb.net Pin
JUNEYT15-Dec-08 23:59
JUNEYT15-Dec-08 23:59 
AnswerRe: Asking for help to convert the sample code in C to vb.net Pin
Tom Deketelaere16-Dec-08 1:52
professionalTom Deketelaere16-Dec-08 1:52 
First that looks like C# code and not C code

Second there are alot of free convertors on the net
http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]
is one of them

And this is what you get if you use that one:

Friend Module NativeMethods
    Private Sub New()
    End Sub
    <dllimport("coredll.dll")> _
    Public Function SendMessage(ByVal hwnd As IntPtr, ByVal msg As UInteger, _
 ByVal wparam As UInteger, ByVal lparam As UInteger) As UInteger
    End Function
End Module

QuestionHow to return value from modal form Pin
vlinker15-Dec-08 23:54
vlinker15-Dec-08 23:54 
AnswerRe: How to return value from modal form Pin
Nanda_MR15-Dec-08 23:59
Nanda_MR15-Dec-08 23:59 
GeneralRe: How to return value from modal form Pin
vlinker16-Dec-08 0:07
vlinker16-Dec-08 0:07 
AnswerRe: How to return value from modal form Pin
Nanda_MR16-Dec-08 0:23
Nanda_MR16-Dec-08 0:23 
GeneralRe: How to return value from modal form Pin
vlinker16-Dec-08 0:42
vlinker16-Dec-08 0:42 
GeneralRe: How to return value from modal form Pin
Christian Graus16-Dec-08 8:54
protectorChristian Graus16-Dec-08 8:54 
GeneralRe: How to return value from modal form Pin
Nanda_MR16-Dec-08 17:15
Nanda_MR16-Dec-08 17:15 
AnswerRe: How to return value from modal form Pin
Dave Kreskowiak16-Dec-08 2:02
mveDave Kreskowiak16-Dec-08 2:02 
GeneralRe: How to return value from modal form Pin
Jon_Boy16-Dec-08 3:02
Jon_Boy16-Dec-08 3:02 
QuestionStatusStrip Pin
jigneshDPatel15-Dec-08 23:27
jigneshDPatel15-Dec-08 23:27 
AnswerRe: StatusStrip Pin
Steven J Jowett16-Dec-08 5:20
Steven J Jowett16-Dec-08 5:20 
Questiongetting files inside sub folder Pin
dennymw15-Dec-08 20:51
dennymw15-Dec-08 20:51 
AnswerRe: getting files inside sub folder Pin
Ashfield15-Dec-08 21:16
Ashfield15-Dec-08 21:16 
QuestionOledb Dataprovider - Reported Error Pin
samsonx15-Dec-08 18:26
samsonx15-Dec-08 18:26 
AnswerRe: Oledb Dataprovider - Reported Error Pin
Dave Kreskowiak15-Dec-08 19:13
mveDave Kreskowiak15-Dec-08 19:13 
QuestionProblem with using code in vb2005 to call phone umber [modified] Pin
Mangore7515-Dec-08 17:56
Mangore7515-Dec-08 17:56 
AnswerRe: Problem with using code in vb2005 to call phone umber Pin
Dave Kreskowiak15-Dec-08 19:07
mveDave Kreskowiak15-Dec-08 19:07 

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.