Click here to Skip to main content
15,890,408 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to create a port Pin
sarath_babu12-Oct-04 21:04
sarath_babu12-Oct-04 21:04 
GeneralCListBox AddString Question/Problem Pin
otrcomm12-Oct-04 20:45
otrcomm12-Oct-04 20:45 
GeneralRe: CListBox AddString Question/Problem Pin
Antony M Kancidrowski13-Oct-04 2:22
Antony M Kancidrowski13-Oct-04 2:22 
GeneralRe: CListBox AddString Question/Problem Pin
otrcomm13-Oct-04 5:15
otrcomm13-Oct-04 5:15 
GeneralRe: CListBox AddString Question/Problem Pin
Antony M Kancidrowski13-Oct-04 8:51
Antony M Kancidrowski13-Oct-04 8:51 
GeneralRe: CListBox AddString Question/Problem Pin
otrcomm13-Oct-04 11:20
otrcomm13-Oct-04 11:20 
GeneralRe: CListBox AddString Question/Problem Pin
Antony M Kancidrowski13-Oct-04 11:37
Antony M Kancidrowski13-Oct-04 11:37 
GeneralImage Editor Pin
Vini Deep12-Oct-04 20:38
Vini Deep12-Oct-04 20:38 
Hi all,
Does anybody know how image editors are made.I dont mean the image manipulation part ,but the canvas like thing we see in ms paint on which we draw ,erase .draw lines etc....I dont think it is a dilog.It would rather be a window , a paint window but how do we maintain it.say loading am image to a window is simple and i prefer the IPicture and IStream way of the win32 sdk.Once the image is loaded ,i even managed to draw on it ,like using moveto and line functions from the gdi.But the real trouble is how would i store the image temporarily.Say i have the image read from the file into the IStream and enclosed by IPicture .I render this from the IPicture to the window.Now i draw some lines over the image.Technically the dc is modified.Now how would i extract this modified dc into a buffer and latter on store it to a file.One suitable way is to Create a compatible dc and bitmap make a snapshot of this window,but it is not good,the image is not clear .How would i go around this situation.

Please help.


Vini
GeneralHelp Needed (Toolbar) Pin
Avinash Gupta12-Oct-04 20:28
Avinash Gupta12-Oct-04 20:28 
GeneralRe: Help Needed (Toolbar) Pin
Cedric Moonen12-Oct-04 20:49
Cedric Moonen12-Oct-04 20:49 
Generalhelp needed....Creating a 3D graph at the end of execution... Pin
Kiran Satish12-Oct-04 19:25
Kiran Satish12-Oct-04 19:25 
Generaldeleting double pointers Pin
Majid Shahabfar12-Oct-04 19:23
Majid Shahabfar12-Oct-04 19:23 
QuestionHow to solve this Problem? Pin
pubududilena12-Oct-04 18:34
pubududilena12-Oct-04 18:34 
AnswerRe: How to solve this Problem? Pin
Ryan Binns12-Oct-04 18:48
Ryan Binns12-Oct-04 18:48 
GeneralRe: How to solve this Problem? Pin
pubududilena12-Oct-04 19:06
pubududilena12-Oct-04 19:06 
AnswerRe: How to solve this Problem? Pin
Michael Dunn12-Oct-04 20:19
sitebuilderMichael Dunn12-Oct-04 20:19 
QuestionHow to put a progress in my project ? Pin
King of Merit12-Oct-04 16:57
King of Merit12-Oct-04 16:57 
AnswerRe: How to put a progress in my project ? Pin
Sujan Christo12-Oct-04 18:19
Sujan Christo12-Oct-04 18:19 
AnswerRe: How to put a progress in my project ? Pin
ThatsAlok12-Oct-04 18:45
ThatsAlok12-Oct-04 18:45 
QuestionWhat does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 16:11
Rafferty Uy12-Oct-04 16:11 
AnswerRe: What does "const vector& vars" mean? Pin
Ryan Binns12-Oct-04 18:07
Ryan Binns12-Oct-04 18:07 
GeneralRe: What does "const vector& vars" mean? Pin
Rafferty Uy12-Oct-04 20:41
Rafferty Uy12-Oct-04 20:41 
GeneralRe: What does "const vector& vars" mean? Pin
Ryan Binns13-Oct-04 1:59
Ryan Binns13-Oct-04 1:59 
GeneralFile access rights Pin
Anonymous12-Oct-04 16:04
Anonymous12-Oct-04 16:04 
GeneralRe: File access rights Pin
Ryan Binns12-Oct-04 18:12
Ryan Binns12-Oct-04 18:12 

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.