473,396 Members | 2,070 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How do I start?

Firstly I have downloaded the .NET FRAMWORK and the .NET SDK tools and etc.
Am I correct in thinking this would enable me to create GUI'd apps without
VSC++? are there are sites for beginners on this, the usual code-project and
stuff isn't helpful.

Thanks.
Jul 21 '05 #1
8 1749
don't know if the compilers are part of the SDK tools but I wouldn't think
so.
If not, there is an open source C# implementation somewhere that you can
use.

"Mr. Ed" <ed@ed.com> wrote in message
news:eE**************@TK2MSFTNGP10.phx.gbl...
Firstly I have downloaded the .NET FRAMWORK and the .NET SDK tools and etc. Am I correct in thinking this would enable me to create GUI'd apps without
VSC++? are there are sites for beginners on this, the usual code-project and stuff isn't helpful.

Thanks.

Jul 21 '05 #2
csc.exe should be in the SDK. If so, look at the MSDN topic "Building from
the Command Line" in the Visual C# docs on the web.
--
Phil Wilson
[MVP Windows Installer]
"Mr. Ed" <ed@ed.com> wrote in message
news:eE**************@TK2MSFTNGP10.phx.gbl...
Firstly I have downloaded the .NET FRAMWORK and the .NET SDK tools and etc. Am I correct in thinking this would enable me to create GUI'd apps without
VSC++? are there are sites for beginners on this, the usual code-project and stuff isn't helpful.

Thanks.

Jul 21 '05 #3
Hello Ed,

Thanks for your post. Phil is correct that the C# compiler (csc.exe) is
shipped with .NET Framework which can build C# WinForm application. The
following article demonstrates using csc.exe to build a C# WinForm
application:

Creating Your First WinForm Using C#
http://www.c-sharpcenter.com/winforms/WinForm.htm

In the meantime, I strongly recommend you use Visual Studio .NET which
provides an powerful integrited development environment.

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #4
Mr. Ed wrote:
are there are sites for beginners on this, the usual code-project and
stuff isn't helpful.


A couple of other suggestions if you prefer to use an IDE but don't
want to (or can't) pay for them.

Borland has a personal version of their C#Builder product, which you
can download from

http://www.borland.com/products/down...rpbuilder.html

or

http://tinyurl.com/oltt

Be warned. The licence of the download edition prohibits apps being
used for commercial purposes. However, they do have a version (same
product, different license) which can be purchased (IIRC, USD 69) and
used for commercial development.

Another one is SharpDevelop which you can get from

http://www.icsharpcode.net/OpenSource/SD/
HTH

--
Cheers,
David Clegg
dclegg_at_ebetonline_dot_com
http://cc.borland.com/codecentral/cc...authorid=72299

Quality Central. The best way to bug Borland about bugs.
http://qc.borland.com

"With $10,000, we can be millionaires!" - Homer Simpson
Jul 21 '05 #5
On Mon, 5 Apr 2004 13:57:39 +0100, Mr. Ed wrote:
Firstly I have downloaded the .NET FRAMWORK and the .NET SDK tools and etc.
Am I correct in thinking this would enable me to create GUI'd apps without
VSC++? are there are sites for beginners on this, the usual code-project and
stuff isn't helpful.

Thanks.


there is a open source .net winform designer over at
http://www.icsharpcode.com/OpenSource/SD/Default.aspx
--
---------------------------------------------------------
Steven H - B.I.T. Otago Polytechnic, Dunedin, New Zealand
..net Geek
Jul 21 '05 #6
Thanks for all the info, I will check those links. but sorry i should have
made it clearer, I want to do it in C++, does the SDK come with the
compiler? sorry & thanks.
"Mr. Ed" <ed@ed.com> wrote in message
news:eE**************@TK2MSFTNGP10.phx.gbl...
Firstly I have downloaded the .NET FRAMWORK and the .NET SDK tools and etc. Am I correct in thinking this would enable me to create GUI'd apps without
VSC++? are there are sites for beginners on this, the usual code-project and stuff isn't helpful.

Thanks.

Jul 21 '05 #7
actually, considering how much C# is being talked about, I might as well
learn it. Thanks.

"Mr. Ed" <ed@ed.com> wrote in message
news:uI****************@TK2MSFTNGP12.phx.gbl...
Thanks for all the info, I will check those links. but sorry i should have
made it clearer, I want to do it in C++, does the SDK come with the
compiler? sorry & thanks.
"Mr. Ed" <ed@ed.com> wrote in message
news:eE**************@TK2MSFTNGP10.phx.gbl...
Firstly I have downloaded the .NET FRAMWORK and the .NET SDK tools and

etc.
Am I correct in thinking this would enable me to create GUI'd apps without VSC++? are there are sites for beginners on this, the usual code-project

and
stuff isn't helpful.

Thanks.


Jul 21 '05 #8
Hello Ed,

Thanks for your update. Based on my experience, the C++ compiler (cl.exe)
is not shipped with .NET SDK. In addition, compiling C/C++ programs also
requires the C runtime header files which are not contained in .NET SDK.
So, I recommend you use C# as in this case.

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #9

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

Similar topics

2
by: engsol | last post by:
I'm using Python to parse a bunch of s/w test files and make csv files for later report generation by MS ACCESS....(my boss loves the quick turn-around compared to C). Each log file may contain one...
0
by: Mark Adams | last post by:
I am a relative newbie to MySQL. I had a Postfix+Courier+MySQL mail server running for several months. It took me a week or so to get it up and running in September. Now, I did a clean upgrade to...
16
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
0
by: henning.friese | last post by:
Hello NG, I'm need to write some code which creates tiff files from various document types (doc, pdf, xls). I want to do this by ShellExecuting (via System.Diagnostics.Process) the doc-files...
8
by: Challenge | last post by:
Hi, I got error, SQL1768N Unable to start HADR. Reason code = "7", when I tried to start hadr primary database. Here are the hadr configuration of my primary db: HADR database role ...
4
by: carson | last post by:
I have written two windows services: - service A does some crunching of local data files and uploads them to a central processing computer via http. - service B monitors a manifest file on a...
2
by: =?Utf-8?B?Vmlua2k=?= | last post by:
Hello Everyone, I have an exe application that I want to start remotely.Once I start the application, I want to press ok to that application. To start the application, I did...
0
by: Yue Fei | last post by:
I have a multi thread python code, threads can start immediately if I run on command line, but I can get them started right the way if I call the same code from C/C++. test code like this: from...
0
by: Vinod Sadanandan | last post by:
Fast-Start Failover An Overview In Dataguard Environment ============================================================================= This article describes the automatic fast start failover...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.