Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How export functions from an exe file? Pin
Chris Losinger15-Sep-07 13:17
professionalChris Losinger15-Sep-07 13:17 
GeneralRe: How export functions from an exe file? Pin
Eytukan15-Sep-07 17:34
Eytukan15-Sep-07 17:34 
GeneralRe: How export functions from an exe file? Pin
Hongjun Ge16-Sep-07 2:24
Hongjun Ge16-Sep-07 2:24 
AnswerRe: How export functions from an exe file? Pin
Eytukan15-Sep-07 17:49
Eytukan15-Sep-07 17:49 
GeneralRe: How export functions from an exe file? Pin
glitteringsound18-Mar-10 10:16
glitteringsound18-Mar-10 10:16 
JokeRe: How export functions from an exe file? Pin
Rama Krishna Vavilala20-Mar-10 7:48
Rama Krishna Vavilala20-Mar-10 7:48 
QuestionToolbar with two columns how Pin
sharp_k15-Sep-07 5:35
sharp_k15-Sep-07 5:35 
AnswerRe: Toolbar with two columns how Pin
Mark Salsbery16-Sep-07 8:27
Mark Salsbery16-Sep-07 8:27 
You shouldn't need step 2.

I personally use a CControlBar with CToolbars embedded (members of the
control bar).

Here's 3 reasons why...

In the CControlBar class Calc____Layout() override(s) I can return a CSize
that has the appropriate dimensions to fill a side of the parent frame window.

In the CControlBar class Calc____Layout() override(s) I can resize the embedded
toolbar(s) to force it to wrap the rows/columns of buttons into multiple rows or
columns (depending on orientation).

With CControlBa, it's easy to mix toolbars and any other windows/controls and wrap them
all nicely in one bar docked to the frame.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Toolbar with two columns how Pin
sharp_k17-Sep-07 12:21
sharp_k17-Sep-07 12:21 
QuestionWinMain and argv/argc Pin
dellthinker15-Sep-07 5:29
dellthinker15-Sep-07 5:29 
QuestionRe: WinMain and argv/argc Pin
David Crow15-Sep-07 11:49
David Crow15-Sep-07 11:49 
AnswerRe: WinMain and argv/argc Pin
dellthinker15-Sep-07 13:32
dellthinker15-Sep-07 13:32 
GeneralRe: WinMain and argv/argc Pin
David Crow15-Sep-07 17:27
David Crow15-Sep-07 17:27 
AnswerRe: WinMain and argv/argc Pin
carrivick15-Sep-07 21:00
carrivick15-Sep-07 21:00 
Questionashen character Pin
youbo15-Sep-07 3:33
youbo15-Sep-07 3:33 
AnswerRe: ashen character Pin
Chris Losinger15-Sep-07 4:37
professionalChris Losinger15-Sep-07 4:37 
QuestionRe: ashen character Pin
David Crow15-Sep-07 11:50
David Crow15-Sep-07 11:50 
AnswerRe: ashen character Pin
youbo15-Sep-07 14:59
youbo15-Sep-07 14:59 
GeneralRe: ashen character Pin
David Crow15-Sep-07 17:18
David Crow15-Sep-07 17:18 
GeneralRe: ashen character Pin
Russell'16-Sep-07 0:22
Russell'16-Sep-07 0:22 
QuestionProblem in RegQueryValue. Pin
GauranG Shah15-Sep-07 2:07
GauranG Shah15-Sep-07 2:07 
AnswerRe: Problem in RegQueryValue. Pin
carrivick15-Sep-07 2:25
carrivick15-Sep-07 2:25 
AnswerRe: Problem in RegQueryValue. Pin
Mark Salsbery15-Sep-07 5:35
Mark Salsbery15-Sep-07 5:35 
QuestionStl::map Link Error Pin
Vinod CS15-Sep-07 0:27
Vinod CS15-Sep-07 0:27 
AnswerRe: Stl::map Link Error Pin
Chris Losinger15-Sep-07 4:34
professionalChris Losinger15-Sep-07 4:34 

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.