Results 1 to 6 of 6

Thread: [RESOLVED] VB.NET to C# conversion

Threaded View

  1. #1

    Thread Starter
    Addicted Member cutamacious's Avatar
    Join Date
    May 2001
    Location
    INDIA >> Andhra Pradesh >> Hyderabad
    Posts
    185

    Resolved [RESOLVED] VB.NET to C# conversion

    this is vb.net code below


    VB Code:
    1. Private Sub TextBox1_Enter(ByVal sender As Object, ByVal e As System.EventArgs)
    2.                                                                Handles TextBox1.Enter
    3.  
    4. MsgBox(sender.Name)
    5.  
    6. End Sub

    how to do in c#.net
    Last edited by cutamacious; Jul 1st, 2005 at 04:59 AM. Reason: [Resolved]
    Cute Member

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width