Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OpenDocumentFile( NULL) Win2000 Pin
Mike Dimmick5-May-04 1:20
Mike Dimmick5-May-04 1:20 
GeneralC# dll import into C++ Pin
student66694-May-04 11:05
student66694-May-04 11:05 
GeneralRe: C# dll import into C++ Pin
Mike Dimmick4-May-04 11:11
Mike Dimmick4-May-04 11:11 
GeneralRe: C# dll import into C++ Pin
monrobot134-May-04 11:48
monrobot134-May-04 11:48 
GeneralRight clicking in CButtonST Pin
Albedo4-May-04 10:52
Albedo4-May-04 10:52 
GeneralCommand-line parameter in URL Pin
BlackDice4-May-04 10:05
BlackDice4-May-04 10:05 
GeneralRe: Command-line parameter in URL Pin
Terry O'Nolley4-May-04 10:09
Terry O'Nolley4-May-04 10:09 
GeneralRe: Command-line parameter in URL Pin
BlackDice4-May-04 10:17
BlackDice4-May-04 10:17 
Questionhow to focus in a desired window Pin
shammyrly4-May-04 9:57
shammyrly4-May-04 9:57 
GeneralCalling base class function Pin
BlackDice4-May-04 9:45
BlackDice4-May-04 9:45 
GeneralRe: Calling base class function Pin
Joe Woodbury4-May-04 10:09
professionalJoe Woodbury4-May-04 10:09 
GeneralRe: Calling base class function Pin
BlackDice4-May-04 10:11
BlackDice4-May-04 10:11 
GeneralRe: Calling base class function Pin
toxcct4-May-04 10:33
toxcct4-May-04 10:33 
GeneralWriting HTML to file Pin
monrobot134-May-04 9:30
monrobot134-May-04 9:30 
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 
GeneralRe: CToolBarCtrl, ¡¡ Help, please !! Pin
Rafael Fernández López4-May-04 10:08
Rafael Fernández López4-May-04 10:08 
Well, I solved it:

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

Thanx anyway !! Wink | ;)


Written by: Rafael Fernández López.


void life ( bool me, bool her )
{

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

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 

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.