Click here to Skip to main content
15,885,777 members
Home / Discussions / C#
   

C#

 
GeneralA GDI+ Question Pin
muralidharck17-Jan-04 6:57
muralidharck17-Jan-04 6:57 
GeneralRe: A GDI+ Question Pin
Heath Stewart17-Jan-04 10:31
protectorHeath Stewart17-Jan-04 10:31 
GeneralRe: A GDI+ Question Pin
muralidharck17-Jan-04 14:40
muralidharck17-Jan-04 14:40 
GeneralExecutin Plugins Pin
CWIZO17-Jan-04 6:54
CWIZO17-Jan-04 6:54 
GeneralRe: Executin Plugins Pin
Heath Stewart17-Jan-04 10:21
protectorHeath Stewart17-Jan-04 10:21 
GeneralRe: Executin Plugins Pin
CWIZO17-Jan-04 22:13
CWIZO17-Jan-04 22:13 
Questionwhat kind of project Pin
gordingin17-Jan-04 6:38
gordingin17-Jan-04 6:38 
AnswerRe: what kind of project Pin
Heath Stewart17-Jan-04 10:16
protectorHeath Stewart17-Jan-04 10:16 
Mostly, look at the class that's generated. If it extends System.Windows.Forms.Form, is most likely a Windows Forms property. If it inherits from System.Windows.Forms.UserControl is a user control project. If it just includes a static Main method and not much else, it's probably a console application. If you have a bunch of web forms (.aspx files) then you've got a web project. The best thing you can do is just start playing around with the different types and see what's generated, as well as read some of the articles in the .NET Framework SDK. There's also samples and tutorials out there.

Also, don't forget that CodeProject is a great resource and has many articles that often go in-depth into the technologies they target such as Windows Forms or ASP.NET.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Generalchanging report at runtime Pin
H r M17-Jan-04 4:17
H r M17-Jan-04 4:17 
GeneralRe: changing report at runtime Pin
Heath Stewart17-Jan-04 10:13
protectorHeath Stewart17-Jan-04 10:13 
GeneralLimiting MDI child location Pin
phimix17-Jan-04 3:00
phimix17-Jan-04 3:00 
GeneralRe: Limiting MDI child location Pin
Amalorpavanathan Yagulasamy(AMAL)17-Jan-04 9:28
Amalorpavanathan Yagulasamy(AMAL)17-Jan-04 9:28 
GeneralRe: Limiting MDI child location Pin
phimix18-Jan-04 19:52
phimix18-Jan-04 19:52 
GeneralRe: Limiting MDI child location Pin
Amalorpavanathan Yagulasamy(AMAL)20-Jan-04 8:17
Amalorpavanathan Yagulasamy(AMAL)20-Jan-04 8:17 
GeneralJava Applet/Servlet vs. .NET Pin
blue_angel17-Jan-04 2:42
blue_angel17-Jan-04 2:42 
GeneralRe: Java Applet/Servlet vs. .NET Pin
Amalorpavanathan Yagulasamy(AMAL)17-Jan-04 9:44
Amalorpavanathan Yagulasamy(AMAL)17-Jan-04 9:44 
GeneralRe: Java Applet/Servlet vs. .NET Pin
Heath Stewart17-Jan-04 10:03
protectorHeath Stewart17-Jan-04 10:03 
GeneralRe: Java Applet/Servlet vs. .NET Pin
Dmitriy Kostovetskiy17-Jan-04 12:44
Dmitriy Kostovetskiy17-Jan-04 12:44 
GeneralSelect Grid Cell value Pin
Ashraf Alsadiq17-Jan-04 2:23
Ashraf Alsadiq17-Jan-04 2:23 
GeneralRe: Select Grid Cell value Pin
Mazdak17-Jan-04 2:28
Mazdak17-Jan-04 2:28 
GeneralRe: Select Grid Cell value Pin
Ashraf Alsadiq17-Jan-04 2:42
Ashraf Alsadiq17-Jan-04 2:42 
Questionhow can i save this? Pin
Peter Reiter16-Jan-04 23:03
Peter Reiter16-Jan-04 23:03 
AnswerRe: how can i save this? Pin
Mazdak17-Jan-04 0:29
Mazdak17-Jan-04 0:29 
AnswerRe: how can i save this? Pin
Corinna John17-Jan-04 6:34
Corinna John17-Jan-04 6:34 
GeneralWindows Application Screen Resolution problem Pin
koosala16-Jan-04 18:13
koosala16-Jan-04 18:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.