yes, i am using SetScrollSizes. Also, I like to maximize the dialog with the frame box and with that stretch the display area to cover the maximized dialog. right now only the dialog expands but the...
since i use SetDIBitsToDevice(dc->GetSafeHdc(),.. , then I do not need to call the ReleaseDC, right?. If the buffer passed to the SetDIBitsToDevice is refreshed, I have to call the Invalidate to...
There was a bug in filling the buffer. Now, my problem is, I can not scroll to view entire image. it re-draws the top half only. It needs improvements. attached.
Got a dialog based MFC that is 100% done. Would be nicer to draw a few raw images continuously using a pop up dialog. Worked with SDI long time ago and do not see major point to port everything to...
Used some online code example to put a little project to display raw image. The display does not seem to work.
For some purposes, I like this to work with a dialog based MFC project.XDVView is...
in my vs executable I like to be able to access a function of another executable which may be written in another IDE, and access its memory buffer. Like,to read its memory buffer after it is filled...
I have a incoming packet of 75 bytes. It is packed of five 10 Bitters and five 5 Bitters. like 10-5-10-5-... What is the best way to receive-parse-modify and send the packet back using struct/union...
Just started to create QT application on win7/visual studio 2008. Has anyone gone through the same thing?. what are the best steps?. Can I turn this into a cross platform easily?.:confused:
To understand the mfc dialog, onpaint better, after reading some online notes, made a little project. This draws a Horz. axis with a red color curve above it. What I can not figure how to do, is to...
Got an old Mfc dialog project that needs a lot of controls to be added to it. What is the limitation on number of controls if I do the work under vc2008. How can I bypass such limitation if there is...
forgive me for lack of more info. In the "start debugging" mode, in case 1, the main never begins, i see circled cursor, but in case 2 it does. why?. vc2008.