Click here to Skip to main content
16,010,544 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Invisible static control and window update hangs? Pin
Mythago1-Nov-02 1:02
Mythago1-Nov-02 1:02 
GeneralRe: Invisible static control and window update hangs? Pin
Anonymous1-Nov-02 1:30
Anonymous1-Nov-02 1:30 
GeneralRe: Invisible static control and window update hangs? Pin
Anonymous1-Nov-02 1:37
Anonymous1-Nov-02 1:37 
GeneralRe: Invisible static control and window update hangs? Pin
Mythago1-Nov-02 2:06
Mythago1-Nov-02 2:06 
GeneralRe: Invisible static control and window update hangs? Pin
Anonymous1-Nov-02 3:02
Anonymous1-Nov-02 3:02 
Generalsending data to printer Pin
vgkotha31-Oct-02 23:28
vgkotha31-Oct-02 23:28 
GeneralRe: sending data to printer Pin
KarstenK1-Nov-02 1:09
mveKarstenK1-Nov-02 1:09 
GeneralRe: sending data to printer Pin
Roger Allen1-Nov-02 5:58
Roger Allen1-Nov-02 5:58 
CDC dc; //creating a DC object
AfxMessageBox(printername);
HDC hdc=CreateDC(NULL,printername,NULL,NULL);
dc.Attach(hdc);

dc.StartDoc();
dc.StartPage();
dc.Rectangle(100,100,200,200);
dc.TextOut(50,50,"Emazines Software Private Limited");
dc.EndPage();
dc.EndDoc();

dc.DeleteDC();


Roger Allen
Sonork 100.10016

I have a terminal disease. Its called life!
Questionbugs of vc 6.0? Pin
includeh1031-Oct-02 23:28
includeh1031-Oct-02 23:28 
GeneralProblem of Icon drawing in OCX Pin
Miao Miao31-Oct-02 22:28
Miao Miao31-Oct-02 22:28 
Generaldeleting a function Pin
Mel Feik31-Oct-02 22:16
Mel Feik31-Oct-02 22:16 
GeneralRe: deleting a function Pin
Christian Graus31-Oct-02 22:36
protectorChristian Graus31-Oct-02 22:36 
GeneralRe: deleting a function Pin
Mel Feik31-Oct-02 22:40
Mel Feik31-Oct-02 22:40 
GeneralRe: deleting a function Pin
Christian Graus1-Nov-02 0:34
protectorChristian Graus1-Nov-02 0:34 
GeneralRe: deleting a function Pin
Daniel Turini31-Oct-02 23:53
Daniel Turini31-Oct-02 23:53 
GeneralRe: deleting a function Pin
includeh101-Nov-02 2:36
includeh101-Nov-02 2:36 
QuestionWhy my FlexGrid not update? Pin
sages31-Oct-02 21:58
sages31-Oct-02 21:58 
GeneralUser defined buttons on MessageBox Pin
Mr Bose Dayala31-Oct-02 21:49
Mr Bose Dayala31-Oct-02 21:49 
GeneralRe: User defined buttons on MessageBox Pin
Mel Feik31-Oct-02 22:09
Mel Feik31-Oct-02 22:09 
GeneralRe: User defined buttons on MessageBox Pin
Eugene Pustovoyt31-Oct-02 22:20
Eugene Pustovoyt31-Oct-02 22:20 
GeneralFont in VC++ IDE Pin
stevenson31-Oct-02 20:34
stevenson31-Oct-02 20:34 
GeneralUrgent THREE Pin
stevenson31-Oct-02 19:46
stevenson31-Oct-02 19:46 
GeneralRe: Urgent THREE Pin
ian mariano1-Nov-02 0:40
ian mariano1-Nov-02 0:40 
QuestionCharacter(like u)? Pin
imran_rafique31-Oct-02 16:17
imran_rafique31-Oct-02 16:17 
AnswerRe: Character(like u)? Pin
Christian Graus31-Oct-02 16:47
protectorChristian Graus31-Oct-02 16:47 

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.