trying to get my first windows form running with controls. I havent been able to figure anything out. . . and then i realized duh, it's all in VB. How do I switch the generated files to C#? Am I confused? This is what I'm getting when I try to add my first control for Button_Start:
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Click_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button_Start.Click
End Sub
End Class
Wow that was silly. I didn't realize there were multiple versions. Thanks!