Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: my program How to print a pyramid is not working properly Pin
Member 43170178-Feb-08 22:21
Member 43170178-Feb-08 22:21 
GeneralRe: my program How to print a pyramid is not working properly Pin
That's Aragon8-Feb-08 22:45
That's Aragon8-Feb-08 22:45 
GeneralRe: my program How to print a pyramid is not working properly Pin
Robert Surtees8-Feb-08 22:50
Robert Surtees8-Feb-08 22:50 
GeneralRe: my program How to print a pyramid is not working properly Pin
Thomas Stockwell9-Feb-08 2:56
professionalThomas Stockwell9-Feb-08 2:56 
General2 problems (Crystal Report) Pin
mehrdadc488-Feb-08 21:42
mehrdadc488-Feb-08 21:42 
QuestionWhat's wrong?(class) Pin
zeeShan anSari8-Feb-08 20:39
zeeShan anSari8-Feb-08 20:39 
GeneralRe: What's wrong?(class) Pin
pmarfleet8-Feb-08 22:04
pmarfleet8-Feb-08 22:04 
Questionhow to control working in combobox_TextChanged() event? Pin
shaz jazz8-Feb-08 19:12
shaz jazz8-Feb-08 19:12 
i am using a combobox and a textbox control. text box behaviour depends upon selected value of combobox. These properties of combo box are assingned.

AutoComplete = true;
AutoCompleteMode = SuggestAppend;
AutoCompleteSource = CustomSource
AutoDropDown = true;

Further more .net 2.0 is under usage with visual Studios 2005.

in combobox_TextChanged() event i have assigned some value to textbox control. now i want that when user is typing over the combo box then as he types first letter the TextChanged() event is triggered and my textbox values changes accordingly. i want to control it some how so that when user ends typing only then my textbox values are changed. I tried to control it through combobox.selectionStart and combobox.selectionLength properties but thay always give 0 values. So how should achieve my goal??

Furthermore when user start typing over combobox and in case selection changes then no key event is trigered (i.e keyPress(), keyUp() or keyDown() events)but it selection doesn't changes only then keyUP() event is trigered. Moreover event of combobox_SelectionChangeCommitted()is also tested and it is not triggered when user types on combobox.

Any suggestions?

May God help u solv ur problems as well,thx in advance!!

QuestionAbout image Pin
sushilhupare8-Feb-08 16:48
sushilhupare8-Feb-08 16:48 
QuestionRe: About image Pin
pmarfleet8-Feb-08 22:13
pmarfleet8-Feb-08 22:13 
QuestionMerging Data Sources Pin
supercharged8-Feb-08 14:51
supercharged8-Feb-08 14:51 
QuestionWhich one is faster, using a string or SelectSingleNode? Pin
AloneInTheDark8-Feb-08 14:36
AloneInTheDark8-Feb-08 14:36 
AnswerRe: Which one is faster, using a string or SelectSingleNode? Pin
Mark Churchill8-Feb-08 16:53
Mark Churchill8-Feb-08 16:53 
GeneralRe: Which one is faster, using a string or SelectSingleNode? Pin
AloneInTheDark8-Feb-08 18:10
AloneInTheDark8-Feb-08 18:10 
GeneralRe: Which one is faster, using a string or SelectSingleNode? Pin
Mark Churchill8-Feb-08 18:12
Mark Churchill8-Feb-08 18:12 
GeneralRe: Which one is faster, using a string or SelectSingleNode? Pin
AloneInTheDark8-Feb-08 18:24
AloneInTheDark8-Feb-08 18:24 
GeneralRe: Which one is faster, using a string or SelectSingleNode? Pin
Mark Churchill8-Feb-08 18:44
Mark Churchill8-Feb-08 18:44 
AnswerRe: Which one is faster, using a string or SelectSingleNode? Pin
PIEBALDconsult9-Feb-08 3:46
mvePIEBALDconsult9-Feb-08 3:46 
AnswerRe: Which one is faster, using a string or SelectSingleNode? Pin
Scott Dorman10-Feb-08 10:31
professionalScott Dorman10-Feb-08 10:31 
QuestionConverting XML Elements to Strings Pin
BugMeNot ACCOUNT8-Feb-08 14:10
BugMeNot ACCOUNT8-Feb-08 14:10 
GeneralRe: Converting XML Elements to Strings Pin
Joachim Kerschbaumer9-Feb-08 3:04
Joachim Kerschbaumer9-Feb-08 3:04 
Generaldocument the items of the form Pin
Strategic_Thinker8-Feb-08 10:34
Strategic_Thinker8-Feb-08 10:34 
AnswerRe: document the items of the form Pin
Ravi Bhavnani8-Feb-08 11:03
professionalRavi Bhavnani8-Feb-08 11:03 
GeneralRe: document the items of the form Pin
Strategic_Thinker8-Feb-08 23:20
Strategic_Thinker8-Feb-08 23:20 
GeneralRe: document the items of the form Pin
Ravi Bhavnani9-Feb-08 3:43
professionalRavi Bhavnani9-Feb-08 3:43 

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.