Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 2:51
Nibu babu thomas19-Jul-06 2:51 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 3:03
eusto19-Jul-06 3:03 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 3:05
Nibu babu thomas19-Jul-06 3:05 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 7:05
eusto19-Jul-06 7:05 
GeneralRe: Modeless Dialog in MDI app [modified] Pin
eusto19-Jul-06 3:06
eusto19-Jul-06 3:06 
GeneralRe: Modeless Dialog in MDI app Pin
Nibu babu thomas19-Jul-06 19:44
Nibu babu thomas19-Jul-06 19:44 
GeneralRe: Modeless Dialog in MDI app Pin
eusto19-Jul-06 21:52
eusto19-Jul-06 21:52 
QuestionDrawString(GDI+) & CString Pin
NoName II10-Jul-06 22:45
NoName II10-Jul-06 22:45 
Can't draw CString string with DrawString(GDI+)

CString str=_T("test string");
FontFamily fontFamily(L"Times New Roman");
Font font(&fontFamily, 24, FontStyleRegular, UnitPixel);
PointF pointF(30.0f, 10.0f);
SolidBrush solidBrush(Color(255, 0, 0, 255));
graphics.DrawString(str.GetBuffer(), -1, &font, pointF, &solidBrush);




GeneralRe: DrawString(GDI+) & CString Pin
Parthi_Appu10-Jul-06 23:00
Parthi_Appu10-Jul-06 23:00 
AnswerRe: DrawString(GDI+) & CString Pin
Mike Dimmick11-Jul-06 0:10
Mike Dimmick11-Jul-06 0:10 
Questioncan't use CPropertySheet constructor??? Pin
NoName II10-Jul-06 22:41
NoName II10-Jul-06 22:41 
AnswerRe: can't use CPropertySheet constructor??? Pin
Mike Dimmick11-Jul-06 0:12
Mike Dimmick11-Jul-06 0:12 
QuestionAdding new font Pin
Semion_N10-Jul-06 22:18
Semion_N10-Jul-06 22:18 
AnswerRe: Adding new font Pin
Monty210-Jul-06 22:27
Monty210-Jul-06 22:27 
GeneralRe: Adding new font Pin
Semion_N11-Jul-06 3:34
Semion_N11-Jul-06 3:34 
QuestionPrinting Document Pin
Ganesh_T10-Jul-06 21:52
Ganesh_T10-Jul-06 21:52 
AnswerRe: Printing Document Pin
Hamid_RT10-Jul-06 22:03
Hamid_RT10-Jul-06 22:03 
GeneralRe: Printing Document Pin
Ganesh_T10-Jul-06 22:39
Ganesh_T10-Jul-06 22:39 
GeneralRe: Printing Document Pin
Hamid_RT11-Jul-06 0:28
Hamid_RT11-Jul-06 0:28 
GeneralRe: Printing Document Pin
Ganesh_T11-Jul-06 1:04
Ganesh_T11-Jul-06 1:04 
AnswerRe: Printing Document Pin
Monty210-Jul-06 22:33
Monty210-Jul-06 22:33 
GeneralRe: Printing Document [modified] Pin
Ganesh_T10-Jul-06 22:40
Ganesh_T10-Jul-06 22:40 
GeneralRe: Printing Document Pin
Monty210-Jul-06 22:55
Monty210-Jul-06 22:55 
Questiondetecting frame change in video Pin
Ram Murali10-Jul-06 21:46
Ram Murali10-Jul-06 21:46 
QuestionCTreeCtrl question Pin
zeus_master10-Jul-06 21:45
zeus_master10-Jul-06 21:45 

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.