473,569 Members | 2,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual C++ .NET Standard 2003 IDE

I've found 2 features of Visual C++ .NET Standard 2003 that are a bit
perplexing. First, there appears to be no form designer available for
developing WIN32 applications. So if I'd like to generate binaries
that don't use the .NET framework (by selecting WIN32 as the project
type instead of Windows Forms) I have to build forms and place
components by hand coding. This seems (if not merely anachronistic) a
bit ridiculous, so I suspect it's a user error. Are there any
thoughts?

Second, if I create a Windows Forms application, use the form designer
to place a button on the main form, and then double click the button
to take me to the code editor, the IDE takes me to the header file
instead of a CPP file. All the example code I can find places all
event handlers and related code in the header files instead of CPP
files. This seems bizarre to me. Are there any thoughts on this? It
appears that I'm missing something huge here....

Thanks,

Chad
Nov 17 '05 #1
2 1367
Hi Chad,

I agree with your two issues, even, the code inclusion into the .h files
is very annoying, but I think that it is it because the Form Designer is
though to work good with C#. The C++ form designer looks like a path
(but I like it).

About the other issue, you can use the resource editor to create dialogs
.. Is not the same than Windows Forms Designer, but it is better than
coding the positions and aspects by hand.
I've found 2 features of Visual C++ .NET Standard 2003 that are a bit
perplexing. First, there appears to be no form designer available for
developing WIN32 applications. So if I'd like to generate binaries
that don't use the .NET framework (by selecting WIN32 as the project
type instead of Windows Forms) I have to build forms and place
components by hand coding. This seems (if not merely anachronistic) a
bit ridiculous, so I suspect it's a user error. Are there any
thoughts?

Second, if I create a Windows Forms application, use the form designer
to place a button on the main form, and then double click the button
to take me to the code editor, the IDE takes me to the header file
instead of a CPP file. All the example code I can find places all
event handlers and related code in the header files instead of CPP
files. This seems bizarre to me. Are there any thoughts on this? It
appears that I'm missing something huge here....

Thanks,

Chad

--
Jacobo Rodríguez Villar

TyphoonLabs Lead Programmer

http://www.typhoonlabs.com
Nov 17 '05 #2
Spell corrections, sorry:

Hi Chad,

I agree with your two issues, even, the code inclusion into the .h files
is very annoying for me, but I think that it is it because the Form
Designer is
though to work good with C#. The C++ form designer looks like a patch
(but I like it).

About the other issue, you can use the resources editor to create dialogs
. It's not the same than the Windows Forms Designer, but it is better
than
coding the positions and aspects by handcoding.
I've found 2 features of Visual C++ .NET Standard 2003 that are a bit
perplexing. First, there appears to be no form designer available for
developing WIN32 applications. So if I'd like to generate binaries
that don't use the .NET framework (by selecting WIN32 as the project
type instead of Windows Forms) I have to build forms and place
components by hand coding. This seems (if not merely anachronistic) a
bit ridiculous, so I suspect it's a user error. Are there any
thoughts?

Second, if I create a Windows Forms application, use the form designer
to place a button on the main form, and then double click the button
to take me to the code editor, the IDE takes me to the header file
instead of a CPP file. All the example code I can find places all
event handlers and related code in the header files instead of CPP
files. This seems bizarre to me. Are there any thoughts on this? It
appears that I'm missing something huge here....

Thanks,

Chad


--
Jacobo Rodríguez Villar

TyphoonLabs Lead Programmer

http://www.typhoonlabs.com
Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
6161
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter...
2
3611
by: Michelle | last post by:
I am unable to recompile on Visual C++.NET 2003 because stream.h and iostream.h are not in the include files. When I try to use fstream and iostream without the .h it give me more errors. As I look in the fstream File given in the include files, there is no ofstream declaration, only basic_ofstream and explicit_ofstream. What is the deal...
1
2159
by: Corrie Meyer | last post by:
Announcement: SwiftReports standard edition 1.0 for Visual Studio ..NET 2003 released by UniSwift. We are pleased to announce the first release of a fully-managed reporting tool for the Microsoft .NET framework. SwiftReports provides complete code integration with the Visual Studio .NET 2003 environment. Developers can use Visual Studio...
0
1445
by: blegs38552 | last post by:
My computer currently has Visual C++ .NET Standard 2003 installed in Windows XP Home Edition, running inside of Microsoft Visual Studio .NET 2003. I recently acquired Visual Basic.net Standard Version 2002. When I tried to install this, it first required me to run the Microsoft Windows Component Update, and then to install the program. I...
4
1592
by: codejunkie | last post by:
Hello, folks! Newbie question here: I just purchased Visual C++.NET 2003 Standard and have found the build sizes to be rather large. A simple "Hello World" executable (console) comes to 44Kb and a standard window (nothing more than a window) executable comes to 23Kb, both compiled to "Release". I have compiled the exact same code under...
4
1461
by: Larry | last post by:
I just finished the trial edition of Visual Studio .NET Professsional 2003, and I like it a lot. I am only interested in the C# part though. Is the IDE about the same in the Standard C# stand alone package? The "Microsoft Visual C# .NET Standard 2003" package for $92.99 at Amazon.com. Thank you, Larry Parker.
1
1334
by: JohnnyRoy | last post by:
I have a copy of Visual C# Standard Edition 2002 and it doesn’t allow you to make libraries (i.e. DLL’s). :( I know you can compile them yourself (been there, done that) but I’m tired of doing that worksround. I want an IDE that actually works for what I want to use it for. I’m looking for a new IDE and I was wondering if the 2003 Standard...
2
3015
by: Herfried K. Wagner [MVP] | last post by:
Hello, There are often questions in this newsgroup posted by VS.NET 2002 users. VS.NET 2002 is "out of date", its successor is VS.NET 2003. There is a special ("cheap") upgrade offer available for $29 US. This offer is open only until September 30, 2003. You will get more information about this offer here: Visual Studio .NET 2003...
5
3783
by: Microsoft | last post by:
Hi, I have Visual Basic .net 2003 (Standard Edition) & SQL Server 2000 Developer Edition. When trying to create a connection in the server explorer from the .net IDE I get a number of problems; a.. Under the "Connection" tab, under "1. Select or enter a server name:" when I either select the drop down box or click the refresh button I get an...
12
5885
by: Nathan Sokalski | last post by:
I recently upgraded to from Visual Studio .NET 2003 to Visual Studio .NET 2005. In Visual Studio .NET 2003 when I would select 'Build' it would add a *.dll with the name of the Project to a /bin/ folder in the same directory as the source code. However, in Visual Studio .NET 2005 when I selected 'Publish Web Site' and selected a target...
0
7703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7618
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7926
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7678
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6286
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3644
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.