Click here to Skip to main content
15,909,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Load the dialogs in a tabcontrol.. Pin
David Crow16-Sep-03 9:14
David Crow16-Sep-03 9:14 
GeneralRe: Load the dialogs in a tabcontrol.. Pin
Ruben93816-Sep-03 13:08
Ruben93816-Sep-03 13:08 
Generalneed FTP file download code help Pin
ns16-Sep-03 5:53
ns16-Sep-03 5:53 
GeneralRe: need FTP file download code help Pin
Anonymous16-Sep-03 6:46
Anonymous16-Sep-03 6:46 
GeneralRe: need FTP file download code help Pin
Jagadeesh VN16-Sep-03 6:48
Jagadeesh VN16-Sep-03 6:48 
Generalcreating listbox dynamically Pin
Neelesh K J Jain16-Sep-03 4:23
Neelesh K J Jain16-Sep-03 4:23 
GeneralRe: creating listbox dynamically Pin
Steve S16-Sep-03 4:33
Steve S16-Sep-03 4:33 
GeneralRe: creating listbox dynamically Pin
David Crow16-Sep-03 4:35
David Crow16-Sep-03 4:35 
You need more styles than just LBS_SORT. Add to that:

WS_CHILDWINDOW<br />
WS_VISIBLE


While not required, you might also need:

WS_TABSTOP<br />
LBS_NOTIFY<br />
LBS_SORT<br />
LBS_NOINTEGRALHEIGHT



Five birds are sitting on a fence.
Three of them decide to fly off.
How many are left?

GeneralRe: creating listbox dynamically Pin
Jagadeesh VN16-Sep-03 6:56
Jagadeesh VN16-Sep-03 6:56 
GeneralRe: creating listbox dynamically Pin
David Crow16-Sep-03 8:39
David Crow16-Sep-03 8:39 
GeneralNon-MFC Colored Listbox items Pin
ScorpioMidget16-Sep-03 4:18
ScorpioMidget16-Sep-03 4:18 
GeneralRe: Non-MFC Colored Listbox items Pin
skaanji16-Sep-03 4:47
skaanji16-Sep-03 4:47 
GeneralRe: Non-MFC Colored Listbox items Pin
ScorpioMidget16-Sep-03 5:42
ScorpioMidget16-Sep-03 5:42 
Generalmfc dialog , retrieve store info Pin
Anonymous16-Sep-03 3:42
Anonymous16-Sep-03 3:42 
GeneralRe: mfc dialog , retrieve store info Pin
Jason Henderson16-Sep-03 3:44
Jason Henderson16-Sep-03 3:44 
GeneralRe: mfc dialog , retrieve store info Pin
David Crow16-Sep-03 4:08
David Crow16-Sep-03 4:08 
GeneralWriting binary data to a floppy Pin
Kuniva16-Sep-03 3:36
Kuniva16-Sep-03 3:36 
GeneralRe: Writing binary data to a floppy Pin
Nish Nishant16-Sep-03 3:50
sitebuilderNish Nishant16-Sep-03 3:50 
GeneralRe: Writing binary data to a floppy Pin
David Crow16-Sep-03 4:17
David Crow16-Sep-03 4:17 
Generalimpersonation Pin
Arik Poznanski16-Sep-03 3:35
Arik Poznanski16-Sep-03 3:35 
GeneralRe: impersonation Pin
Graham Bradshaw16-Sep-03 4:33
Graham Bradshaw16-Sep-03 4:33 
GeneralRe: impersonation Pin
Steve S16-Sep-03 4:36
Steve S16-Sep-03 4:36 
GeneralPicture Control + Jpeg Pin
KKR16-Sep-03 3:27
KKR16-Sep-03 3:27 
GeneralRe: Picture Control + Jpeg Pin
David Crow16-Sep-03 6:52
David Crow16-Sep-03 6:52 
GeneralStructure Problem Pin
TheFox16-Sep-03 2:52
TheFox16-Sep-03 2:52 

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.