![]() |
window
does anyone here know any good code for programing a window in c++
similar to the defalt window for vb |
Re: window
Quote:
|
Re: window
ok thz ill try it
|
Re: window
Quote:
|
Re: window
Well, it really depends on what you want this window to do. The most basic Windows program that creates a dialog box would just be something like this:
Code:
-Rob |
Re: window
If you are using MSC++ 6.0, the 'Dialog' resources are what you're looking for. Either that or do it all in code.
If your using .NET, haven't a clue. |
Re: window
Quote:
Forget about old-fashioned C-style Windows apps... too hard to create/manage. Use MFC C++ projects for MSC++6 or .NET. If you're using .NET 2002, use MFC. If you're using .NET 2003, you can try SWF (System.Windows.Form), aka Managed Windows Forms to write C#-style code. Note that managed code will only run on the .NET Framework. |
| All times are GMT -5. The time now is 02:54. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi