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

C / C++ / MFC

 
AnswerRe: Read tab delimited file Pin
kelprinc1-Feb-06 21:14
kelprinc1-Feb-06 21:14 
QuestionWindows User Name and HostName Pin
RadioOpa1-Feb-06 3:10
RadioOpa1-Feb-06 3:10 
AnswerRe: Windows User Name and HostName Pin
Chris Meech1-Feb-06 3:55
Chris Meech1-Feb-06 3:55 
AnswerRe: Windows User Name and HostName Pin
David Crow1-Feb-06 5:19
David Crow1-Feb-06 5:19 
AnswerRe: Windows User Name and HostName Pin
ThatsAlok1-Feb-06 18:06
ThatsAlok1-Feb-06 18:06 
JokeRe: Windows User Name and HostName Pin
RadioOpa1-Feb-06 21:49
RadioOpa1-Feb-06 21:49 
QuestionVisual C++ 6.0 How to make ellipse with mouse Pin
roonex1-Feb-06 3:06
roonex1-Feb-06 3:06 
AnswerRe: Visual C++ 6.0 How to make ellipse with mouse Pin
ThatsAlok1-Feb-06 19:21
ThatsAlok1-Feb-06 19:21 
roonex wrote:
to make ellipse with LeftButton of the mouse and to move the same ellipse with RightButton. I have program witch make these things for octagon...but I cant transform it for ellipse....if anybody can help I'll post the octagon's code...please

what about :-
CDC::EllipseSee Also
CDC Overview | Class Members | Hierarchy Chart | CDC::Arc | CDC::Chord | Ellipse
Draws an ellipse.

BOOL Ellipse(
int x1,
int y1,
int x2,
int y2
);
BOOL Ellipse(
LPCRECT lpRect
);


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

cheers, Alok Gupta VC Forum Q&A :- I/ IV
QuestionThreads in Visual C++ 6.0 Pin
minad_7861-Feb-06 2:45
minad_7861-Feb-06 2:45 
AnswerRe: Threads in Visual C++ 6.0 Pin
Danny Pav1-Feb-06 5:16
Danny Pav1-Feb-06 5:16 
GeneralRe: Threads in Visual C++ 6.0 Pin
minad_7861-Feb-06 21:29
minad_7861-Feb-06 21:29 
QuestionMSFlexgrid Pin
Mike Winter1-Feb-06 2:45
Mike Winter1-Feb-06 2:45 
GeneralRe: MSFlexgrid Pin
Ryan Binns1-Feb-06 3:01
Ryan Binns1-Feb-06 3:01 
GeneralRe: MSFlexgrid Pin
Mike Winter1-Feb-06 3:51
Mike Winter1-Feb-06 3:51 
QuestionVC and VB interprocess communication Pin
gsheladia1-Feb-06 1:39
gsheladia1-Feb-06 1:39 
AnswerRe: VC and VB interprocess communication Pin
James Gupta1-Feb-06 2:02
professionalJames Gupta1-Feb-06 2:02 
AnswerRe: VC and VB interprocess communication Pin
Stephen Hewitt1-Feb-06 12:48
Stephen Hewitt1-Feb-06 12:48 
AnswerRe: VC and VB interprocess communication Pin
ThatsAlok1-Feb-06 18:28
ThatsAlok1-Feb-06 18:28 
QuestionApplication not working in Release mode... Pin
klvin1-Feb-06 0:42
klvin1-Feb-06 0:42 
AnswerRe: Application not working in Release mode... Pin
_anil_1-Feb-06 0:53
_anil_1-Feb-06 0:53 
AnswerRe: Application not working in Release mode... Pin
benjymous1-Feb-06 1:22
benjymous1-Feb-06 1:22 
AnswerRe: Application not working in Release mode... Pin
kakan1-Feb-06 1:22
professionalkakan1-Feb-06 1:22 
AnswerRe: Application not working in Release mode... Pin
ddmcr1-Feb-06 1:36
ddmcr1-Feb-06 1:36 
AnswerRe: Application not working in Release mode... Pin
James Gupta1-Feb-06 2:03
professionalJames Gupta1-Feb-06 2:03 
AnswerRe: Application not working in Release mode... Pin
Danny Pav1-Feb-06 5:20
Danny Pav1-Feb-06 5:20 

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.