Jump to content
Xtreme .Net Talk

tehon3299

Avatar/Signature
  • Posts

    156
  • Joined

  • Last visited

Everything posted by tehon3299

  1. Where in the designer do I set it? I remember in VB 6 there was a default button for the form, but I do not see where I set it in the designer in VB .NET. Thanks
  2. Hey - I put them both in 2 seperate GroupBox's (2 and 4) and it does the same thing. I click one of the first 2 and then one of the second group and the first one becomes unchecked. Do I need to group them together or something? I was looking around for a Group option but there isn't one. What am I doing wrong? Thanks, Tehon :confused:
  3. There is no option on the form's properties for AcceptButton. I put frmExample. and the AcceptButton is not a property for it. Am I doing something wrong? The property is on the form and not the actual button right?
  4. Hey - I was wondering how you can set a form so that when the user presses the 'ENTER' button, it will simulate them clicking a button on the form. For example, they input data into a textbox and hit enter instead of having to click the Submit buttom.
  5. Hey Guys - I was just wondering how I would be able to get 2 sets of radio buttons on the same page to be checked at once. For example, I have a set of 2 radio buttons and the user has to choose one of them, and then I have 4 other radio buttons for another option on the same for but it only lets the user choose 1 of the 6 on the page. How to I tell it to let the user choose 2 of the radio buttons on the form??
×
×
  • Create New...