Click here to Skip to main content
15,917,329 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalcontrol panel applet Pin
Manish Wadhera20-Jul-02 20:49
Manish Wadhera20-Jul-02 20:49 
GeneralMicrosoft Excel Chart Pin
Silversurfaren19-Jul-02 7:54
sussSilversurfaren19-Jul-02 7:54 
GeneralRe: Microsoft Excel Chart Pin
Silversurfaren21-Jul-02 2:43
sussSilversurfaren21-Jul-02 2:43 
GeneralRe: Microsoft Excel Chart Pin
afronaut25-Jul-02 15:47
afronaut25-Jul-02 15:47 
GeneralRadio Buttons Not working correctly Pin
JohnnyG19-Jul-02 7:10
JohnnyG19-Jul-02 7:10 
GeneralRe: Radio Buttons Not working correctly Pin
Jeremy Falcon19-Jul-02 7:32
professionalJeremy Falcon19-Jul-02 7:32 
GeneralRe: Radio Buttons Not working correctly Pin
JohnnyG19-Jul-02 8:11
JohnnyG19-Jul-02 8:11 
GeneralRe: Radio Buttons Not working correctly Pin
Jeremy Falcon22-Jul-02 3:43
professionalJeremy Falcon22-Jul-02 3:43 
JohnnyG wrote:
This is probably a stupid question

This is not a stupid question. Smile | :)

JohnnyG wrote:
how do I add the radio buttons to a group box.

Create the frame first. Then, directly creat the radio buttons within the fame. If you create the radio buttons first, you should notice they seem to be behind the frame instead of on top of it and are not grouped by themselves.

Do note that the frame does not become the parent of the radio buttons it "encloses." The parent will still be the form. This is just VB's way of doing the logical grouping. You can override this behavior using raw Win32 API, but that is rarely needed.

And, if you don't want the frame showing up during runtime, set its BorderStyle property to None. Setting Visible to False on the frame will also hide the radio buttons, and the user won't be able to see them also.

Jeremy Falcon
Imputek

<nobr>"..." - Paul Watson  07-17
GeneralRe: Radio Buttons Not working correctly Pin
JohnnyG19-Jul-02 8:47
JohnnyG19-Jul-02 8:47 
GeneralProblems with namespaces... Pin
MrGlover18-Jul-02 16:02
MrGlover18-Jul-02 16:02 
GeneralRe: Problems with namespaces... Pin
Kevin McFarlane21-Jul-02 5:20
Kevin McFarlane21-Jul-02 5:20 
Generalmemory leaks Pin
Marcus Spitzmiller18-Jul-02 10:20
Marcus Spitzmiller18-Jul-02 10:20 
GeneralConsole Mode Class Pin
Gary Miller18-Jul-02 5:25
Gary Miller18-Jul-02 5:25 
Questionvb.net :: Has anyone been having trouble with the RadioButton's CheckedChanged Event NEVER coming through? Pin
Tim Rymer18-Jul-02 5:09
Tim Rymer18-Jul-02 5:09 
GeneralVB 6 Project Limit Pin
David Galloway17-Jul-02 11:21
David Galloway17-Jul-02 11:21 
Generalvb.net :: How do i set the precision of a double? (like 1.25 instead of 1.2553825253 Pin
Tim Rymer17-Jul-02 10:52
Tim Rymer17-Jul-02 10:52 
GeneralRe: vb.net :: How do i set the precision of a double? (like 1.25 instead of 1.2553825253 Pin
Jeremy Falcon17-Jul-02 11:05
professionalJeremy Falcon17-Jul-02 11:05 
GeneralCool, just make sure you Import System.Math Pin
Tim Rymer17-Jul-02 11:42
Tim Rymer17-Jul-02 11:42 
Generaldatabase stored procedures vb and much confusion Pin
Unpluged198017-Jul-02 10:41
sussUnpluged198017-Jul-02 10:41 
GeneralRe: database stored procedures vb and much confusion Pin
Ranjan Banerji18-Jul-02 2:47
Ranjan Banerji18-Jul-02 2:47 
GeneralRe: database stored procedures vb and much confusion Pin
Giles18-Jul-02 3:05
Giles18-Jul-02 3:05 
GeneralRe: database stored procedures vb and much confusion Pin
Thesisus19-Jul-02 5:19
Thesisus19-Jul-02 5:19 
Generalincremental compilation Pin
CodagenDev17-Jul-02 9:31
sussCodagenDev17-Jul-02 9:31 
GeneralWindows Components Checker Pin
Antosha16-Jul-02 15:39
Antosha16-Jul-02 15:39 
GeneralRe: Windows Components Checker Pin
JohnnyG18-Jul-02 16:11
JohnnyG18-Jul-02 16:11 

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.