Click here to Skip to main content
15,891,907 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Newbie to VB Pin
_Damian S_30-Mar-10 16:05
professional_Damian S_30-Mar-10 16:05 
AnswerRe: Newbie to VB Pin
Wayne Gaylard30-Mar-10 20:38
professionalWayne Gaylard30-Mar-10 20:38 
GeneralRe: Newbie to VB Pin
willwilco31-Mar-10 13:41
willwilco31-Mar-10 13:41 
AnswerRe: Newbie to VB Pin
The Man from U.N.C.L.E.31-Mar-10 7:07
The Man from U.N.C.L.E.31-Mar-10 7:07 
GeneralRe: Newbie to VB Pin
willwilco31-Mar-10 13:42
willwilco31-Mar-10 13:42 
QuestionTwo RadioButtonList.SelectedIndex Values Changed Simultaneously - What am I Doing Wrong? Pin
johnaparker30-Mar-10 11:11
johnaparker30-Mar-10 11:11 
AnswerRe: Two RadioButtonList.SelectedIndex Values Changed Simultaneously - What am I Doing Wrong? Pin
pdnet1-Apr-10 21:46
pdnet1-Apr-10 21:46 
GeneralRe: Two RadioButtonList.SelectedIndex Values Changed Simultaneously - What am I Doing Wrong? Pin
johnaparker3-Apr-10 4:28
johnaparker3-Apr-10 4:28 
Hi Arindam.

Thanks very much for your reply.

I tried your suggestion w/o success. I did so even I saw (by stepping through with the debugger) the errant behavior occur on and between the two distinct "steps":

1. aTeamNameRBL.SelectedIndex = aTeamSelected
2. hTeamNameRBL.SelectedIndex = hTeamSelected


If it would be of use to anyone I have screen captures showing the fact that after step 1. is executed, the SelectedIndex of both RadioButtonList's are set to the "aTeamSelected" value, and then after step 2. both are set to the "hTeamSelected" value.


Also, I'd be happy to grab whatever additional debug detail you might suggest.


As I've seen Visueal Studio occasionally wrap itself around the axle and not register the fact changes have been made I also tried...

a. Deleting and recreating the RBLs
b. Deleting the RBs, saving the file, closing the project and then recreating them
c. Renaming them

None of these attemps made any difference. As soon as the first RBL was adjusted, the second was as well, and vice-versa.

HELP!!!!
Questionhow can i catch form event keydown if my form has datagridview control ? Pin
xingselex30-Mar-10 6:36
xingselex30-Mar-10 6:36 
AnswerRe: how can i catch form event keydown if my form has datagridview control ? Pin
Abhinav S30-Mar-10 6:48
Abhinav S30-Mar-10 6:48 
AnswerRe: how can i catch form event keydown if my form has datagridview control ? Pin
dan!sh 30-Mar-10 6:49
professional dan!sh 30-Mar-10 6:49 
QuestionVB 2008 DataGridView Pin
Filippo197430-Mar-10 5:46
Filippo197430-Mar-10 5:46 
AnswerRe: VB 2008 DataGridView Pin
dan!sh 30-Mar-10 6:12
professional dan!sh 30-Mar-10 6:12 
AnswerRe: VB 2008 DataGridView Pin
Filippo197430-Mar-10 6:18
Filippo197430-Mar-10 6:18 
GeneralRe: VB 2008 DataGridView Pin
Filippo197430-Mar-10 10:12
Filippo197430-Mar-10 10:12 
GeneralRe: VB 2008 DataGridView Pin
Sebastian Br.31-Mar-10 21:37
Sebastian Br.31-Mar-10 21:37 
AnswerRe: VB 2008 DataGridView Pin
William Winner30-Mar-10 11:04
William Winner30-Mar-10 11:04 
AnswerRe: VB 2008 DataGridView Pin
William Winner30-Mar-10 11:08
William Winner30-Mar-10 11:08 
QuestionCreate autowidth() Property Pin
nyt197230-Mar-10 1:32
professionalnyt197230-Mar-10 1:32 
GeneralRe: Create autowidth() Property Pin
DaveAuld30-Mar-10 4:35
professionalDaveAuld30-Mar-10 4:35 
AnswerRe: Create autowidth() Property Pin
DaveAuld30-Mar-10 11:31
professionalDaveAuld30-Mar-10 11:31 
AnswerRe: Create autowidth() Property Pin
Anubhava Dimri30-Mar-10 20:07
Anubhava Dimri30-Mar-10 20:07 
AnswerRe: Create autowidth() Property Pin
nyt197230-Mar-10 20:27
professionalnyt197230-Mar-10 20:27 
GeneralRe: Create autowidth() Property Pin
nyt19721-Apr-10 0:51
professionalnyt19721-Apr-10 0:51 
GeneralRe: Create autowidth() Property Pin
nyt19724-Apr-10 19:30
professionalnyt19724-Apr-10 19:30 

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.