Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionControl of a List Box Pin
Immunity1825-May-06 18:11
Immunity1825-May-06 18:11 
AnswerRe: Control of a List Box [modified] Pin
Nibu babu thomas25-May-06 18:20
Nibu babu thomas25-May-06 18:20 
GeneralRe: Control of a List Box [modified] Pin
Immunity1825-May-06 19:05
Immunity1825-May-06 19:05 
GeneralRe: Control of a List Box [modified] Pin
Nibu babu thomas25-May-06 19:08
Nibu babu thomas25-May-06 19:08 
GeneralRe: Control of a List Box [modified] Pin
Immunity1825-May-06 19:13
Immunity1825-May-06 19:13 
GeneralRe: Control of a List Box [modified] Pin
Nibu babu thomas25-May-06 19:15
Nibu babu thomas25-May-06 19:15 
GeneralRe: Control of a List Box [modified] Pin
Immunity1825-May-06 19:23
Immunity1825-May-06 19:23 
AnswerRe: Control of a List Box Pin
_AnsHUMAN_ 25-May-06 18:29
_AnsHUMAN_ 25-May-06 18:29 
1)Match the contents of the list box by iterating through the items. If you get what you want format the string . Add the name you want to and display the formatted string.

2)Use the listbox.GetCount() Method to get the number of items in the list box

3)For Clearing the list box use listbox.ResetContents()

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
AnswerRe: Control of a List Box Pin
ThatsAlok25-May-06 18:59
ThatsAlok25-May-06 18:59 
QuestionPerformance question about my FTP client app! Pin
wangdave25-May-06 18:07
wangdave25-May-06 18:07 
Questionhow to synchronize read and write threads (to serial port)? Pin
Nawar_nrr25-May-06 17:23
Nawar_nrr25-May-06 17:23 
AnswerRe: how to synchronize read and write threads (to serial port)? Pin
ThatsAlok25-May-06 19:10
ThatsAlok25-May-06 19:10 
GeneralRe: how to synchronize read and write threads (to serial port)? Pin
Nawar_nrr25-May-06 21:10
Nawar_nrr25-May-06 21:10 
GeneralRe: how to synchronize read and write threads (to serial port)? Pin
ThatsAlok25-May-06 22:24
ThatsAlok25-May-06 22:24 
QuestionIs there any way delete part of what I allocated? Pin
followait25-May-06 17:12
followait25-May-06 17:12 
AnswerRe: Is there any way delete part of what I allocated? [modified] Pin
Nibu babu thomas25-May-06 17:35
Nibu babu thomas25-May-06 17:35 
AnswerRe: Is there any way delete part of what I allocated? Pin
ThatsAlok25-May-06 19:15
ThatsAlok25-May-06 19:15 
QuestionHandling multiple display sizes and keep full screen Pin
Kyle P25-May-06 16:29
Kyle P25-May-06 16:29 
AnswerRe: Handling multiple display sizes and keep full screen Pin
Naveen25-May-06 17:21
Naveen25-May-06 17:21 
GeneralRe: Handling multiple display sizes and keep full screen Pin
anwer_skk26-May-06 3:11
anwer_skk26-May-06 3:11 
GeneralRe: Handling multiple display sizes and keep full screen Pin
Kyle P26-May-06 3:35
Kyle P26-May-06 3:35 
QuestionHow to play a buffer(not a file or url) with window media player? Pin
szcococut25-May-06 15:13
szcococut25-May-06 15:13 
AnswerRe: How to play a buffer(not a file or url) with window media player? Pin
anwer_skk25-May-06 21:30
anwer_skk25-May-06 21:30 
QuestionProblem with enum/struct header file Pin
CoffeeAddict1925-May-06 15:00
CoffeeAddict1925-May-06 15:00 
AnswerRe: Problem with enum/struct header file Pin
bob1697225-May-06 15:53
bob1697225-May-06 15:53 

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.