mikepayne85
Programmer
Hello all. I'm new to these forums and Visual C++ programming. I know Java and some other languages so I should understand most of the concepts, but I'm having a few problems. First off, what should I use to make a decent, fairly large application program for Windows? I've used VB for years and my project is getting too big for it now, and compiled programs just aren't fast enough. And i don't want to use VS.NET because of the framework being required on the users' machines.
Assuming I have chosen correctly, VC++ 6...
Is MFC the way to go? what is the alternative?
Finally, i have a CDialog and want to simply change its size, but eve n that seems beyond me. I tried creating a global variable (a pointer to a CDialog object) which is set to point to the dialog when it is created. However, the compiler still says that the pointer variable is an undeclared identifier.
Any help would be greatly appreciated. I have numerous books on VC++ but I can't find this in any of them. Thanks a lot everyone, I hope i haven't broken rules or annoyed anybody, i'm new here.
Regards
Mike Payne
Assuming I have chosen correctly, VC++ 6...
Is MFC the way to go? what is the alternative?
Finally, i have a CDialog and want to simply change its size, but eve n that seems beyond me. I tried creating a global variable (a pointer to a CDialog object) which is set to point to the dialog when it is created. However, the compiler still says that the pointer variable is an undeclared identifier.
Any help would be greatly appreciated. I have numerous books on VC++ but I can't find this in any of them. Thanks a lot everyone, I hope i haven't broken rules or annoyed anybody, i'm new here.
Regards
Mike Payne