Click here to Skip to main content
15,909,939 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Variable Declaration Clarifications (Newbie) Pin
frankiebaby224-Jul-07 0:19
frankiebaby224-Jul-07 0:19 
AnswerRe: Variable Declaration Clarifications (Newbie) Pin
Dave Kreskowiak24-Jul-07 4:16
mveDave Kreskowiak24-Jul-07 4:16 
GeneralRe: Variable Declaration Clarifications (Newbie) Pin
frankiebaby226-Jul-07 23:32
frankiebaby226-Jul-07 23:32 
Questionmaking a game using visual basic Pin
not insane yet!23-Jul-07 22:32
not insane yet!23-Jul-07 22:32 
AnswerRe: making a game using visual basic Pin
Christian Graus23-Jul-07 23:21
protectorChristian Graus23-Jul-07 23:21 
AnswerRe: making a game using visual basic Pin
Colin Angus Mackay23-Jul-07 23:22
Colin Angus Mackay23-Jul-07 23:22 
AnswerDo your own homework Pin
leckey24-Jul-07 3:02
leckey24-Jul-07 3:02 
Questiondisable a listbox item... Pin
shaz jazz23-Jul-07 22:13
shaz jazz23-Jul-07 22:13 
Hi
i am working in VB.net using .net 2.0. i have a requirment to disable a listbox control's single item ....i searched msdn which says..

"You can disable an item in a list box or combo box by adding a single backslash to the beginning of the expression. "

i tied the following code

ListBox1.Items.Add("good")
ListBox1.Items.Add("\bad")

but it didn't worked and "bad" did not appeared disabled..
dispite this my requirement is to disable an item when mouse double click event occurs...

hope someone will come with solution





Faith is higher faculty than reason..
shaz jazz

AnswerRe: disable a listbox item... Pin
kubben24-Jul-07 2:25
kubben24-Jul-07 2:25 
GeneralRe: disable a listbox item... Pin
shaz jazz26-Jul-07 22:18
shaz jazz26-Jul-07 22:18 
GeneralRe: disable a listbox item... Pin
kubben27-Jul-07 1:21
kubben27-Jul-07 1:21 
GeneralRe: disable a listbox item... Pin
shaz jazz27-Jul-07 2:11
shaz jazz27-Jul-07 2:11 
GeneralRe: disable a listbox item... Pin
kubben27-Jul-07 2:12
kubben27-Jul-07 2:12 
GeneralRe: disable a listbox item... Pin
shaz jazz27-Jul-07 2:51
shaz jazz27-Jul-07 2:51 
GeneralRe: disable a listbox item... Pin
kubben27-Jul-07 3:16
kubben27-Jul-07 3:16 
GeneralRe: disable a listbox item... Pin
shaz jazz27-Jul-07 3:37
shaz jazz27-Jul-07 3:37 
Questioni need a code for this please Pin
magedhv23-Jul-07 21:34
magedhv23-Jul-07 21:34 
AnswerRe: i need a code for this please Pin
Christian Graus23-Jul-07 22:21
protectorChristian Graus23-Jul-07 22:21 
GeneralHe doesn't listen Pin
leckey24-Jul-07 3:03
leckey24-Jul-07 3:03 
QuestionUsing Custom Action in Deployment Pin
MP9123-Jul-07 21:34
MP9123-Jul-07 21:34 
QuestionGeneral problem creating a UserControl Pin
gilchinger23-Jul-07 21:08
gilchinger23-Jul-07 21:08 
AnswerRe: General problem creating a UserControl Pin
Christian Graus23-Jul-07 23:19
protectorChristian Graus23-Jul-07 23:19 
GeneralRe: General problem creating a UserControl Pin
gilchinger24-Jul-07 0:23
gilchinger24-Jul-07 0:23 
QuestionCrystal Report in Picturebox Pin
ShuklaGirish23-Jul-07 20:52
ShuklaGirish23-Jul-07 20:52 
AnswerRe: Crystal Report in Picturebox Pin
Christian Graus23-Jul-07 20:57
protectorChristian Graus23-Jul-07 20:57 

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.