Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 5th, 2008, 01:18 AM
Registered User
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default New desktop creation in C#

How to create a new desktop in C# windows application


 
Old August 5th, 2008, 02:00 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 432
Thanks: 0
Thanked 1 Time in 1 Post
Default

Erm.. Care to expand on that?

Rob
http://cantgrokwontgrok.blogspot.com
 
Old August 5th, 2008, 02:41 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

First you need to obtain a computer, screen and keyboard. I'll make the assumption that you have those given that you posted a message on this forum. Then you need to install Windows, then .NET. You could use notepad as your text editor, then you'd need to learn the command line syntax of the csc.exe compiler so as to know how to compiled your code files into the proper application assembly type. Then of course you would actually need to create some CS files, learn to program and write some code in aforementioned files to make your application. Following that by the actual compilation of said code which would result in the generation of an executable assembly should yield you a windows application.

Or you could install Visual Studio and use the built in project type found under File -> New -> Project -> Windows -> C# Windows Application (or something like that, I don't have enough time to look after writing my previous, sarcastic answer). That might work too.

-Peter
compiledthoughts.com
 
Old August 5th, 2008, 02:51 PM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 432
Thanks: 0
Thanked 1 Time in 1 Post
Default

Oh, how I LOL'ed :D
Thanks Peter :)

Rob
http://cantgrokwontgrok.blogspot.com
 
Old August 5th, 2008, 11:30 PM
Registered User
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thank u very much for ur responce.
But I solved it myself by yesterday evening.

Thanks once again.:)
Satya









Similar Threads
Thread Thread Starter Forum Replies Last Post
Error In Desktop ExeFile dpkbahuguna Beginning VB 6 0 March 23rd, 2006 12:12 AM
Help getting desktop handle Regie General .NET 0 January 23rd, 2006 04:42 PM
Desktop shortcut blinks sangata VS.NET 2002/2003 0 May 11th, 2004 01:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.