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

C / C++ / MFC

 
AnswerRe: JPEG size Pin
NoxMan12-Feb-06 21:32
NoxMan12-Feb-06 21:32 
GeneralRe: JPEG size Pin
Ansh112-Feb-06 21:49
Ansh112-Feb-06 21:49 
QuestionHow to know the ID of the current mouse cursor? Pin
Rashid.Mahmood12-Feb-06 19:54
Rashid.Mahmood12-Feb-06 19:54 
AnswerRe: How to know the ID of the current mouse cursor? Pin
John R. Shaw12-Feb-06 21:56
John R. Shaw12-Feb-06 21:56 
QuestionDrawing over bitmap and saving Pin
Tara1412-Feb-06 19:54
Tara1412-Feb-06 19:54 
AnswerRe: Drawing over bitmap and saving Pin
_anil_12-Feb-06 20:37
_anil_12-Feb-06 20:37 
AnswerRe: Drawing over bitmap and saving Pin
John R. Shaw12-Feb-06 22:07
John R. Shaw12-Feb-06 22:07 
GeneralRe: Drawing over bitmap and saving Pin
Tara1413-Feb-06 2:59
Tara1413-Feb-06 2:59 
John R. Shaw wrote:
Which bitmap are you saving? The one before you drew on it or the one after you drew on it.


Well, actually I learnt how to make a drawing on to a dialog box and then save the drawing as a bitmap from CodeProject. So I know how to save a drawing as bitmap.

What I want to do is:
1) Display a bitmap when the user opens it(ie. the user opens the bitmap eg. map of an industry)
2) Ask the user to click the mouse on a certain point on the bitmap
3) using that point(x and y coordinates), I do some calculations and get the correct radius.
4) Then I display to the user a circle of the calculated radius around that point on the map.
5) If the user selects 'save', I must save the whole thing i.e. the map with the circle on it, as a single bitmap.

I hope I am stating my problem clearly...
I tried creating a dc to hold the bitmap which the user opens and using the same dc, i tried to draw a circle on the bitmap... but it dosent work.

Your help will be highly appreciated. Thank you.
Tara
GeneralRe: Drawing over bitmap and saving Pin
John R. Shaw13-Feb-06 10:44
John R. Shaw13-Feb-06 10:44 
GeneralRe: Drawing over bitmap and saving Pin
Tara1413-Feb-06 17:18
Tara1413-Feb-06 17:18 
Questionhelp in finding code to generate thumbnails Pin
bhamaimrith12-Feb-06 19:30
bhamaimrith12-Feb-06 19:30 
AnswerRe: help in finding code to generate thumbnails Pin
kakan12-Feb-06 20:17
professionalkakan12-Feb-06 20:17 
Questionproblem about output a word doc from my app Pin
jeanlyon12-Feb-06 19:16
jeanlyon12-Feb-06 19:16 
AnswerRe: problem about output a word doc from my app Pin
jeanlyon13-Feb-06 14:12
jeanlyon13-Feb-06 14:12 
QuestionHow to get the source code of an MFC application with .exe file extension Pin
Pavithra Bhat H12-Feb-06 19:07
Pavithra Bhat H12-Feb-06 19:07 
JokeRe: How to get the source code of an MFC application with .exe file extension Pin
Monty212-Feb-06 19:38
Monty212-Feb-06 19:38 
GeneralRe: How to get the source code of an MFC application with .exe file extension Pin
Rajesh R Subramanian12-Feb-06 23:47
professionalRajesh R Subramanian12-Feb-06 23:47 
AnswerRe: How to get the source code of an MFC application with .exe file extension Pin
Gavin Taylor12-Feb-06 19:42
professionalGavin Taylor12-Feb-06 19:42 
GeneralRe: How to get the source code of an MFC application with .exe file extension Pin
toxcct12-Feb-06 21:22
toxcct12-Feb-06 21:22 
GeneralRe: How to get the source code of an MFC application with .exe file extension Pin
Gavin Taylor12-Feb-06 21:53
professionalGavin Taylor12-Feb-06 21:53 
GeneralRe: How to get the source code of an MFC application with .exe file extension Pin
toxcct12-Feb-06 21:56
toxcct12-Feb-06 21:56 
GeneralRe: How to get the source code of an MFC application with .exe file extension Pin
QuickDeveloper12-Feb-06 22:03
QuickDeveloper12-Feb-06 22:03 
GeneralRe: How to get the source code of an MFC application with .exe file extension Pin
toxcct12-Feb-06 22:05
toxcct12-Feb-06 22:05 
GeneralRe: How to get the source code of an MFC application with .exe file extension Pin
Gavin Taylor12-Feb-06 22:05
professionalGavin Taylor12-Feb-06 22:05 
AnswerRe: How to get the source code of an MFC application with .exe file extension Pin
toxcct12-Feb-06 21:23
toxcct12-Feb-06 21:23 

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.