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

C / C++ / MFC

 
GeneralRe: Printer driver question (repost) Pin
Roger Allen12-Sep-02 1:50
Roger Allen12-Sep-02 1:50 
GeneralMenu Problems Pin
DarrollWalsh11-Sep-02 21:12
DarrollWalsh11-Sep-02 21:12 
GeneralRe: Menu Problems Pin
jhwurmbach11-Sep-02 23:05
jhwurmbach11-Sep-02 23:05 
GeneralRe: Menu Problems Pin
DarrollWalsh12-Sep-02 6:56
DarrollWalsh12-Sep-02 6:56 
GeneralRe: Menu Problems Pin
jhwurmbach12-Sep-02 21:36
jhwurmbach12-Sep-02 21:36 
GeneralToolbars position on parent resize Pin
haroonaslam11-Sep-02 20:51
haroonaslam11-Sep-02 20:51 
General[SDK]SetWindowOrgEx and SetViewportOrgEx Pin
TKD11-Sep-02 20:41
TKD11-Sep-02 20:41 
GeneralRe: [SDK]SetWindowOrgEx and SetViewportOrgEx Pin
Ernest Laurentin12-Sep-02 4:54
Ernest Laurentin12-Sep-02 4:54 
You should not use SetWindowOrgEx and SetViewportOrgEx together but one or the other! That was my first my first reaction when I look at your code and MSDN confirms it.
MSDN:Generally, you will use one function or the other, but not both. Regardless of your use
of SetWindowOrgEx and SetViewportOrgEx, the device point (0,0) is always the upper-left corner.


ÿVOTD:9 "Be happy, young man, while you are young, and let your heart give you joy in the days of your youth. Follow the ways of your heart and whatever your eyes see, but know that for all these things God will bring you to judgment." - Ecc 11:9
GeneralRe: [SDK]SetWindowOrgEx and SetViewportOrgEx Pin
TKD12-Sep-02 5:37
TKD12-Sep-02 5:37 
GeneralRe: [SDK]SetWindowOrgEx and SetViewportOrgEx Pin
Ernest Laurentin12-Sep-02 8:46
Ernest Laurentin12-Sep-02 8:46 
GeneralRe: [SDK]SetWindowOrgEx and SetViewportOrgEx Pin
TKD12-Sep-02 17:35
TKD12-Sep-02 17:35 
QuestionCombo box in a CommandBand ??? Pin
Daniel Strigl11-Sep-02 20:19
Daniel Strigl11-Sep-02 20:19 
GeneralContainer class Pin
Anonymous11-Sep-02 19:42
Anonymous11-Sep-02 19:42 
GeneralRe: Container class Pin
Mike Nordell11-Sep-02 19:56
Mike Nordell11-Sep-02 19:56 
QuestionUsing SourceSafe's file comparison feature externally? Pin
fferland11-Sep-02 18:48
fferland11-Sep-02 18:48 
AnswerRe: Using SourceSafe's file comparison feature externally? Pin
Jon Hulatt11-Sep-02 22:20
Jon Hulatt11-Sep-02 22:20 
AnswerRe: Using SourceSafe's file comparison feature externally? Pin
Stephane Rodriguez.11-Sep-02 22:48
Stephane Rodriguez.11-Sep-02 22:48 
AnswerRe: Using SourceSafe's file comparison feature externally? Pin
Pavel Klocek11-Sep-02 22:57
Pavel Klocek11-Sep-02 22:57 
AnswerRe: Using SourceSafe's file comparison feature externally? Pin
Ravi Bhavnani12-Sep-02 11:12
professionalRavi Bhavnani12-Sep-02 11:12 
Generalcustomised bitmap cursor Pin
Anonymous11-Sep-02 18:12
Anonymous11-Sep-02 18:12 
GeneralRe: customised bitmap cursor Pin
Ernest Laurentin11-Sep-02 18:49
Ernest Laurentin11-Sep-02 18:49 
GeneralRe: customised bitmap cursor Pin
Anonymous12-Sep-02 1:37
Anonymous12-Sep-02 1:37 
QuestionWhat format is an icon? Bitmap or ?? Pin
JohnnyG11-Sep-02 15:59
JohnnyG11-Sep-02 15:59 
AnswerRe: What format is an icon? Bitmap or ?? Pin
Christian Graus11-Sep-02 16:18
protectorChristian Graus11-Sep-02 16:18 
AnswerRe: What format is an icon? Bitmap or ?? Pin
Rein Hillmann11-Sep-02 16:36
Rein Hillmann11-Sep-02 16:36 

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.