Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: fast line drawing Pin
Christian Graus8-Mar-03 14:54
protectorChristian Graus8-Mar-03 14:54 
QuestionView number of socket handles (Win98)? Pin
Moak8-Mar-03 13:16
Moak8-Mar-03 13:16 
AnswerRe: View number of socket handles (Win98)? Pin
Dana Epp8-Mar-03 14:43
Dana Epp8-Mar-03 14:43 
GeneralRe: View number of socket handles (Win98)? Pin
Moak8-Mar-03 14:52
Moak8-Mar-03 14:52 
GeneralOnFileOpen() extension Pin
Mad Docs Hairy Belly8-Mar-03 11:15
Mad Docs Hairy Belly8-Mar-03 11:15 
GeneralRe: OnFileOpen() extension Pin
MAAK8-Mar-03 20:51
MAAK8-Mar-03 20:51 
GeneralRe: OnFileOpen() extension Pin
Mad Docs Hairy Belly9-Mar-03 4:03
Mad Docs Hairy Belly9-Mar-03 4:03 
GeneralStatic Redraw Pin
Shotgun8-Mar-03 11:03
Shotgun8-Mar-03 11:03 
i've created a class derived from a CStatic that sets the background transparent and sets the font color, size, etc, I am creating the static dynamically with

CStats m_comps = new CStats;
m_comps.Create("Name",WS_VISIBLE,srect,this,ID_COMPS);
m_comps.RedrawWindow();

works great, can set color and transparent but when i SetWindowText, all font formatting and transparency are gone, i tried to intercept on command and pretranslate message with no luck, tried to RedrawWindow, no luck, just a newbie of sorts here so sorry if its just a simple one i don't see Confused | :confused:

shotgun
QuestionHow to hide the web browser control Pin
Hesham Amin8-Mar-03 10:37
Hesham Amin8-Mar-03 10:37 
AnswerRe: How to hide the web browser control Pin
Nish Nishant8-Mar-03 10:49
sitebuilderNish Nishant8-Mar-03 10:49 
GeneralRe: How to hide the web browser control Pin
Hesham Amin8-Mar-03 11:13
Hesham Amin8-Mar-03 11:13 
QuestionExit code 136? Pin
Jason Henderson8-Mar-03 10:22
Jason Henderson8-Mar-03 10:22 
GeneralMessage routing Pin
AnTri8-Mar-03 6:57
AnTri8-Mar-03 6:57 
GeneralRe: Message routing Pin
Kuniva8-Mar-03 7:25
Kuniva8-Mar-03 7:25 
Generalfclose() error Pin
Kuniva8-Mar-03 6:00
Kuniva8-Mar-03 6:00 
GeneralRe: fclose() error Pin
Chris Losinger8-Mar-03 6:43
professionalChris Losinger8-Mar-03 6:43 
GeneralRe: fclose() error Pin
Kuniva8-Mar-03 7:16
Kuniva8-Mar-03 7:16 
GeneralRe: fclose() error Pin
Chris Losinger8-Mar-03 8:28
professionalChris Losinger8-Mar-03 8:28 
GeneralRe: fclose() error Pin
Kuniva8-Mar-03 7:42
Kuniva8-Mar-03 7:42 
GeneralRe: fclose() error Pin
Tim Smith8-Mar-03 16:13
Tim Smith8-Mar-03 16:13 
GeneralRe: fclose() error Pin
Kuniva8-Mar-03 8:11
Kuniva8-Mar-03 8:11 
GeneralRe: fclose() error Pin
Abbas_Riazi8-Mar-03 18:04
professionalAbbas_Riazi8-Mar-03 18:04 
GeneralModifyStyle dynamically Pin
Gumball8-Mar-03 5:37
Gumball8-Mar-03 5:37 
GeneralSchool Project in C Pin
Claus Jobes8-Mar-03 4:58
Claus Jobes8-Mar-03 4:58 
GeneralRe: School Project in C Pin
dog_spawn8-Mar-03 6:58
dog_spawn8-Mar-03 6:58 

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.