Click here to Skip to main content
15,916,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProcess events from dynamically created ActiveX Pin
Cedric Moonen27-Mar-03 22:17
Cedric Moonen27-Mar-03 22:17 
GeneralListCtrl and focus on item Pin
De Nardis Andrea27-Mar-03 21:23
De Nardis Andrea27-Mar-03 21:23 
GeneralRe: ListCtrl and focus on item Pin
Neville Franks27-Mar-03 22:28
Neville Franks27-Mar-03 22:28 
QuestionHow to add a string into Combo on Dialog ? Pin
_skidrow_vn_27-Mar-03 20:49
_skidrow_vn_27-Mar-03 20:49 
AnswerRe: How to add a string into Combo on Dialog ? Pin
Hans Ruck27-Mar-03 22:19
Hans Ruck27-Mar-03 22:19 
GeneralRe: How to add a string into Combo on Dialog ? Pin
_skidrow_vn_27-Mar-03 23:39
_skidrow_vn_27-Mar-03 23:39 
GeneralRe: How to add a string into Combo on Dialog ? Pin
Hans Ruck28-Mar-03 1:46
Hans Ruck28-Mar-03 1:46 
GeneralRe: How to add a string into Combo on Dialog ? Pin
_skidrow_vn_28-Mar-03 4:15
_skidrow_vn_28-Mar-03 4:15 
can you send your project for me, thanks!
skidrow406@yahoo.co.uk

I found it, reason, which cause I can't add string into combo. That's combo, which design on design-time on dialog, have a height of drop down list = 0 >> so that, I need to set HEIGHT OF DROP DOWN LIST > 0 by one of following function:

BOOL MoveWindow(
HWND hWnd, // handle of window
int X, // horizontal position
int Y, // vertical position
int nWidth, // width
int nHeight,// height
BOOL bRepaint// repaint flag
);

BOOL SetWindowPos(
HWND hWnd, // handle of window
HWND hWndInsertAfter, // placement-order handle
int X, // horizontal position
int Y, // vertical position
int cx, // width
int cy, // height
UINT uFlags // window-positioning flags
);
GeneralRe: How to add a string into Combo on Dialog ? Pin
John R. Shaw28-Mar-03 17:12
John R. Shaw28-Mar-03 17:12 
GeneralRefresh the drives list Pin
Jerome Conus27-Mar-03 20:08
Jerome Conus27-Mar-03 20:08 
Questioncompile all always, did u have the problem before? Pin
includeh1027-Mar-03 19:43
includeh1027-Mar-03 19:43 
AnswerRe: compile all always, did u have the problem before? Pin
Joaquín M López Muñoz27-Mar-03 20:33
Joaquín M López Muñoz27-Mar-03 20:33 
GeneralRe: compile all always, did u have the problem before? Pin
includeh1027-Mar-03 20:54
includeh1027-Mar-03 20:54 
GeneralRe: compile all always, did u have the problem before? Pin
Iain Clarke, Warrior Programmer28-Mar-03 0:49
Iain Clarke, Warrior Programmer28-Mar-03 0:49 
GeneralRe: compile all always, did u have the problem before? Pin
includeh1028-Mar-03 2:43
includeh1028-Mar-03 2:43 
GeneralFastest method of image display Pin
Tossporn27-Mar-03 19:35
Tossporn27-Mar-03 19:35 
GeneralRe: Fastest method of image display Pin
Iain Clarke, Warrior Programmer28-Mar-03 0:54
Iain Clarke, Warrior Programmer28-Mar-03 0:54 
QuestionHow to use Windows Installer SDK Pin
Member 27008127-Mar-03 19:31
Member 27008127-Mar-03 19:31 
AnswerRe: How to use Windows Installer SDK Pin
ROK_RShadow27-Mar-03 21:47
ROK_RShadow27-Mar-03 21:47 
GeneralVC++ and XML doc. Pin
joyshiv27-Mar-03 18:54
joyshiv27-Mar-03 18:54 
GeneralRe: VC++ and XML doc. Pin
Ravi Bhavnani27-Mar-03 19:27
professionalRavi Bhavnani27-Mar-03 19:27 
GeneralRe: VC++ and XML doc. Pin
Neville Franks27-Mar-03 22:33
Neville Franks27-Mar-03 22:33 
GeneralRe: VC++ and XML doc. Pin
Ravi Bhavnani28-Mar-03 2:44
professionalRavi Bhavnani28-Mar-03 2:44 
Questionclass ? Pin
wow999927-Mar-03 18:21
wow999927-Mar-03 18:21 
AnswerRe: class ? Pin
Anthony_Yio27-Mar-03 19:20
Anthony_Yio27-Mar-03 19:20 

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.