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

Visual Basic

 
AnswerRe: multiple checkbox within multiple groupbox(vb.net) Pin
Dave Kreskowiak1-Apr-07 7:12
mveDave Kreskowiak1-Apr-07 7:12 
QuestionAdding fields in a table adapter not showing in code. Pin
steve_rm1-Apr-07 5:33
steve_rm1-Apr-07 5:33 
AnswerRe: Adding fields in a table adapter not showing in code. Pin
Johan Hakkesteegt4-Apr-07 2:30
Johan Hakkesteegt4-Apr-07 2:30 
QuestionSaving a compiled assembly Pin
Nick Rioux1-Apr-07 5:12
Nick Rioux1-Apr-07 5:12 
AnswerRe: Saving a compiled assembly Pin
Ri Qen-Sin1-Apr-07 17:39
Ri Qen-Sin1-Apr-07 17:39 
NewsRe: Saving a compiled assembly [modified] *Solved* Pin
Nick Rioux2-Apr-07 1:05
Nick Rioux2-Apr-07 1:05 
QuestionButton text problem in vb.net 2003 Window Application. Pin
amaneet1-Apr-07 4:14
amaneet1-Apr-07 4:14 
AnswerRe: Button text problem in vb.net 2003 Window Application. Pin
Nick Rioux1-Apr-07 5:26
Nick Rioux1-Apr-07 5:26 
Myclass is a reserved word.

    Private Sub fun()
        Dim obj As New class1
        obj.funct(Button1)
        'Button1 is name of the button in the form.
    End Sub

    Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        fun()
    End Sub
End Class

Class class1
    Public Sub funct(ByVal b As Button)
        MessageBox.Show(b.Text)
    End Sub
End Class

Questionhelp me Pin
phowarso1-Apr-07 2:39
phowarso1-Apr-07 2:39 
AnswerRe: help me Pin
Nick Rioux1-Apr-07 5:30
Nick Rioux1-Apr-07 5:30 
AnswerRe: help me Pin
Dave Kreskowiak1-Apr-07 7:09
mveDave Kreskowiak1-Apr-07 7:09 
AnswerRe: help me Pin
lmoelleb1-Apr-07 23:29
lmoelleb1-Apr-07 23:29 
QuestionHow can I write on image and save it again? Pin
Omar Mallat31-Mar-07 23:45
professionalOmar Mallat31-Mar-07 23:45 
AnswerRe: How can I write on image and save it again? Pin
Guffa1-Apr-07 4:50
Guffa1-Apr-07 4:50 
GeneralRe: How can I write on image and save it again? Pin
Omar Mallat1-Apr-07 18:28
professionalOmar Mallat1-Apr-07 18:28 
AnswerRe: How can I write on image and save it again? Pin
Guffa1-Apr-07 21:03
Guffa1-Apr-07 21:03 
GeneralRe: How can I write on image and save it again? Pin
Omar Mallat2-Apr-07 18:27
professionalOmar Mallat2-Apr-07 18:27 
AnswerRe: How can I write on image and save it again? Pin
Guffa2-Apr-07 21:05
Guffa2-Apr-07 21:05 
GeneralRe: How can I write on image and save it again? Pin
Omar Mallat2-Apr-07 23:17
professionalOmar Mallat2-Apr-07 23:17 
AnswerRe: How can I write on image and save it again? Pin
Guffa3-Apr-07 0:39
Guffa3-Apr-07 0:39 
AnswerRe: How can I write on image and save it again? Pin
Dave Kreskowiak1-Apr-07 7:06
mveDave Kreskowiak1-Apr-07 7:06 
QuestionSupplying Arguements Pin
tech0931-Mar-07 20:48
tech0931-Mar-07 20:48 
AnswerRe: Supplying Arguements Pin
CPallini1-Apr-07 0:53
mveCPallini1-Apr-07 0:53 
GeneralRe: Supplying Arguements Pin
tech091-Apr-07 17:18
tech091-Apr-07 17:18 
GeneralRe: Supplying Arguements Pin
CPallini1-Apr-07 20:50
mveCPallini1-Apr-07 20:50 

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.