Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: get hard drive size. Pin
David Crow31-Jan-09 16:28
David Crow31-Jan-09 16:28 
QuestionHow can chk window is show or hide? Pin
Le@rner30-Jan-09 23:44
Le@rner30-Jan-09 23:44 
AnswerRe: How can chk window is show or hide? Pin
Code-o-mat30-Jan-09 23:57
Code-o-mat30-Jan-09 23:57 
GeneralRe: How can chk window is show or hide? Pin
Le@rner31-Jan-09 0:58
Le@rner31-Jan-09 0:58 
GeneralRe: How can chk window is show or hide? Pin
Code-o-mat31-Jan-09 1:02
Code-o-mat31-Jan-09 1:02 
QuestionPrint to file. Pin
mohammadmot30-Jan-09 23:19
mohammadmot30-Jan-09 23:19 
AnswerRe: Print to file. Pin
Code-o-mat30-Jan-09 23:31
Code-o-mat30-Jan-09 23:31 
GeneralRe: Print to file. Pin
mohammadmot30-Jan-09 23:38
mohammadmot30-Jan-09 23:38 
Hello,
no i don't want print directy pdf file,
now i install pdf distiller & have pdf driver - ok -
but when print my string with _T("") macro, print bad words !!!

My sample, use from class QPrint Code Project.

http://www.codeproject.com/KB/printing/QPrint.aspx?fid=301520&select=2885714&fr=1

for example:
CQPrint m_ocQPrint;
m_ocQPrint.Print(hFont,_T("محمد"),FORMAT_NORMAL);

but print bad-words - i found printing text out in CQPrint::Print function & with this code:

// now print the text...
m_DC.TextOut(lx,m_y,strSubText);
if (!(Format & FORMAT_NOLF)) {
m_y += Size.cy + CALCY(m_Abstand);
}
Confused | :confused:
GeneralRe: Print to file. Pin
Code-o-mat30-Jan-09 23:55
Code-o-mat30-Jan-09 23:55 
GeneralRe: Print to file. [modified] Pin
mohammadmot31-Jan-09 0:15
mohammadmot31-Jan-09 0:15 
GeneralRe: Print to file. Pin
Code-o-mat31-Jan-09 0:51
Code-o-mat31-Jan-09 0:51 
GeneralRe: Print to file. Pin
mohammadmot31-Jan-09 1:08
mohammadmot31-Jan-09 1:08 
GeneralRe: Print to file. Pin
Code-o-mat31-Jan-09 1:26
Code-o-mat31-Jan-09 1:26 
QuestionHide and show dialogs Pin
AnithaSubramani30-Jan-09 23:12
AnithaSubramani30-Jan-09 23:12 
AnswerRe: Hide and show dialogs Pin
Code-o-mat30-Jan-09 23:25
Code-o-mat30-Jan-09 23:25 
GeneralRe: Hide and show dialogs Pin
AnithaSubramani30-Jan-09 23:32
AnithaSubramani30-Jan-09 23:32 
GeneralRe: Hide and show dialogs Pin
Code-o-mat30-Jan-09 23:42
Code-o-mat30-Jan-09 23:42 
GeneralRe: Hide and show dialogs Pin
AnithaSubramani30-Jan-09 23:59
AnithaSubramani30-Jan-09 23:59 
GeneralRe: Hide and show dialogs Pin
Code-o-mat31-Jan-09 0:35
Code-o-mat31-Jan-09 0:35 
QuestionRe: Hide and show dialogs Pin
David Crow31-Jan-09 16:31
David Crow31-Jan-09 16:31 
AnswerRe: Hide and show dialogs Pin
«_Superman_»30-Jan-09 23:27
professional«_Superman_»30-Jan-09 23:27 
Questionconvert row elements from two dimensional array to one dimensional arrays Pin
emira6730-Jan-09 21:15
emira6730-Jan-09 21:15 
AnswerWrong forum Pin
CPallini30-Jan-09 22:36
mveCPallini30-Jan-09 22:36 
AnswerRe: convert row elements from two dimensional array to one dimensional arrays Pin
David Crow31-Jan-09 16:34
David Crow31-Jan-09 16:34 
QuestionProblem in printing- Please help me. Pin
Le@rner30-Jan-09 21:02
Le@rner30-Jan-09 21:02 

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.