Click here to Skip to main content
15,898,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Check whether SQL server is installed or not Pin
CPallini18-Jul-08 1:42
mveCPallini18-Jul-08 1:42 
JokeRe: Check whether SQL server is installed or not Pin
MBCDC20-Jul-08 6:42
MBCDC20-Jul-08 6:42 
AnswerRe: Check whether SQL server is installed or not Pin
jzonthemtn18-Jul-08 2:22
jzonthemtn18-Jul-08 2:22 
AnswerRe: Check whether SQL server is installed or not Pin
Jamal Abdul Nasir18-Jul-08 10:37
Jamal Abdul Nasir18-Jul-08 10:37 
QuestionDriving a Logitech QuickCam Express Pin
taffy_design17-Jul-08 23:04
taffy_design17-Jul-08 23:04 
AnswerRe: Driving a Logitech QuickCam Express Pin
jzonthemtn18-Jul-08 2:32
jzonthemtn18-Jul-08 2:32 
QuestionWord Automation Help Pls using vb6 on client and apsx, vb.net on server 2003 Pin
grasshopper417-Jul-08 21:48
grasshopper417-Jul-08 21:48 
QuestionTrtanslation vb -> c# Pin
nelsonpaixao17-Jul-08 13:19
nelsonpaixao17-Jul-08 13:19 
Hi,

Can anyone help me here to translate this? It´s from a help file that is only coded in vb. Dead | X|

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

CType(objForm, Form1).Label2.Text = TextBox1.Text

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim MyForm As New Form2()
MyForm.objForm = Me
MyForm.SetBounds(400, 400, 300, 300)
MyForm.Show()

End Sub

Public Property Form2Value() As String
Get
Return MyVal
End Get
Set(ByVal Value As String)
MyVal = Value
End Set
End Property

Thanks Sigh | :sigh:
AnswerRe: Trtanslation vb -> c# Pin
Paul Conrad17-Jul-08 16:40
professionalPaul Conrad17-Jul-08 16:40 
AnswerRe: Trtanslation vb -> c# Pin
Pawel Gielmuda17-Jul-08 22:11
Pawel Gielmuda17-Jul-08 22:11 
AnswerRe: Trtanslation vb -> c# Pin
sumit703417-Jul-08 23:23
sumit703417-Jul-08 23:23 
AnswerRe: Trtanslation vb -> c# Pin
sumit703417-Jul-08 23:27
sumit703417-Jul-08 23:27 
AnswerRe: Trtanslation vb -> c# Pin
Guffa18-Jul-08 3:09
Guffa18-Jul-08 3:09 
JokeRe: Trtanslation vb -> c# Pin
nelsonpaixao18-Jul-08 13:48
nelsonpaixao18-Jul-08 13:48 
GeneralRe: Trtanslation vb -> c# Pin
Guffa19-Jul-08 1:18
Guffa19-Jul-08 1:18 
AnswerRe: Trtanslation vb -> c# Pin
Dave Doknjas18-Jul-08 9:18
Dave Doknjas18-Jul-08 9:18 
QuestionMy.Application.MinimumSplashScreenDisplayTime does not delay the main form load Pin
Marcus J. Smith17-Jul-08 3:36
professionalMarcus J. Smith17-Jul-08 3:36 
QuestionRe: My.Application.MinimumSplashScreenDisplayTime does not delay the main form load Pin
jzonthemtn18-Jul-08 2:25
jzonthemtn18-Jul-08 2:25 
AnswerRe: My.Application.MinimumSplashScreenDisplayTime does not delay the main form load Pin
Marcus J. Smith18-Jul-08 3:03
professionalMarcus J. Smith18-Jul-08 3:03 
GeneralRe: My.Application.MinimumSplashScreenDisplayTime does not delay the main form load Pin
jzonthemtn18-Jul-08 3:23
jzonthemtn18-Jul-08 3:23 
QuestionHashcode to string Pin
~V~17-Jul-08 2:48
~V~17-Jul-08 2:48 
AnswerRe: Hashcode to string Pin
Tom Deketelaere17-Jul-08 3:33
professionalTom Deketelaere17-Jul-08 3:33 
AnswerRe: Hashcode to string Pin
Guffa17-Jul-08 7:49
Guffa17-Jul-08 7:49 
AnswerRe: Hashcode to string Pin
~V~17-Jul-08 20:42
~V~17-Jul-08 20:42 
GeneralOT: sig Pin
Guffa18-Jul-08 3:29
Guffa18-Jul-08 3:29 

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.