Click here to Skip to main content
15,902,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Easy menu/modal dialog question Pin
philliad13-Jul-04 9:29
philliad13-Jul-04 9:29 
GeneralQuestion on Services Access Pin
Anonymous13-Jul-04 8:38
Anonymous13-Jul-04 8:38 
GeneralRe: Question on Services Access Pin
Anonymous13-Jul-04 8:54
Anonymous13-Jul-04 8:54 
GeneralRe: Question on Services Access Pin
Blake Miller13-Jul-04 11:25
Blake Miller13-Jul-04 11:25 
GeneralRe: Question on Services Access Pin
Navin13-Jul-04 9:30
Navin13-Jul-04 9:30 
GeneralPageSetupDlg crashes with win2000 Pin
Member 123404413-Jul-04 7:57
Member 123404413-Jul-04 7:57 
GeneralRe: PageSetupDlg crashes with win2000 Pin
jwalto113-Jul-04 10:21
sussjwalto113-Jul-04 10:21 
GeneralRe: PageSetupDlg crashes with win2000 Pin
Member 123404414-Jul-04 3:27
Member 123404414-Jul-04 3:27 
Hi Jeff,
Thanks for the reply, this is the basic code that I am using to setup the dialog.

LPPAGESETUPDLG pgs;

// Get memory for the page setup dialog structure
pgs = (LPPAGESETUPDLG) calloc ( 1, sizeof (PAGESETUPDLG ) );
if ( pgs == NULL )
goto exit_func;

pgs->lStructSize = sizeof (PAGESETUPDLG);
pgs->hwndOwner = hwndOwner;
pgs->hDevNames = hdevnames;
pgs->hDevMode = hdevmodes;
pgs->Flags = PSD_DISABLEMARGINS;

// Display the dialog to the user
retval = PageSetupDlg ( pgs );
QuestionAnalog to digital via soundcard? Pin
Cpt Rick13-Jul-04 7:06
Cpt Rick13-Jul-04 7:06 
AnswerRe: Analog to digital via soundcard? Pin
palbano13-Jul-04 7:24
palbano13-Jul-04 7:24 
GeneralVirtual Constructor and Virtual Destructor Pin
Neelesh K J Jain13-Jul-04 7:05
Neelesh K J Jain13-Jul-04 7:05 
GeneralRe: Virtual Constructor and Virtual Destructor Pin
valikac13-Jul-04 7:14
valikac13-Jul-04 7:14 
GeneralRe: Virtual Constructor and Virtual Destructor Pin
palbano13-Jul-04 7:22
palbano13-Jul-04 7:22 
Generaldrawing in win32 - pls someone help Pin
md66613-Jul-04 7:02
sussmd66613-Jul-04 7:02 
GeneralRe: drawing in win32 - pls someone help Pin
Johan Rosengren13-Jul-04 9:27
Johan Rosengren13-Jul-04 9:27 
Generalwin32 drawing - pls someone help Pin
md66613-Jul-04 7:01
sussmd66613-Jul-04 7:01 
GeneralDisable "promt me to save passwords" Pin
Volum13-Jul-04 6:58
sussVolum13-Jul-04 6:58 
GeneralRe: Disable "promt me to save passwords" Pin
jmkhael13-Jul-04 7:18
jmkhael13-Jul-04 7:18 
GeneralRe: Disable "promt me to save passwords" Pin
Volum13-Jul-04 7:30
sussVolum13-Jul-04 7:30 
GeneralRe: Disable "promt me to save passwords" Pin
David Crow13-Jul-04 7:56
David Crow13-Jul-04 7:56 
GeneralRe: Disable "promt me to save passwords" Pin
Volum14-Jul-04 7:16
sussVolum14-Jul-04 7:16 
Generalmenu's Pin
locoone13-Jul-04 6:49
locoone13-Jul-04 6:49 
GeneralRe: menu's Pin
Ravi Bhavnani13-Jul-04 7:11
professionalRavi Bhavnani13-Jul-04 7:11 
GeneralRe: menu's Pin
locoone13-Jul-04 7:16
locoone13-Jul-04 7:16 
GeneralSystem/CreateProcess'd process terminating Pin
mike-o13-Jul-04 6:30
mike-o13-Jul-04 6:30 

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.