I created a dialog based project and that is fine for most
of my programming project, but one dialog box is going to generate a graph, and as
far as i know from my books that requires a view?
I can add a view to my project but i dont see where i add a frame and doc?
Or can i add a view to a normal dialog box? (I dont think i can do this but if i could it would be handy
Im using visual c++ 6.0 enterprise edition, and im totally stuck, im not sure how to go about thi
and i have to get this done
Can anyone give me some advice or point me towards something that explains this simply
I havent seen anything that handles this situation. Most say create an sdi or mdi project.. but most of thi
is dialog based.
> Hello,> In the code snippet posted below VS 7.1 (2003)> crashes with the error message:> C:\projec...
By marklaceymsft
Hello,I'm using System.Security.Cryptography to develop some XML APs.However, the RSA class in my pr...
By 235673386521335279152
(Type your message here)#include "stdafx.h"#using <mscorlib.dll>using namespace System;#import &l...
By rafatsubhanvia_net247
hi,all.I need a control bar which is similar to the .net toolbox that when the mouse move on the sma...
By wangwanxin1_163_net
HiMy application crashes all of a sudden giving me the following error.Can anybody help please?Excep...
By vasuki, 1 Comments
I am writing a SNMP extension dll and a trigger.Now i want to send a string from trigger.exe to MyNe...
By abitpro, 1 Comments
I have the C++ exe created with Microsoft Visual Studio 6.0. Now haveported the code to Microsoft Vi...
By highanddry, 2 Comments
Is there a way that I can view the items/elements of a generic list inVS2005? For example, if I use ...
By hbb, 1 Comments
Hi Bonj.I'm taking a guess here and assuming that what you have is a wndproc that creates a child co...
By aaronhare, 1 Comments
"Merrua" <anonymous...discussions.microsoft.com> wrote in message
news:CB3EF391-76DA-4D91-9861-75E944637D78...microsoft.com...
> I dont understand how to do this.
> I created a dialog based project and that is fine for most
> of my programming project, but one dialog box is going to generate a
graph, and as
> far as i know from my books that requires a view?
> I can add a view to my project but i dont see where i add a frame and doc?
> Or can i add a view to a normal dialog box? (I dont think i can do this
but if i could it would be handy)
> Im using visual c++ 6.0 enterprise edition, and im totally stuck, im not
sure how to go about this
> and i have to get this done.
> Can anyone give me some advice or point me towards something that explains
this simply.
> I havent seen anything that handles this situation. Most say create an sdi
or mdi project.. but most of this
> is dialog based.
OK, plain talk time.
There is no simple way to achieve what you want to do and it's time for some
serious study.
There are several excellent references to MFC programming that will cover
the ground you need:
http://msdn.microsoft.com/library/d...am_with_mfc.asp
is a place to start.
Books:
Excellent reference:
http://www.bookpool.com/.x/mkx6f7p9e4/sm/1572316950
Thorough tutorial:
http://www.bookpool.com/.x/mkx6f7eo0i/sm/0764543881
The second book, if studied carefully, will prepare you for what you want to
do.
You should also strongly consider the first book, as it is probably the best
reference and you'll use it frequently in your travels.
--
Peter [MVP Academic]
petervandergoes | Mon, 31 Dec 2007 14:54:00 GMT |