Click here to Skip to main content
16,020,666 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: changing the cursor postion in a editable combobox??? Pin
David Crow15-Nov-07 8:42
David Crow15-Nov-07 8:42 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
DoomedOne15-Nov-07 9:45
DoomedOne15-Nov-07 9:45 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
chandu00415-Nov-07 21:05
chandu00415-Nov-07 21:05 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
Nelek15-Nov-07 23:46
protectorNelek15-Nov-07 23:46 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
chandu00416-Nov-07 20:55
chandu00416-Nov-07 20:55 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
Nelek19-Nov-07 21:39
protectorNelek19-Nov-07 21:39 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
SnaKeBeD16-Nov-07 4:33
SnaKeBeD16-Nov-07 4:33 
GeneralRe: changing the cursor postion in a editable combobox??? Pin
DoomedOne16-Nov-07 6:53
DoomedOne16-Nov-07 6:53 
The easy way set the sorted property of the ComboBox to true, if the sort order is defined by the text in the list.

If not the easiest way is to add an “Order by” in the Query. Assuming the Data source supports it (i.e. Any ANSI SQL DB), and the ordering key is accessible in the query.

If the order needed is not defined by the data returned or accessed in the query you need to sort it manually, i.e. loading it into a vector or array, ordering the array with any sorting method (bobble, fast sort, hash tables ...)
Then insert the values from the ordered array.


QuestionHow can block a Messenger packet....? Pin
jomons15-Nov-07 2:24
jomons15-Nov-07 2:24 
GeneralRe: How can block a Messenger packet....? Pin
Matthew Faithfull15-Nov-07 4:06
Matthew Faithfull15-Nov-07 4:06 
Questionneed help with c programming data validation Pin
neodeaths15-Nov-07 2:17
neodeaths15-Nov-07 2:17 
GeneralRe: need help with c programming data validation Pin
Matthew Faithfull15-Nov-07 2:24
Matthew Faithfull15-Nov-07 2:24 
GeneralRe: need help with c programming data validation Pin
neodeaths15-Nov-07 4:33
neodeaths15-Nov-07 4:33 
GeneralRe: need help with c programming data validation Pin
DoomedOne15-Nov-07 5:01
DoomedOne15-Nov-07 5:01 
QuestionMDI without Doc/view Pin
CodeMak15-Nov-07 1:30
CodeMak15-Nov-07 1:30 
AnswerRe: MDI without Doc/view Pin
Nelek15-Nov-07 1:35
protectorNelek15-Nov-07 1:35 
GeneralRe: MDI without Doc/view Pin
CodeMak15-Nov-07 1:39
CodeMak15-Nov-07 1:39 
GeneralRe: MDI without Doc/view Pin
CodeMak15-Nov-07 1:44
CodeMak15-Nov-07 1:44 
GeneralRe: MDI without Doc/view Pin
Nelek15-Nov-07 3:03
protectorNelek15-Nov-07 3:03 
GeneralRe: MDI without Doc/view Pin
CodeMak15-Nov-07 17:23
CodeMak15-Nov-07 17:23 
GeneralRe: MDI without Doc/view Pin
Nelek15-Nov-07 20:57
protectorNelek15-Nov-07 20:57 
QuestionProblem with registering MFC Activex Control Pin
ashishbhatt15-Nov-07 0:59
ashishbhatt15-Nov-07 0:59 
AnswerRe: Problem with registering MFC Activex Control Pin
Paresh Chitte15-Nov-07 1:36
Paresh Chitte15-Nov-07 1:36 
GeneralRe: Problem with registering MFC Activex Control Pin
ashishbhatt15-Nov-07 18:45
ashishbhatt15-Nov-07 18:45 
GeneralRe: Problem with registering MFC Activex Control Pin
Paresh Chitte18-Nov-07 17:39
Paresh Chitte18-Nov-07 17:39 

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.