Click here to Skip to main content
15,899,124 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPrinter driver question Pin
jancsi2-Sep-02 21:39
jancsi2-Sep-02 21:39 
GeneralRe: Printer driver question Pin
Joaquín M López Muñoz2-Sep-02 22:21
Joaquín M López Muñoz2-Sep-02 22:21 
GeneralWeird version related issue Pin
Nish Nishant2-Sep-02 20:44
sitebuilderNish Nishant2-Sep-02 20:44 
GeneralRe: Weird version related issue Pin
Joaquín M López Muñoz2-Sep-02 21:31
Joaquín M López Muñoz2-Sep-02 21:31 
GeneralRe: Weird version related issue Pin
Nish Nishant2-Sep-02 22:36
sitebuilderNish Nishant2-Sep-02 22:36 
GeneralRe: Weird version related issue Pin
Joaquín M López Muñoz2-Sep-02 22:37
Joaquín M López Muñoz2-Sep-02 22:37 
GeneralRe: Weird version related issue Pin
Andreas Saurwein3-Sep-02 0:25
Andreas Saurwein3-Sep-02 0:25 
GeneralRe: Another approach! Pin
Masaaki Onishi3-Sep-02 5:34
Masaaki Onishi3-Sep-02 5:34 
Hello, the codegurus around the world.Smile | :)

Another approahces:

RASENTRY rasEntry = 
{
.....
#if (WINVER >= 0x401)
// Extra NT 4 members
......
#endif

#if (WINVER >= 0x500)
// Extra Windows 2000
.......
#endif

#if (WINVER >= 0x501)
// Extra Windows XP
........
#endif
}


Have a fun.Rose | [Rose]

Please, don't send me your email about your questions directly.
Have a nice day!
Sonork - 100.10571:vcdeveloper Wink | ;)

-Masaaki Onishi-


GeneralSaving window picture problem Pin
Ravi.G.J2-Sep-02 20:22
Ravi.G.J2-Sep-02 20:22 
GeneralRe: Saving window picture problem Pin
Tomasz Sowinski2-Sep-02 22:57
Tomasz Sowinski2-Sep-02 22:57 
GeneralRasSetEntryProperties returns ERROR_INVALID_SIZE on 2K Pin
Nish Nishant2-Sep-02 18:29
sitebuilderNish Nishant2-Sep-02 18:29 
GeneralAm I stupid or what? :-( Pin
Nish Nishant2-Sep-02 19:34
sitebuilderNish Nishant2-Sep-02 19:34 
GeneralRe: Lucky to find the reason! Pin
Masaaki Onishi2-Sep-02 20:14
Masaaki Onishi2-Sep-02 20:14 
QuestionInno Setup opinion? Pin
Ravi Bhavnani2-Sep-02 15:52
professionalRavi Bhavnani2-Sep-02 15:52 
AnswerRe: Inno Setup opinion? Pin
Chris Losinger2-Sep-02 16:20
professionalChris Losinger2-Sep-02 16:20 
GeneralRe: Inno Setup opinion? Pin
Ravi Bhavnani3-Sep-02 9:17
professionalRavi Bhavnani3-Sep-02 9:17 
AnswerRe: Inno Setup opinion? Pin
Jawache3-Sep-02 0:44
Jawache3-Sep-02 0:44 
GeneralRe: Inno Setup opinion? Pin
Ravi Bhavnani3-Sep-02 9:18
professionalRavi Bhavnani3-Sep-02 9:18 
AnswerRe: Inno Setup opinion? Pin
Jeremy Pullicino3-Sep-02 1:29
Jeremy Pullicino3-Sep-02 1:29 
GeneralRe: Inno Setup opinion? Pin
Ravi Bhavnani3-Sep-02 9:20
professionalRavi Bhavnani3-Sep-02 9:20 
GeneralScrollWindowEx Pin
Chris Klecker2-Sep-02 15:42
Chris Klecker2-Sep-02 15:42 
GeneralRe: ScrollWindowEx Pin
Tomasz Sowinski2-Sep-02 23:13
Tomasz Sowinski2-Sep-02 23:13 
GeneralInternationalization Pin
Le centriste2-Sep-02 13:35
Le centriste2-Sep-02 13:35 
GeneralRe: Internationalization Pin
.dan.g.2-Sep-02 13:59
professional.dan.g.2-Sep-02 13:59 
GeneralRe: Internationalization Pin
Tomasz Sowinski2-Sep-02 23:03
Tomasz Sowinski2-Sep-02 23:03 

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.