Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Writing HTML to file Pin
Rafael Fernández López4-May-04 9:34
Rafael Fernández López4-May-04 9:34 
GeneralRe: Writing HTML to file Pin
toxcct4-May-04 10:04
toxcct4-May-04 10:04 
GeneralRe: Writing HTML to file Pin
Rafael Fernández López4-May-04 10:12
Rafael Fernández López4-May-04 10:12 
GeneralRe: Writing HTML to file Pin
Joe Woodbury4-May-04 10:12
professionalJoe Woodbury4-May-04 10:12 
GeneralRe: Writing HTML to file Pin
toxcct4-May-04 10:18
toxcct4-May-04 10:18 
GeneralRe: Writing HTML to file Pin
David Crow4-May-04 10:12
David Crow4-May-04 10:12 
GeneralRe: Writing HTML to file Pin
toxcct4-May-04 10:22
toxcct4-May-04 10:22 
GeneralCToolBarCtrl, ¡¡ Help, please !! Pin
Rafael Fernández López4-May-04 9:08
Rafael Fernández López4-May-04 9:08 
Michael Dunn told me "Use the CCS_NOPARENTALIGN style".

I've used it but what I win with this is that I can set up the height free, but I am not able to put 30 pixels from left for example. I use this function to call the CToolBarCtrl:

my_tool_bar.Create(WS_CHILD|WS_VISIBLE|CCS_NODIVIDER|CCS_NOPARENTALIGN, CRect(0, 110, 80, 80), this, IDC_MY_TOOL_BAR);

If I set up like this:

my_tool_bar.Create(WS_CHILD|WS_VISIBLE|CCS_NODIVIDER|CCS_NOPARENTALIGN, CRect(30, 110, 80, 80), this, IDC_MY_TOOL_BAR);

The top fails... I don't know what to do...

Please, if you could put me an example of how to create a CToolBarCtrl with no top or bottom alignment into the window... I want to draw it into a CRect from the Window.

Thanks in advance !!!


Written by: Rafael Fernández López.


void life ( bool me, bool her )
{

if ( her )
{
me = true ;
}
else
{
me = false ;
}
}

GeneralRe: CToolBarCtrl, ¡¡ Help, please !! Pin
Rafael Fernández López4-May-04 10:08
Rafael Fernández López4-May-04 10:08 
GeneralFilling a child window in a dialog box dynamically Pin
cscafidi4-May-04 8:47
cscafidi4-May-04 8:47 
GeneralRe: Filling a child window in a dialog box dynamically Pin
David Crow4-May-04 9:05
David Crow4-May-04 9:05 
GeneralRe: Filling a child window in a dialog box dynamically Pin
cscafidi4-May-04 9:47
cscafidi4-May-04 9:47 
GeneralRe: Filling a child window in a dialog box dynamically Pin
David Crow4-May-04 10:01
David Crow4-May-04 10:01 
GeneralRe: Filling a child window in a dialog box dynamically Pin
cscafidi4-May-04 9:49
cscafidi4-May-04 9:49 
GeneralRe: Filling a child window in a dialog box dynamically Pin
Rafael Fernández López4-May-04 10:02
Rafael Fernández López4-May-04 10:02 
Generaloverloading operator >> Pin
kfaday4-May-04 8:39
kfaday4-May-04 8:39 
GeneralRe: overloading operator >> Pin
Joaquín M López Muñoz4-May-04 10:31
Joaquín M López Muñoz4-May-04 10:31 
GeneralRe: overloading operator >> Pin
kfaday4-May-04 11:01
kfaday4-May-04 11:01 
GeneralRe: overloading operator >> Pin
Joaquín M López Muñoz4-May-04 11:17
Joaquín M López Muñoz4-May-04 11:17 
GeneralRe: overloading operator >> Pin
kfaday4-May-04 11:38
kfaday4-May-04 11:38 
GeneralRe: overloading operator >> Pin
Joaquín M López Muñoz4-May-04 11:51
Joaquín M López Muñoz4-May-04 11:51 
GeneralRe: overloading operator >> Pin
kfaday4-May-04 12:43
kfaday4-May-04 12:43 
GeneralSMS Connector to GSM Server ... Pin
rasha20034-May-04 7:59
rasha20034-May-04 7:59 
GeneralRe: SMS Connector to GSM Server ... Pin
toxcct4-May-04 8:24
toxcct4-May-04 8:24 
GeneralRe: SMS Connector to GSM Server ... Pin
rasha20034-May-04 20:05
rasha20034-May-04 20:05 

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.