I'm designing a windows app with MFC whose main frame window cannot be resized or dragged. The window is initialized to be maximized and remains so throughout it's use, refusing to be...
How does one begin to program system tray applications? I assume that we don't need a CFrameWnd class at all and we only initialize a CWinApp class. I still have no idea how to begin....
I see. So how could I initiate the open and load routine? I'm trying to get CArchive::IsStoring() to be false and CArchive::IsLoading() to be true. There is no function to set this change.
Thank you so much for replying! I'm working on it and I will get back to you about it. I've sub-classed CControlBar and i'm transferring all the control related functions.
I was wondering how I could "fix down" a CButton or CEdit control in a scrollable main window. The problem is that when such a window is scrolled, the CButton or CEdit control floats...
Thanks for replying, Alex. The problem is that the above code is not being reached. My question is: What could be the condition I need to use to achieve the desired effect?
I could do that. But wouldn't it be a problem when I run the app on a computer with different monitor specifications having different resolutions? Dabbling with pixels can cause such errors, right?
I have been trying precisely that. Any suggestions as to how I can do that? What sort of adjustment would I have to do? I have tried many combinations but none of them work.
I am developing this little app in which there's a table and the user may scroll sideways to view the full table and choose to make an entry in any of the cells by clicking on the...