Visual Basic .NET help, please

Discussion in 'Software' started by Jungalist, Nov 6, 2003.

  1. Jungalist

    Jungalist Private E-2

    i am making a program for my buddy to help him organize his football pool. For the portion where he enters the schedule, i want to have a ListBox with all the team names in it and empty TextBoxes for Home and Away for each game. All he will have to do is drag the team name from the List to the approproate TextBox.

    The question is this: How do i make a generic DragDrop Event so that i don't have to repeat the same code for each TextBox (there will be upwards of 30 TextBoxes for some weeks)? The DragEnter Event was easy enough - i just added all the TextBoxes to the Handle clause.

    The Code i use for one is:

    Private Sub TextBox1_DragDrop(ByVal sender As Object, ByVal e As _
    System.Windows.Forms.DragEventArgs) Handles TextBox1.DragDrop
    ' Paste the text.
    TextBox1.Text = e.Data.GetData(DataFormats.Text)
    End Sub


    So, for multiple i have:

    Private Sub TextBox_DragDrop(ByVal sender As Object, ByVal e As _
    System.Windows.Forms.DragEventArgs) Handles TextBox1.DragDrop, TextBox2.DragDrop, TextBox3.DragDrop
    ' Paste the text.
    TextBox1.Text = e.Data.GetData(DataFormats.Text)
    End Sub

    What do i change "TextBox1.Text" to? i have tried "System.Windows.Forms.TextBox.Text", but that is apparently wrong.

    Thx in advance
     
  2. Kodo

    Kodo SNATCHSQUATCH

    Jungalist. I doubt you will find an answer to that here.. I'm not skilled enough in .NET to even begin to help you out. Though I can recommend some good places

    www.haneng.com is where I go for code help.
    tell them that I sent you :)
     
  3. Jungalist

    Jungalist Private E-2

    Thank-you, sir! :)
     
  4. Kodo

    Kodo SNATCHSQUATCH

  5. Jungalist

    Jungalist Private E-2

    Very Nice. The first guys came through. Thanks again, Kodo!
     
  6. Kodo

    Kodo SNATCHSQUATCH

    you're quite welcome ;)
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds