Click here to Skip to main content
15,916,432 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Call VB program with a parm [modifed] Pin
Joshua Quick19-May-06 12:06
Joshua Quick19-May-06 12:06 
QuestionHow track and step out of recursive method Pin
erikkl200018-May-06 8:29
erikkl200018-May-06 8:29 
QuestionWindows Service issue!!! Pin
alexvw18-May-06 7:48
alexvw18-May-06 7:48 
AnswerRe: Windows Service issue!!! Pin
Rizwan Bashir19-May-06 5:05
Rizwan Bashir19-May-06 5:05 
GeneralThanks... Pin
alexvw19-May-06 6:29
alexvw19-May-06 6:29 
Questionerror while running from a network machine Pin
Paps218-May-06 6:19
Paps218-May-06 6:19 
AnswerRe: error while running from a network machine Pin
Dave Bacher18-May-06 7:58
Dave Bacher18-May-06 7:58 
QuestionWhat is the Select Case syntax for Radio Buttons / textboxes in a GroupBox Control? Pin
Rashar18-May-06 5:55
Rashar18-May-06 5:55 
Hi,

In vb6, there would be an Option Group control that could contain a set of buttons, or boxes etc.

Values would be assigned to control, and Select Case statements could be created based on the Option Group control.

The only thing I could find in VStudio/VB.net is the groupbox control.

Here is what I have:

<br />
 Select Case GroupBox1.Controls<br />
<br />
            Case RadioButton1<br />
<br />
                MessageBox.Show("button1 selected")<br />
<br />
            Case RadioButton2<br />
<br />
                MessageBox.Show("button2 selected")<br />
<br />
        End Select<br />


For the Case RadioButton1 and 2, I receive a message, "Operator '=' is not defined for types System.Windows.Forms.Control.ControlCollection and boolean...

Any suggestions is greatly apprciated.

Rashar
AnswerRe: What is the Select Case syntax for Radio Buttons / textboxes in a GroupBox Control? Pin
Raistlin21_4519-May-06 4:54
Raistlin21_4519-May-06 4:54 
QuestionWindows hook help Pin
Member 296885118-May-06 5:10
Member 296885118-May-06 5:10 
AnswerRe: Windows hook help Pin
MohammadAmiry18-May-06 5:19
MohammadAmiry18-May-06 5:19 
QuestionWebbrowser control help Pin
Member 296885118-May-06 5:06
Member 296885118-May-06 5:06 
QuestionMAPI Pin
cj433118-May-06 5:03
cj433118-May-06 5:03 
AnswerRe: MAPI Pin
Dave Bacher18-May-06 7:41
Dave Bacher18-May-06 7:41 
GeneralRe: MAPI Pin
cj433118-May-06 8:04
cj433118-May-06 8:04 
GeneralRe: MAPI Pin
cj433118-May-06 8:24
cj433118-May-06 8:24 
GeneralRe: MAPI Pin
cj433119-May-06 4:56
cj433119-May-06 4:56 
QuestionApplication.Undo Method Pin
slw1234@sbcglobal.net18-May-06 4:28
slw1234@sbcglobal.net18-May-06 4:28 
Questionproble in landscape and portrait images in asp.net 1.1 Pin
amaneet18-May-06 3:00
amaneet18-May-06 3:00 
AnswerRe: proble in landscape and portrait images in asp.net 1.1 Pin
_AK_18-May-06 19:55
_AK_18-May-06 19:55 
Questionproblem Pin
amaneet18-May-06 2:50
amaneet18-May-06 2:50 
AnswerRe: problem Pin
Colin Angus Mackay18-May-06 4:32
Colin Angus Mackay18-May-06 4:32 
GeneralRe: problem Pin
amaneet18-May-06 20:05
amaneet18-May-06 20:05 
QuestionHow to embed the dll in my project? Pin
cylix200018-May-06 1:49
cylix200018-May-06 1:49 
Questionchange index colunm in datagrid at runtime Pin
vipinpaliwal198018-May-06 1:31
vipinpaliwal198018-May-06 1:31 

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.