Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sockets and Memory leak Pin
Antti Keskinen13-Jan-04 6:35
Antti Keskinen13-Jan-04 6:35 
GeneralSimulating copy to clipboard Pin
Anonymous13-Jan-04 1:03
Anonymous13-Jan-04 1:03 
Questiondeveloping a small scripting langauge in VC++ ?? Pin
cyberiafreak13-Jan-04 0:54
cyberiafreak13-Jan-04 0:54 
AnswerRe: developing a small scripting langauge in VC++ ?? Pin
Antti Keskinen13-Jan-04 7:04
Antti Keskinen13-Jan-04 7:04 
GeneralEMF to SWF Convertor Pin
WzR13-Jan-04 0:53
WzR13-Jan-04 0:53 
GeneralRe: EMF to SWF Convertor Pin
Antti Keskinen13-Jan-04 7:17
Antti Keskinen13-Jan-04 7:17 
GeneralHelp in MDI (reply needed as soon as possible) Please.. Pin
Ruchit Sharma13-Jan-04 0:37
Ruchit Sharma13-Jan-04 0:37 
GeneralRe: Help in MDI (reply needed as soon as possible) Please.. Pin
Roger Allen13-Jan-04 0:54
Roger Allen13-Jan-04 0:54 
Ok, I may be guessing on some of this.

1. Create your flotaing windows with a base class of CControlBar, and make them members of CMainFrame with the frame as their parents. You need to call EnableDocking etc on them like you do for toolbars

2. To show and hide, map the toolbar button in the mainframe and have code such as:

ShowControlBar(&m_myBar, (m_myBarGetStyle() & WS_VISIBLE) == 0, FALSE);

to toggle it on / off

Not sure about the colour stuff.


Roger Allen - Sonork 100.10016
Roger Wright: Remember to buckle up, please, and encourage your friends to do the same. It's not just about saving your life, but saving the quality of life for those you may leave behind...
GeneralRe: Help in MDI (reply needed as soon as possible) Please.. Pin
Ruchit Sharma13-Jan-04 1:21
Ruchit Sharma13-Jan-04 1:21 
QuestionHow to write ftp server and client for windows in c Pin
shan1213-Jan-04 0:22
shan1213-Jan-04 0:22 
AnswerRe: How to write ftp server and client for windows in c Pin
Selvam R13-Jan-04 1:05
professionalSelvam R13-Jan-04 1:05 
QuestionHow to fix this? Pin
Anthony_Yio13-Jan-04 0:08
Anthony_Yio13-Jan-04 0:08 
AnswerRe: How to fix this? Pin
Prakash Nadar13-Jan-04 0:13
Prakash Nadar13-Jan-04 0:13 
GeneralRe: How to fix this? Pin
Anthony_Yio13-Jan-04 0:24
Anthony_Yio13-Jan-04 0:24 
AnswerRe: How to fix this? Pin
jhwurmbach13-Jan-04 0:23
jhwurmbach13-Jan-04 0:23 
GeneralDifference between nested conditional statements vs non-nested dito Pin
Anonymous12-Jan-04 23:52
Anonymous12-Jan-04 23:52 
GeneralI asked the question, not Anonymous... Pin
Johann Gerell12-Jan-04 23:55
Johann Gerell12-Jan-04 23:55 
GeneralRe: Difference between nested conditional statements vs non-nested dito Pin
Prakash Nadar13-Jan-04 0:07
Prakash Nadar13-Jan-04 0:07 
GeneralRe: Difference between nested conditional statements vs non-nested dito Pin
Anthony_Yio13-Jan-04 0:14
Anthony_Yio13-Jan-04 0:14 
GeneralRe: Difference between nested conditional statements vs non-nested dito Pin
berndg13-Jan-04 2:16
berndg13-Jan-04 2:16 
GeneralRe: Difference between nested conditional statements vs non-nested dito Pin
Johann Gerell13-Jan-04 22:28
Johann Gerell13-Jan-04 22:28 
GeneralRe: Difference between nested conditional statements vs non-nested dito Pin
berndg15-Jan-04 3:51
berndg15-Jan-04 3:51 
GeneralRe: Difference between nested conditional statements vs non-nested dito Pin
jhwurmbach13-Jan-04 0:26
jhwurmbach13-Jan-04 0:26 
GeneralI hate First-chance exceptions !!! Pin
Danoo12-Jan-04 23:31
Danoo12-Jan-04 23:31 
GeneralRe: I hate First-chance exceptions !!! Pin
Anthony_Yio13-Jan-04 0:02
Anthony_Yio13-Jan-04 0:02 

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.