Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Visual C++
Name: CRaig Date: October 3, 2002 at 16:34:02 Pacific OS: - CPU/Ram: -
Comment:
Hello, I have written an example of what I am trying to do...its not exact but its the basic idea. Here is my senario(Visual C++):
Well, say for example you create an SDI using the appwizard and included a database view... say for argument sake the database has one table and displays information from the table at startup... now say that you add a CDialog to the project and it is shown when you select it from the menu...on this dialog, you can edit records from the database...when you click 'Ok' the dialog is unloaded and focus has returned to the view... so how do you update the information displayed in the view according to the changes you just made to the database through the dialog? I was thinking it would be good if I could figure out how to Delete the view and then recreate it but I'm completely lost with that... think you can help? thanks.. CES
Summary: Hello, Where can i found the instruction set for Visual C++ 6.0 (or before version) and a good tutorial (very detailled) or a good general help (like help in the visual c++ soft package) on the net (...
Summary: Hi, I am trying to create a software with Visual C++ MFC to communicate serially with the a motorola 68000 microcontroller. My questions are, first of all, with what libraries/subroutines from VC++ ...
Summary: im fairly new to visual C++. I am very experienced in Qbasic/VB, and have some experience with C++, but none with visual C++. I'm looking to get out of the dark ages and find a more powerful languag...