Click here to Skip to main content
15,920,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Add handler during runtime "problem" Pin
Georg Kohler4-Sep-08 10:44
Georg Kohler4-Sep-08 10:44 
Questionappending an array Pin
DFT13-Sep-08 10:48
DFT13-Sep-08 10:48 
AnswerRe: appending an array Pin
Guffa3-Sep-08 11:15
Guffa3-Sep-08 11:15 
GeneralRe: appending an array Pin
DFT13-Sep-08 11:33
DFT13-Sep-08 11:33 
GeneralRe: appending an array Pin
Guffa3-Sep-08 20:42
Guffa3-Sep-08 20:42 
QuestionHow to disable combobox items Pin
chandrubngit3-Sep-08 9:17
chandrubngit3-Sep-08 9:17 
AnswerRe: How to disable combobox items Pin
Ray Cassick3-Sep-08 9:24
Ray Cassick3-Sep-08 9:24 
AnswerRe: How to disable combobox items Pin
Dominick Marciano3-Sep-08 9:30
professionalDominick Marciano3-Sep-08 9:30 
Off of the top of my head I can think of two ways you can do this. These aren't are the most efficient and exactly how your program works will determine if either is good for you:

1) If the item can't be selected temporarily remove it form the list box. When certain conditions are met, re-add it.

2) When the user selects an item, check if the index of the selected items is one of the ones that can't be selected. If so, change the selected index to the next selectable one.

Hope this help or at least points you in the right direction.
GeneralRe: How to disable combobox items Pin
chandrubngit3-Sep-08 17:13
chandrubngit3-Sep-08 17:13 
AnswerRe: How to disable combobox items Pin
Paul Conrad3-Sep-08 10:09
professionalPaul Conrad3-Sep-08 10:09 
QuestionPrinting Office without Office Pin
Dominick Marciano3-Sep-08 9:02
professionalDominick Marciano3-Sep-08 9:02 
AnswerRe: Printing Office without Office Pin
Wendelius3-Sep-08 10:44
mentorWendelius3-Sep-08 10:44 
QuestionFlow Charting Component Pin
ExcelMonkey3-Sep-08 8:06
ExcelMonkey3-Sep-08 8:06 
QuestionCatching the hourly system time Pin
MatthysDT3-Sep-08 4:06
MatthysDT3-Sep-08 4:06 
AnswerRe: Catching the hourly system time Pin
Dave Kreskowiak3-Sep-08 10:59
mveDave Kreskowiak3-Sep-08 10:59 
GeneralRe: Catching the hourly system time Pin
MatthysDT3-Sep-08 20:14
MatthysDT3-Sep-08 20:14 
GeneralRe: Catching the hourly system time Pin
Dave Kreskowiak4-Sep-08 1:57
mveDave Kreskowiak4-Sep-08 1:57 
QuestionResize And Moveing of label control Pin
koushik19803-Sep-08 0:48
koushik19803-Sep-08 0:48 
AnswerRe: Resize And Moveing of label control Pin
Dave Kreskowiak3-Sep-08 3:20
mveDave Kreskowiak3-Sep-08 3:20 
GeneralRe: Resize And Moveing of label control Pin
MatthysDT3-Sep-08 4:10
MatthysDT3-Sep-08 4:10 
Questionremote call a com object Pin
Anoop Brijmohun3-Sep-08 0:37
Anoop Brijmohun3-Sep-08 0:37 
QuestionError "No data received from phone after 4500 ms" Pin
vahidkiani3-Sep-08 0:03
vahidkiani3-Sep-08 0:03 
AnswerRe: Error "No data received from phone after 4500 ms" Pin
Manas Bhardwaj3-Sep-08 1:34
professionalManas Bhardwaj3-Sep-08 1:34 
AnswerRe: Error "No data received from phone after 4500 ms" Pin
jzonthemtn3-Sep-08 3:31
jzonthemtn3-Sep-08 3:31 
Questiondate time picker control problem in vb.net Pin
chandrubngit2-Sep-08 22:56
chandrubngit2-Sep-08 22:56 

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.