Click here to Skip to main content
15,906,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Very strange bug with VS6 SP5 Pin
Ted Ferenc9-Jan-04 4:34
Ted Ferenc9-Jan-04 4:34 
GeneralRe: Very strange bug with VS6 SP5 Pin
Michael Dunn9-Jan-04 17:25
sitebuilderMichael Dunn9-Jan-04 17:25 
GeneralMS Word and VC++ Pin
Duncan Wells9-Jan-04 2:24
Duncan Wells9-Jan-04 2:24 
GeneralRe: MS Word and VC++ Pin
Animesh Rawal9-Jan-04 2:47
Animesh Rawal9-Jan-04 2:47 
GeneralRe: MS Word and VC++ [edited] Pin
Michael P Butler9-Jan-04 3:06
Michael P Butler9-Jan-04 3:06 
GeneralRe: MS Word and VC++ [edited] Pin
Duncan Wells9-Jan-04 3:41
Duncan Wells9-Jan-04 3:41 
GeneralRe: MS Word and VC++ [edited] Pin
Michael P Butler9-Jan-04 5:42
Michael P Butler9-Jan-04 5:42 
GeneralSearching for letters/numbers help needed.. Pin
IrishSonic9-Jan-04 2:11
IrishSonic9-Jan-04 2:11 
Hiya I need some tips on how to do this.
I have to implement a SEARCH FEATURE. It is the same type of search that
.NET STUDIO intellisense uses. Therefore, it starts off with a char/int and searches for all occurences of that. Then when you type the second char/int, it searches for all occurences of char/int 1 + char/int 2 and so on.

Example:

Letter or Number 1 keyed: N
Searches for N. // narrows down search to N's.
Letter or Number 2 keyed: 7
Searches for N7. // narrows down search to N7's.
Letter or Number 3 keyed: 9
Searches for N79. // narrows down search to N9's.
etc.

And so on. MAX number of entries 20.

What is the best way to do this?? Check each char/int one by one or have some sort of wild card use i.e N* next time N7* or some type of bubble sort.

Does anyone have any examples of this type of search??

Thanks.

GeneralRe: Searching for letters/numbers help needed.. Pin
valikac9-Jan-04 5:56
valikac9-Jan-04 5:56 
GeneralDisable Rich Edit Text Control Pin
Anonymous9-Jan-04 1:47
Anonymous9-Jan-04 1:47 
GeneralRe: Disable Rich Edit Text Control Pin
David Crow9-Jan-04 2:28
David Crow9-Jan-04 2:28 
GeneralRe: Disable Rich Edit Text Control Pin
Anonymous9-Jan-04 2:53
Anonymous9-Jan-04 2:53 
GeneralRe: Disable Rich Edit Text Control Pin
David Crow9-Jan-04 3:22
David Crow9-Jan-04 3:22 
GeneralKey Stroke Disabled But Mouse Click Enabled Pin
Anonymous9-Jan-04 4:18
Anonymous9-Jan-04 4:18 
GeneralError 430. Pin
Shenthil9-Jan-04 1:27
Shenthil9-Jan-04 1:27 
GeneralRe: Error 430. Pin
Michael P Butler9-Jan-04 1:42
Michael P Butler9-Jan-04 1:42 
GeneralRe: Error 430. Pin
Shenthil9-Jan-04 6:00
Shenthil9-Jan-04 6:00 
GeneralRe: Error 430. Pin
Michael P Butler9-Jan-04 6:30
Michael P Butler9-Jan-04 6:30 
Generaldynamic DefPushButton Pin
GeraldoLuiz9-Jan-04 1:18
GeraldoLuiz9-Jan-04 1:18 
GeneralRe: dynamic DefPushButton Pin
David Crow9-Jan-04 2:32
David Crow9-Jan-04 2:32 
GeneralRe: dynamic DefPushButton Pin
GeraldoLuiz9-Jan-04 3:53
GeraldoLuiz9-Jan-04 3:53 
Questionwhat do I need to install in order to be able to use msxml.dll in my projects? Pin
Joan M9-Jan-04 0:33
professionalJoan M9-Jan-04 0:33 
AnswerRe: what do I need to install in order to be able to use msxml.dll in my projects? Pin
Shenthil9-Jan-04 1:31
Shenthil9-Jan-04 1:31 
GeneralMessenger annoying msg box Pin
ShowSay9-Jan-04 0:26
ShowSay9-Jan-04 0:26 
GeneralRe: Messenger annoying msg box Pin
Ian Darling9-Jan-04 0:36
Ian Darling9-Jan-04 0:36 

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.