Click here to Skip to main content
15,886,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
well first i'm not sarathSmile | :)
Is this good or no
<br />
#include AtlImage.h<br />
CImage m_Image;<br />
m_Image.Load("c:\\1.jpg");<br />
<pre><br />
void CAnswerDlg::OnPaint() <br />
	{<br />
	CPaintDC pDC(this); // device context for painting<br />
	CRect     Rect;<br />
	GetWindowRect(Rect);<br />
	ScreenToClient(Rect);<br />
m_Image.BitBlt(pDC.m_hDC,Rect.left,Rect.top,Rect.right,Rect.bottom,0,0);<br />
  pDC.MoveTo(100,100);<br />
  pDC.Rectangle(100,100,210,210); <br />
	}<br />




WhiteSky


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 
GeneralRe: Add multiple CView/CFormView to a CView? Pin
Tengil994-Aug-06 2:14
Tengil994-Aug-06 2:14 
GeneralRe: Add multiple CView/CFormView to a CView? Pin
Tengil994-Aug-06 2:29
Tengil994-Aug-06 2:29 
QuestionRe: Add multiple CView/CFormView to a CView? Pin
David Crow4-Aug-06 2:43
David Crow4-Aug-06 2:43 
AnswerRe: Add multiple CView/CFormView to a CView? Pin
Tengil994-Aug-06 4:50
Tengil994-Aug-06 4:50 

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.