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

Visual Basic

 
QuestionConstructor inheritance in VB.NET while from C#.net Pin
get120622-Dec-09 23:37
get120622-Dec-09 23:37 
QuestionRe: Constructor inheritance in VB.NET while from C#.net Pin
Md. Marufuzzaman23-Dec-09 0:12
professionalMd. Marufuzzaman23-Dec-09 0:12 
AnswerRe: Constructor inheritance in VB.NET while from C#.net Pin
Dave Kreskowiak23-Dec-09 1:31
mveDave Kreskowiak23-Dec-09 1:31 
AnswerRe: Constructor inheritance in VB.NET while from C#.net Pin
nlarson1123-Dec-09 3:38
nlarson1123-Dec-09 3:38 
AnswerRe: Constructor inheritance in VB.NET while from C#.net [modified] Pin
Gideon Engelberth23-Dec-09 3:57
Gideon Engelberth23-Dec-09 3:57 
GeneralRe: Constructor inheritance in VB.NET while from C#.net Pin
nlarson1123-Dec-09 5:23
nlarson1123-Dec-09 5:23 
GeneralRe: Constructor inheritance in VB.NET while from C#.net Pin
Gideon Engelberth23-Dec-09 16:24
Gideon Engelberth23-Dec-09 16:24 
AnswerRe: Constructor inheritance in VB.NET while from C#.net Pin
Luc Pattyn23-Dec-09 5:49
sitebuilderLuc Pattyn23-Dec-09 5:49 
There are web sites that offer conversion services, such as this one[^].

This is a partial result:
Public Sub New(strHost As String, intPort As Integer, strlogin As String, strPassword As String, authenticationMethod As AuthenticationMethod)

	Me.New(strHost, intPort, strlogin, strPassword, authenticationMethod, False)
End Sub


Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


QuestionMail Option in vb.net??? Pin
JC.KaNNaN22-Dec-09 22:55
JC.KaNNaN22-Dec-09 22:55 
AnswerRe: Mail Option in vb.net??? Pin
Md. Marufuzzaman23-Dec-09 0:10
professionalMd. Marufuzzaman23-Dec-09 0:10 
GeneralRe: Mail Option in vb.net??? Pin
JC.KaNNaN23-Dec-09 1:38
JC.KaNNaN23-Dec-09 1:38 
GeneralRe: Mail Option in vb.net??? Pin
Jay Royall23-Dec-09 2:02
Jay Royall23-Dec-09 2:02 
GeneralRe: Mail Option in vb.net??? Pin
Md. Marufuzzaman23-Dec-09 2:08
professionalMd. Marufuzzaman23-Dec-09 2:08 
QuestionCallbacks on same page causing a problem [modified] Pin
plecco22-Dec-09 8:33
plecco22-Dec-09 8:33 
AnswerRe: Callbacks on same page causing a problem Pin
Md. Marufuzzaman22-Dec-09 11:25
professionalMd. Marufuzzaman22-Dec-09 11:25 
QuestionDatabase search in vb6 Pin
offroaderdan22-Dec-09 8:08
offroaderdan22-Dec-09 8:08 
AnswerRe: Database search in vb6 Pin
Luc Pattyn22-Dec-09 8:20
sitebuilderLuc Pattyn22-Dec-09 8:20 
GeneralRe: Database search in vb6 Pin
offroaderdan22-Dec-09 8:29
offroaderdan22-Dec-09 8:29 
GeneralRe: Database search in vb6 Pin
offroaderdan22-Dec-09 8:32
offroaderdan22-Dec-09 8:32 
GeneralRe: Database search in vb6 Pin
Luc Pattyn22-Dec-09 8:36
sitebuilderLuc Pattyn22-Dec-09 8:36 
GeneralRe: Database search in vb6 Pin
offroaderdan22-Dec-09 8:40
offroaderdan22-Dec-09 8:40 
GeneralRe: Database search in vb6 Pin
Eddy Vluggen22-Dec-09 9:39
professionalEddy Vluggen22-Dec-09 9:39 
GeneralRe: Database search in vb6 Pin
offroaderdan22-Dec-09 10:59
offroaderdan22-Dec-09 10:59 
GeneralRe: Database search in vb6 Pin
offroaderdan22-Dec-09 11:09
offroaderdan22-Dec-09 11:09 
GeneralRe: Database search in vb6 Pin
Md. Marufuzzaman22-Dec-09 11:22
professionalMd. Marufuzzaman22-Dec-09 11:22 

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.