Click here to Skip to main content
15,898,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Printing to a printer onto a form Pin
Henri10-Feb-08 3:20
Henri10-Feb-08 3:20 
GeneralRe: Printing to a printer onto a form Pin
Mark Salsbery10-Feb-08 9:10
Mark Salsbery10-Feb-08 9:10 
GeneralRe: Printing to a printer onto a form Pin
bob169727-Feb-08 7:05
bob169727-Feb-08 7:05 
GeneralSizing my dialog Pin
Sabry19057-Feb-08 1:02
Sabry19057-Feb-08 1:02 
QuestionRe: Sizing my dialog Pin
CPallini7-Feb-08 1:40
mveCPallini7-Feb-08 1:40 
GeneralRe: Sizing my dialog Pin
Iain Clarke, Warrior Programmer7-Feb-08 2:17
Iain Clarke, Warrior Programmer7-Feb-08 2:17 
GeneralRe: Sizing my dialog Pin
CPallini7-Feb-08 8:07
mveCPallini7-Feb-08 8:07 
GeneralRe: Sizing my dialog Pin
Schehaider_Aymen11-Apr-08 23:19
Schehaider_Aymen11-Apr-08 23:19 
U can Use this OnInit....
<br />
CRect Rect;<br />
    GetParentFrame()->GetWindowRect(&Rect);<br />
    GetParentFrame()->SetWindowPos( NULL,0,0,900 ,200 ,SWP_NOMOVE | SWP_NOZORDER);  <br />
    SIZE size;<br />
    size.cx=Rect.Width();<br />
    size.cy=Rect.Height()/2;<br />
    SetScaleToFitSize(size);<br />


"The Ultimate Limit Is Only Your Imagination."

QuestionRe: Sizing my dialog Pin
David Crow7-Feb-08 2:24
David Crow7-Feb-08 2:24 
GeneralRe: Sizing my dialog Pin
Hamid_RT10-Feb-08 21:45
Hamid_RT10-Feb-08 21:45 
GeneralPlaying audio file within a windows service Pin
MarcoNedwig7-Feb-08 0:23
MarcoNedwig7-Feb-08 0:23 
GeneralRe: Playing audio file within a windows service Pin
Iain Clarke, Warrior Programmer7-Feb-08 0:36
Iain Clarke, Warrior Programmer7-Feb-08 0:36 
GeneralRe: Playing audio file within a windows service Pin
David Crow7-Feb-08 2:25
David Crow7-Feb-08 2:25 
GeneralRe: Playing audio file within a windows service Pin
MarcoNedwig7-Feb-08 3:06
MarcoNedwig7-Feb-08 3:06 
Questionwhat is the standard way to give file name in FtpOpenFile() [modified] Pin
vptech197-Feb-08 0:18
vptech197-Feb-08 0:18 
QuestionRe: what is the standard way to give file name in FtpOpenFile() Pin
David Crow7-Feb-08 2:28
David Crow7-Feb-08 2:28 
General[Message Deleted] Pin
vptech197-Feb-08 3:25
vptech197-Feb-08 3:25 
QuestionRe: what is the standard way to give file name in FtpOpenFile() Pin
David Crow7-Feb-08 3:33
David Crow7-Feb-08 3:33 
GeneralRe: what is the standard way to give file name in FtpOpenFile() Pin
vptech197-Feb-08 4:25
vptech197-Feb-08 4:25 
QuestionRe: what is the standard way to give file name in FtpOpenFile() Pin
David Crow7-Feb-08 4:32
David Crow7-Feb-08 4:32 
GeneralRe: what is the standard way to give file name in FtpOpenFile() [modified] Pin
vptech197-Feb-08 4:36
vptech197-Feb-08 4:36 
QuestionRe: what is the standard way to give file name in FtpOpenFile() Pin
David Crow7-Feb-08 4:48
David Crow7-Feb-08 4:48 
GeneralRe: what is the standard way to give file name in FtpOpenFile() Pin
vptech197-Feb-08 5:02
vptech197-Feb-08 5:02 
GeneralRe: what is the standard way to give file name in FtpOpenFile() Pin
David Crow7-Feb-08 5:09
David Crow7-Feb-08 5:09 
GeneralRe: what is the standard way to give file name in FtpOpenFile() Pin
vptech197-Feb-08 5:30
vptech197-Feb-08 5: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.