Click here to Skip to main content
15,914,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: sub forms ?? Pin
Software_Specialist2-Aug-07 6:46
Software_Specialist2-Aug-07 6:46 
GeneralRe: sub forms ?? Pin
Tarakeshwar Reddy2-Aug-07 9:12
professionalTarakeshwar Reddy2-Aug-07 9:12 
GeneralRe: sub forms ?? Pin
Software_Specialist2-Aug-07 23:59
Software_Specialist2-Aug-07 23:59 
GeneralRe: sub forms ?? Pin
Rudolf Jan3-Aug-07 0:26
Rudolf Jan3-Aug-07 0:26 
GeneralRe: sub forms ?? Pin
Software_Specialist3-Aug-07 1:42
Software_Specialist3-Aug-07 1:42 
GeneralRe: sub forms ?? Pin
Sam_c3-Aug-07 2:24
Sam_c3-Aug-07 2:24 
GeneralRe: sub forms ?? Pin
Software_Specialist3-Aug-07 2:58
Software_Specialist3-Aug-07 2:58 
GeneralRe: sub forms ?? Pin
Rudolf Jan5-Aug-07 10:25
Rudolf Jan5-Aug-07 10:25 
To behosest, no there are no good books that cover all topics of programming C#, object orientation and .NET to give you a structured background. I am an experienced C++ programmaer and for some time I am learning C#. If it is not working, you may try posting your code and the error messages you receive. It is difficult to see what you do wrong without code.

Learning programming is a tough job. You need to understand lots of rules and concepts and you will make many mistakes. Maybe one practical tip: try to use intellisense in de Visual Studio IDE. For instance, if you just type:
Form2 myform=new Form2(

and wait a second, it shows you the required parameters. This may be very helpful.

Stuyd the samples on Codeproject helps a lot and start with very simple applications.

For learning C# and .NET I use following books:

Programming C#, jesse Liberty (O'Reilly). I think it is reasoable good.
Windows Forms2.0 programming, Chris Sells and Michael Weinhardt (Addison Wesley). usefull, but not really for beginners. Covers a lot of topics.

.NET book 0 by Charles Petzold. Its about C# programming a good introduction if you have programming experience. You can dowload it for free from Petzolds website.


Applied Windows .NET framework programming by Charles Petzold. Its old, you should buy his new book with somethiong like CLR programming in it. This contains mainly advanced stuff, but is usefull.

There are more books, but either they are poorly written or advanced stuff or they stop where it gets really interesting. I did not find any complete overview explaining whats in .NET

Rudolf Heijink
GeneralRe: sub forms ?? Pin
Software_Specialist3-Aug-07 0:22
Software_Specialist3-Aug-07 0:22 
GeneralRe: sub forms ?? [modified] Pin
Sam_c3-Aug-07 2:04
Sam_c3-Aug-07 2:04 
GeneralRe: sub forms ?? Pin
Software_Specialist3-Aug-07 2:17
Software_Specialist3-Aug-07 2:17 
QuestionDatagridview cursor focus Pin
praveenkumar palla2-Aug-07 4:57
praveenkumar palla2-Aug-07 4:57 
AnswerRe: Datagridview cursor focus Pin
Judah Gabriel Himango2-Aug-07 5:12
sponsorJudah Gabriel Himango2-Aug-07 5:12 
GeneralRe: Datagridview cursor focus Pin
praveenkumar palla2-Aug-07 5:38
praveenkumar palla2-Aug-07 5:38 
GeneralRe: Datagridview cursor focus Pin
Judah Gabriel Himango2-Aug-07 6:05
sponsorJudah Gabriel Himango2-Aug-07 6:05 
QuestionAdding Pictures to program Pin
Bonsta2-Aug-07 4:43
Bonsta2-Aug-07 4:43 
AnswerRe: Adding Pictures to program Pin
Judah Gabriel Himango2-Aug-07 5:10
sponsorJudah Gabriel Himango2-Aug-07 5:10 
QuestionShow an integer property as hexadecimal in a property grid Pin
FDK22-Aug-07 4:08
FDK22-Aug-07 4:08 
AnswerRe: Show an integer property as hexadecimal in a property grid Pin
Martin#2-Aug-07 4:11
Martin#2-Aug-07 4:11 
GeneralRe: Show an integer property as hexadecimal in a property grid Pin
FDK22-Aug-07 10:54
FDK22-Aug-07 10:54 
GeneralRe: Show an integer property as hexadecimal in a property grid Pin
Martin#2-Aug-07 19:55
Martin#2-Aug-07 19:55 
GeneralRe: Show an integer property as hexadecimal in a property grid Pin
FDK22-Aug-07 20:56
FDK22-Aug-07 20:56 
GeneralRe: Show an integer property as hexadecimal in a property grid Pin
Martin#2-Aug-07 21:06
Martin#2-Aug-07 21:06 
AnswerRe: Show an integer property as hexadecimal in a property grid Pin
pmarfleet2-Aug-07 4:12
pmarfleet2-Aug-07 4:12 
GeneralRe: Show an integer property as hexadecimal in a property grid Pin
FDK22-Aug-07 10:55
FDK22-Aug-07 10:55 

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.