Click here to Skip to main content
15,904,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: command promp windows Pin
led mike16-Jul-06 20:09
led mike16-Jul-06 20:09 
AnswerRe: command promp windows Pin
David Crow17-Jul-06 3:36
David Crow17-Jul-06 3:36 
QuestionError C2533 - constructors does not allow a return type ...doesn't make sense Pin
jon-8015-Jul-06 21:07
professionaljon-8015-Jul-06 21:07 
AnswerRe: Error C2533 - constructors does not allow a return type ...doesn't make sense Pin
eusto15-Jul-06 22:04
eusto15-Jul-06 22:04 
QuestionDocumentation Pin
MozhdehQeraati15-Jul-06 20:54
MozhdehQeraati15-Jul-06 20:54 
QuestionOwnerDraw CTreeCtrl Pin
YaronNir15-Jul-06 20:30
YaronNir15-Jul-06 20:30 
QuestionRe: OwnerDraw CTreeCtrl Pin
Hamid_RT16-Jul-06 0:50
Hamid_RT16-Jul-06 0:50 
AnswerRe: OwnerDraw CTreeCtrl Pin
Gary R. Wheeler16-Jul-06 4:14
Gary R. Wheeler16-Jul-06 4:14 
QuestionHow to Adjust the dialog to align together? Pin
xuwenq8815-Jul-06 19:56
xuwenq8815-Jul-06 19:56 
AnswerRe: How to Adjust the dialog to align together? Pin
Hamid_RT16-Jul-06 0:50
Hamid_RT16-Jul-06 0:50 
GeneralRe: How to Adjust the dialog to align together? Pin
xuwenq8816-Jul-06 2:00
xuwenq8816-Jul-06 2:00 
GeneralRe: How to Adjust the dialog to align together? Pin
Hamid_RT16-Jul-06 2:56
Hamid_RT16-Jul-06 2:56 
GeneralRe: How to Adjust the dialog to align together? Pin
David Crow17-Jul-06 3:41
David Crow17-Jul-06 3:41 
AnswerRe: How to Adjust the dialog to align together? Pin
Gary R. Wheeler16-Jul-06 4:17
Gary R. Wheeler16-Jul-06 4:17 
GeneralRe: How to Adjust the dialog to align together? Pin
xuwenq8817-Jul-06 6:26
xuwenq8817-Jul-06 6:26 
GeneralRe: How to Adjust the dialog to align together? Pin
Gary R. Wheeler17-Jul-06 7:19
Gary R. Wheeler17-Jul-06 7:19 
QuestionGDI+ graphics->DrawLine erratic behavior?? Pin
KellyR15-Jul-06 19:14
KellyR15-Jul-06 19:14 
Hi,

I have a question about the GDI+ DrawLine method. For some reason, in my latest program, it seems to work for awhile and then suddenly just stop working. I've used GDI+ DrawLine in many other programs and I've never seen this happen before. Sometimes it doesn't work at all, other times it will work for a little while and then stop working (i.e. it just doesn't draw anything anymore). Here's the code:

<br />
Graphics *graphics = NULL; // Global declaration<br />
<br />
...<br />
<br />
graphics = new Graphics(TheHDC); // initialization<br />
<br />
...<br />
<br />
void Draw(int x, int y, int x2, int y2)<br />
{<br />
Pen blackPen(Color(255, 0, 0, 0), 2);<br />
graphics->DrawLine(&blackPen, x, y, x2, y2);<br />
}<br />


Any help would be appreciated, thanks!

Kelly Ryan
AnswerRe: GDI+ graphics->DrawLine erratic behavior?? Pin
Trollslayer15-Jul-06 20:00
mentorTrollslayer15-Jul-06 20:00 
GeneralRe: GDI+ graphics->DrawLine erratic behavior?? Pin
KellyR16-Jul-06 4:11
KellyR16-Jul-06 4:11 
AnswerRe: GDI+ graphics->DrawLine erratic behavior?? Pin
Hamid_RT16-Jul-06 1:51
Hamid_RT16-Jul-06 1:51 
GeneralRe: GDI+ graphics->DrawLine erratic behavior?? Pin
KellyR16-Jul-06 4:13
KellyR16-Jul-06 4:13 
GeneralRe: GDI+ graphics->DrawLine erratic behavior?? Pin
Hamid_RT16-Jul-06 9:34
Hamid_RT16-Jul-06 9:34 
AnswerRe: GDI+ graphics-&gt;DrawLine erratic behavior?? [modified] Pin
bob1697216-Jul-06 10:30
bob1697216-Jul-06 10:30 
GeneralRe: GDI+ graphics-&gt;DrawLine erratic behavior?? Pin
KellyR16-Jul-06 12:55
KellyR16-Jul-06 12:55 
QuestionCatching "R6025 - pure virtual function call error" using SEH Pin
Chintoo72315-Jul-06 18:06
Chintoo72315-Jul-06 18:06 

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.