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

C / C++ / MFC

 
GeneralRe: How to load data/text into a TextBox Pin
Hamid_RT4-Aug-06 1:58
Hamid_RT4-Aug-06 1:58 
GeneralRe: How to load data/text into a TextBox Pin
Rip Kirby4-Aug-06 2:09
Rip Kirby4-Aug-06 2:09 
GeneralRe: How to load data/text into a TextBox Pin
toxcct4-Aug-06 2:22
toxcct4-Aug-06 2:22 
GeneralRe: How to load data/text into a TextBox Pin
Hamid_RT4-Aug-06 2:36
Hamid_RT4-Aug-06 2:36 
AnswerRe: How to load data/text into a TextBox Pin
David Crow4-Aug-06 2:38
David Crow4-Aug-06 2:38 
GeneralRe: How to load data/text into a TextBox Pin
Rip Kirby4-Aug-06 2:44
Rip Kirby4-Aug-06 2:44 
GeneralRe: How to load data/text into a TextBox Pin
David Crow4-Aug-06 2:56
David Crow4-Aug-06 2:56 
QuestionDraw a cricle on bitmap image Pin
ravi04794-Aug-06 0:51
ravi04794-Aug-06 0:51 
Hi,

How can I add a circle on top of the bitmap image?
I added the following code to draw a rectangle on top of bitmap image. But rectangle is underneath of the BMP image.

CCLientDC pDC(this);
pDC.MoveTo(100,100);
pDC.Rectangle(20,20,30,30);

Please help me.

thanks in advance





Ravi
AnswerRe: Draw a cricle on bitmap image Pin
Sarath C4-Aug-06 1:35
Sarath C4-Aug-06 1:35 
AnswerRe: Draw a cricle on bitmap image Pin
Hamid_RT4-Aug-06 1:56
Hamid_RT4-Aug-06 1:56 
GeneralRe: Draw a cricle on bitmap image Pin
ravi04794-Aug-06 2:08
ravi04794-Aug-06 2:08 
GeneralRe: Draw a cricle on bitmap image Pin
Hamid_RT4-Aug-06 2:36
Hamid_RT4-Aug-06 2:36 
GeneralRe: Draw a cricle on bitmap image Pin
ravi04794-Aug-06 2:49
ravi04794-Aug-06 2:49 
GeneralRe: Draw a cricle on bitmap image Pin
Hamid_RT4-Aug-06 3:35
Hamid_RT4-Aug-06 3:35 
GeneralRe: Draw a cricle on bitmap image Pin
Sarath C4-Aug-06 4:57
Sarath C4-Aug-06 4:57 
GeneralRe: Draw a cricle on bitmap image Pin
ravi04794-Aug-06 19:44
ravi04794-Aug-06 19:44 
QuestionProblem in Accessing Main Menu [modified] Pin
gloriousgopi4-Aug-06 0:51
gloriousgopi4-Aug-06 0:51 
AnswerRe: Problem in Accessing Main Menu Pin
BadJerry10-May-07 5:19
BadJerry10-May-07 5:19 
QuestionHow Can i Connect to a HTTPS Web Server in VC++ ? Pin
gloriousgopi4-Aug-06 0:38
gloriousgopi4-Aug-06 0:38 
AnswerRe: How Can i Connect to a HTTPS Web Server in VC++ ? Pin
Milton Karimbekallil4-Aug-06 0:45
Milton Karimbekallil4-Aug-06 0:45 
GeneralRe: How Can i Connect to a HTTPS Web Server in VC++ ? Pin
gloriousgopi4-Aug-06 0:59
gloriousgopi4-Aug-06 0:59 
GeneralRe: How Can i Connect to a HTTPS Web Server in VC++ ? Pin
Milton Karimbekallil4-Aug-06 1:14
Milton Karimbekallil4-Aug-06 1:14 
GeneralRe: How Can i Connect to a HTTPS Web Server in VC++ ? Pin
gloriousgopi4-Aug-06 4:06
gloriousgopi4-Aug-06 4:06 
QuestionAdd multiple CView/CFormView to a CView? Pin
Tengil994-Aug-06 0:10
Tengil994-Aug-06 0:10 
AnswerRe: Add multiple CView/CFormView to a CView? Pin
Milton Karimbekallil4-Aug-06 1:10
Milton Karimbekallil4-Aug-06 1:10 

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.