Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dynamic Textbox controll Pin
sujithkumarsl23-Oct-07 1:58
sujithkumarsl23-Oct-07 1:58 
QuestionPanel scrolling Pin
blackjack215022-Oct-07 23:58
blackjack215022-Oct-07 23:58 
AnswerRe: Panel scrolling Pin
Harini N K23-Oct-07 0:05
Harini N K23-Oct-07 0:05 
GeneralRe: Panel scrolling Pin
blackjack215023-Oct-07 0:40
blackjack215023-Oct-07 0:40 
GeneralRe: Panel scrolling Pin
Ajay.k_Singh23-Oct-07 1:58
Ajay.k_Singh23-Oct-07 1:58 
GeneralRe: Panel scrolling Pin
blackjack215023-Oct-07 5:16
blackjack215023-Oct-07 5:16 
QuestionRunning Multiple ex's using single object of Process Class Pin
Neeraj Kr22-Oct-07 23:53
Neeraj Kr22-Oct-07 23:53 
QuestionThe case of the disappearing combo box Pin
jozsurf22-Oct-07 23:49
jozsurf22-Oct-07 23:49 
I am having a rather weird problem with the display of information in a standard combo box. The original problem was that there was a need to toggle between two different views for the items in the combo box (say, a long name and a mnemonic). So I added a check box to the form and configured it so that the contents of the combo box are cleared out and re-added in the selected state each time the check box's checked state changes.

Upon implementation, I noticed immediately that when toggling between the two states, the whole combo box control disappears from the form (not just goes empty) when the combo box is cleared and only reappears shortly after (presumably after the first item is re-added). Some trial and error pointed me to its AutoCompleteSource property which is set to ListItems. Changing this property to something else (say, HistoryList) avoids the disappearing combo box problem, the combo box merely becomes empty and is then filled up with the items that are re-added in (as is expected). Does anyone know a workaround for this (as I would like to keep AutoCompleteSource to ListItems)? I have tried changing the AutoCompleteSource before clearing the combo box and then resetting it after but that didn't work...

cheers!
QuestionHow to initialize a nullable array object at runtime? Pin
Spunky Coder22-Oct-07 23:18
Spunky Coder22-Oct-07 23:18 
AnswerRe: How to initialize a nullable array object at runtime? Pin
DavidNohejl22-Oct-07 23:23
DavidNohejl22-Oct-07 23:23 
GeneralRe: How to initialize a nullable array object at runtime? Pin
Spunky Coder22-Oct-07 23:39
Spunky Coder22-Oct-07 23:39 
AnswerRe: Regular Expression in String.Replace() method. Pin
william.zheng22-Oct-07 23:07
william.zheng22-Oct-07 23:07 
GeneralRe: Regular Expression in String.Replace() method. Pin
J4amieC22-Oct-07 23:31
J4amieC22-Oct-07 23:31 
JokeRe: Regular Expression in String.Replace() method. Pin
Guffa22-Oct-07 23:40
Guffa22-Oct-07 23:40 
QuestionHow to validate current object in databinding before move to another Pin
El'Cachubrey22-Oct-07 22:02
El'Cachubrey22-Oct-07 22:02 
QuestionInsert command Pin
sindhutiwari22-Oct-07 21:38
sindhutiwari22-Oct-07 21:38 
AnswerRe: Insert command Pin
pmarfleet22-Oct-07 22:28
pmarfleet22-Oct-07 22:28 
GeneralRe: Insert command Pin
sindhutiwari22-Oct-07 22:35
sindhutiwari22-Oct-07 22:35 
QuestionRegular Expression in String.Replace() method. Pin
248912822-Oct-07 21:29
248912822-Oct-07 21:29 
AnswerRe: Regular Expression in String.Replace() method. Pin
Pawel Gielmuda22-Oct-07 22:34
Pawel Gielmuda22-Oct-07 22:34 
AnswerRe: Regular Expression in String.Replace() method. Pin
Guffa22-Oct-07 22:54
Guffa22-Oct-07 22:54 
QuestionCopy Identity column data Pin
Rabab Siblini22-Oct-07 21:15
Rabab Siblini22-Oct-07 21:15 
AnswerRe: Copy Identity column data Pin
pmarfleet22-Oct-07 22:34
pmarfleet22-Oct-07 22:34 
GeneralRe: Copy Identity column data Pin
Rabab Siblini22-Oct-07 22:37
Rabab Siblini22-Oct-07 22:37 
GeneralRe: Copy Identity column data Pin
pmarfleet22-Oct-07 22:57
pmarfleet22-Oct-07 22: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.