Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Where to Put ShowWindow Pin
David Crow14-Oct-07 17:22
David Crow14-Oct-07 17:22 
GeneralRe: Where to Put ShowWindow Pin
GauranG Shah14-Oct-07 19:49
GauranG Shah14-Oct-07 19:49 
GeneralRe: Where to Put ShowWindow Pin
David Crow15-Oct-07 3:13
David Crow15-Oct-07 3:13 
QuestionRe: Where to Put ShowWindow [SOLVED] Pin
GauranG Shah14-Oct-07 23:59
GauranG Shah14-Oct-07 23:59 
AnswerRe: Where to Put ShowWindow [SOLVED] Pin
Mark Salsbery15-Oct-07 5:51
Mark Salsbery15-Oct-07 5:51 
Questiondynamic Listbox control Pin
s196675m12-Oct-07 20:52
s196675m12-Oct-07 20:52 
AnswerRe: dynamic Listbox control Pin
Hamid_RT12-Oct-07 20:55
Hamid_RT12-Oct-07 20:55 
AnswerRe: dynamic Listbox control Pin
chandu00412-Oct-07 21:23
chandu00412-Oct-07 21:23 
simple,
1.create a static listbox control,
2.add the event handler to that listbox control,
3.then observe dodataexchange and(or) beginmessagemap sections in your dialog.
4.what ever lines of code are added newly related to your static control,
5.duplicate them and alter the duplicated lines as per your dynamic control.

the above suggestions only give you a overview of how to do it.
you may have to put some efort and your own intelligense there, to sort it out.
and after that, you may get some more doubts like,
if i create the dynamic controls as an array, then how?
try to solve them yourself or post back.

gud luck.

Suggestion to the members:
prefix your main thread subject with [SOLVED] if it is solved.
chandu.

GeneralRe: dynamic Listbox control Pin
s196675m13-Oct-07 5:13
s196675m13-Oct-07 5:13 
GeneralRe: dynamic Listbox control Pin
chandu00413-Oct-07 5:50
chandu00413-Oct-07 5:50 
GeneralRe: dynamic Listbox control [modified] Pin
Mark Salsbery13-Oct-07 7:06
Mark Salsbery13-Oct-07 7:06 
GeneralRe: dynamic Listbox control Pin
chandu00413-Oct-07 7:24
chandu00413-Oct-07 7:24 
GeneralRe: dynamic Listbox control Pin
s196675m13-Oct-07 7:57
s196675m13-Oct-07 7:57 
GeneralRe: dynamic Listbox control Pin
Mark Salsbery13-Oct-07 8:03
Mark Salsbery13-Oct-07 8:03 
GeneralRe: dynamic Listbox control Pin
chandu00413-Oct-07 8:09
chandu00413-Oct-07 8:09 
GeneralRe: dynamic Listbox control Pin
s196675m13-Oct-07 8:50
s196675m13-Oct-07 8:50 
GeneralRe: dynamic Listbox control Pin
chandu00413-Oct-07 9:54
chandu00413-Oct-07 9:54 
GeneralRe: dynamic Listbox control Pin
Mark Salsbery13-Oct-07 8:10
Mark Salsbery13-Oct-07 8:10 
GeneralRe: dynamic Listbox control Pin
s196675m13-Oct-07 8:52
s196675m13-Oct-07 8:52 
GeneralRe: dynamic Listbox control Pin
Mark Salsbery13-Oct-07 10:02
Mark Salsbery13-Oct-07 10:02 
GeneralRe: dynamic Listbox control Pin
Mark Salsbery13-Oct-07 10:45
Mark Salsbery13-Oct-07 10:45 
GeneralRe: dynamic Listbox control [modified] Pin
s196675m13-Oct-07 10:52
s196675m13-Oct-07 10:52 
GeneralRe: dynamic Listbox control Pin
Mark Salsbery13-Oct-07 10:56
Mark Salsbery13-Oct-07 10:56 
GeneralRe: dynamic Listbox control Pin
chandu00413-Oct-07 11:02
chandu00413-Oct-07 11:02 
GeneralRe: dynamic Listbox control Pin
Mark Salsbery13-Oct-07 11:19
Mark Salsbery13-Oct-07 11:19 

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.