Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAnimation in VC Pin
19-Nov-01 22:37
suss19-Nov-01 22:37 
GeneralRe: Animation in VC Pin
Rui Lopes20-Nov-01 7:05
Rui Lopes20-Nov-01 7:05 
GeneralScrolling A Device Context Bigger Than Screen Pin
AJ12319-Nov-01 22:03
AJ12319-Nov-01 22:03 
GeneralRe: Scrolling A Device Context Bigger Than Screen Pin
Simon Walton20-Nov-01 7:28
Simon Walton20-Nov-01 7:28 
GeneralUpgrade from MS C V7.0 to VC++ 6.0 Pin
Jerome Conus19-Nov-01 21:53
Jerome Conus19-Nov-01 21:53 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Michael P Butler19-Nov-01 22:04
Michael P Butler19-Nov-01 22:04 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Jerome Conus19-Nov-01 22:14
Jerome Conus19-Nov-01 22:14 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Claudius Mokler19-Nov-01 22:46
Claudius Mokler19-Nov-01 22:46 
A console application is NOT a DOS application. It is a Win32 application that runs in a console window (which again is NOT to be confused with a "DOS window", event though it seems to be one).
Win32 console applications can be written nearly the same way as DOS applications were written, with the added functionality of a 32-bit platform. No memory problems, no f***ing segments, memory models and similar crap. You can use Win32's advanced system functions, long file names, whatever.
Such an application does NOT run under DOS, since it is a true 32-bit Win32 application, but it will run fine in either Win32 version's console window.
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Rassman20-Nov-01 3:08
Rassman20-Nov-01 3:08 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
Jerome Conus20-Nov-01 3:30
Jerome Conus20-Nov-01 3:30 
GeneralRe: Upgrade from MS C V7.0 to VC++ 6.0 Pin
20-Nov-01 4:06
suss20-Nov-01 4:06 
GeneralChild Dialog Box Pin
mvworld19-Nov-01 21:45
mvworld19-Nov-01 21:45 
GeneralRe: Child Dialog Box Pin
Christian Graus20-Nov-01 10:22
protectorChristian Graus20-Nov-01 10:22 
GeneralProblems using MFC dll's Pin
Nevidimka19-Nov-01 20:26
Nevidimka19-Nov-01 20:26 
GeneralRe: Problems using MFC dll's Pin
Michael Dunn19-Nov-01 20:49
sitebuilderMichael Dunn19-Nov-01 20:49 
GeneralHUGE THANKS!!! Pin
Nevidimka19-Nov-01 21:25
Nevidimka19-Nov-01 21:25 
Generalvoice recording Pin
Djibril19-Nov-01 15:16
professionalDjibril19-Nov-01 15:16 
GeneralRe: voice recording Pin
Mukkie21-Nov-01 7:20
Mukkie21-Nov-01 7:20 
GeneralCListCtrl & Report Style Pin
Matt Newman19-Nov-01 15:05
Matt Newman19-Nov-01 15:05 
GeneralRe: CListCtrl & Report Style Pin
Nish Nishant19-Nov-01 15:33
sitebuilderNish Nishant19-Nov-01 15:33 
GeneralRe: CListCtrl & Report Style Pin
Matt Newman19-Nov-01 15:45
Matt Newman19-Nov-01 15:45 
GeneralRe: CListCtrl & Report Style Pin
Shog920-Nov-01 12:03
sitebuilderShog920-Nov-01 12:03 
GeneralRe: CListCtrl & Report Style Pin
Derek Waters20-Nov-01 13:39
Derek Waters20-Nov-01 13:39 
GeneralRe: CListCtrl & Report Style Pin
Matt Newman20-Nov-01 16:11
Matt Newman20-Nov-01 16:11 
GeneralRe: CListCtrl & Report Style Pin
Derek Waters20-Nov-01 16:15
Derek Waters20-Nov-01 16:15 

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.