Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get the path of Acrobat Reader Exe by C++ Pin
deadlyabbas17-Sep-09 0:15
deadlyabbas17-Sep-09 0:15 
AnswerRe: How to get the path of Acrobat Reader Exe by C++ Pin
«_Superman_»17-Sep-09 0:31
professional«_Superman_»17-Sep-09 0:31 
GeneralRe: How to get the path of Acrobat Reader Exe by C++ Pin
David Crow17-Sep-09 2:22
David Crow17-Sep-09 2:22 
GeneralRe: How to get the path of Acrobat Reader Exe by C++ Pin
Nuri Ismail17-Sep-09 3:50
Nuri Ismail17-Sep-09 3:50 
QuestionRe: How to get the path of Acrobat Reader Exe by C++ Pin
Randor 17-Sep-09 0:36
professional Randor 17-Sep-09 0:36 
AnswerRe: How to get the path of Acrobat Reader Exe by C++ Pin
Naveen17-Sep-09 0:37
Naveen17-Sep-09 0:37 
AnswerRe: How to get the path of Acrobat Reader Exe by C++ Pin
David Crow17-Sep-09 2:15
David Crow17-Sep-09 2:15 
QuestionHow to widen the drop down portion of combo box. Pin
Alex@9C16-Sep-09 23:15
Alex@9C16-Sep-09 23:15 
I am trying to widen drop-down part of combo box but keep fixed size of combo box.
For the same i used following in my code. But drop down portion of the combo box remained as it is.
No change reflected in it's size.

LRESULT OnDropDown(WORD wNCode, WORD wID, HWND hWCtl, BOOL & bH1)
{ 
   ::SendMessage(v_ComboBox->v_hWnd, CB_SETDROPPEDWIDTH,      100 , 0);
   ::SendMessage(v_ComboBox->v_hWnd, CB_SETHORIZONTALEXTENT , 100 , 0);
}



Please help to solve this issue..
AnswerRe: How to widen the drop down portion of combo box. Pin
«_Superman_»16-Sep-09 23:33
professional«_Superman_»16-Sep-09 23:33 
GeneralRe: How to widen the drop down portion of combo box. Pin
Naveen17-Sep-09 0:24
Naveen17-Sep-09 0:24 
GeneralRe: How to widen the drop down portion of combo box. Pin
«_Superman_»17-Sep-09 0:25
professional«_Superman_»17-Sep-09 0:25 
GeneralRe: How to widen the drop down portion of combo box. Pin
Alex@9C17-Sep-09 1:04
Alex@9C17-Sep-09 1:04 
QuestionStopping windows shutdown in C++./MFC? Pin
Kushagra Tiwari16-Sep-09 22:50
Kushagra Tiwari16-Sep-09 22:50 
AnswerRe: Stopping windows shutdown in C++./MFC? Pin
«_Superman_»16-Sep-09 23:06
professional«_Superman_»16-Sep-09 23:06 
GeneralOT Pin
CPallini16-Sep-09 23:35
mveCPallini16-Sep-09 23:35 
GeneralRe: OT Pin
«_Superman_»16-Sep-09 23:37
professional«_Superman_»16-Sep-09 23:37 
GeneralRe: OT Pin
ThatsAlok16-Sep-09 23:48
ThatsAlok16-Sep-09 23:48 
AnswerRe: Stopping windows shutdown in C++./MFC? Pin
Randor 17-Sep-09 0:27
professional Randor 17-Sep-09 0:27 
GeneralRe: Stopping windows shutdown in C++./MFC? Pin
Kushagra Tiwari17-Sep-09 0:43
Kushagra Tiwari17-Sep-09 0:43 
GeneralRe: Stopping windows shutdown in C++./MFC? Pin
David Crow17-Sep-09 2:18
David Crow17-Sep-09 2:18 
GeneralRe: Stopping windows shutdown in C++./MFC? Pin
Kushagra Tiwari17-Sep-09 3:18
Kushagra Tiwari17-Sep-09 3:18 
GeneralRe: Stopping windows shutdown in C++./MFC? Pin
David Crow17-Sep-09 3:27
David Crow17-Sep-09 3:27 
QuestionRe: Stopping windows shutdown in C++./MFC? Pin
Kushagra Tiwari17-Sep-09 20:24
Kushagra Tiwari17-Sep-09 20:24 
QuestionRe: Stopping windows shutdown in C++./MFC? Pin
David Crow18-Sep-09 4:18
David Crow18-Sep-09 4:18 
QuestionHow to load PDF file on any button click in VC++? Pin
deadlyabbas16-Sep-09 22:32
deadlyabbas16-Sep-09 22:32 

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.