Click here to Skip to main content
16,004,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: Redim Arrays in C# Pin
Tim McCurdy18-Aug-05 15:08
Tim McCurdy18-Aug-05 15:08 
GeneralRe: Redim Arrays in C# Pin
Dave Doknjas19-Aug-05 19:35
Dave Doknjas19-Aug-05 19:35 
GeneralRe: Redim Arrays in C# Pin
Mohamad Al Husseiny18-Aug-05 22:09
Mohamad Al Husseiny18-Aug-05 22:09 
GeneralRe: Redim Arrays in C# Pin
Azerax19-Aug-05 1:32
Azerax19-Aug-05 1:32 
GeneralRe: Redim Arrays in C# Pin
mpastchenko19-Aug-05 7:46
mpastchenko19-Aug-05 7:46 
Generalchanging properties Pin
spepperchin18-Aug-05 13:51
spepperchin18-Aug-05 13:51 
GeneralRe: changing properties Pin
Christian Graus18-Aug-05 15:02
protectorChristian Graus18-Aug-05 15:02 
GeneralRe: changing properties Pin
David Stone18-Aug-05 15:27
sitebuilderDavid Stone18-Aug-05 15:27 
In your form constructor, set the textbox's Enabled property to false. Then, add an event handler for the checkbox's Checked event and in it, switch the textbox's Enabled property to true.

As far as reference material goes for C# itself, I love Tom Archer's Inside C#. That's the way to learn C#. (Although I've never read it, I hear that Jesse Liberty's Programming C# is also quite good. I can't believe it would be better than Tom's book though.)

Once you read that, you should read Jeffrey Richter's Applied Microsoft .NET Framework Programming for an excellent read on the CLR and the .NET Framework itself.

I would recommend the following for Windows Forms programming: Programming Windows with C# by Charles Petzold is very well written and quite large. Either that or Windows Forms Programming in C# by Chris Sells.

And for ASP.NET Programming, I've heard from many beginning ASP.NET people that Programming ASP.NET by Jesse Liberty is excellent. However, if you're comfortable with C# and .NET programming in general, then I highly recommend jumping straight into the deep end with ASP.NET and taking a look at Fritz Onion's Essential ASP.NET With Examples in C#.

Hope that helps. Smile | :)


[Cheshire] I can't afford those plastic things to cover the electric sockets so I just draw bunny faces on the electric outlets to scare the kids away from them...
[RLtim] Newsflash! Kids aren't afraid of bunnies.
[Cheshire] Oh they will be...
-Bash.org

Generalets.Compare DataSets.... Pin
bigals18-Aug-05 12:42
bigals18-Aug-05 12:42 
GeneralScreen Scraping + RDF Pin
A N Kureshi18-Aug-05 10:39
A N Kureshi18-Aug-05 10:39 
GeneralRe: Screen Scraping + RDF Pin
zitniet20-Aug-05 4:03
zitniet20-Aug-05 4:03 
GeneralRe: Screen Scraping + RDF Pin
A N Kureshi20-Aug-05 7:26
A N Kureshi20-Aug-05 7:26 
GeneralCopy files between networked computers Pin
RobC.18-Aug-05 10:23
RobC.18-Aug-05 10:23 
GeneralOracleClient Pin
softty18-Aug-05 9:01
softty18-Aug-05 9:01 
GeneralRe: OracleClient Pin
Luis Alonso Ramos18-Aug-05 13:16
Luis Alonso Ramos18-Aug-05 13:16 
GeneralRe: OracleClient Pin
softty18-Aug-05 19:55
softty18-Aug-05 19:55 
QuestionDrop Highlights in Tree Views? Pin
McClamm18-Aug-05 8:54
McClamm18-Aug-05 8:54 
AnswerRe: Drop Highlights in Tree Views? Pin
miah alom18-Aug-05 9:05
miah alom18-Aug-05 9:05 
GeneralRe: Drop Highlights in Tree Views? Pin
McClamm18-Aug-05 10:06
McClamm18-Aug-05 10:06 
GeneralRe: Drop Highlights in Tree Views? Pin
miah alom18-Aug-05 11:17
miah alom18-Aug-05 11:17 
GeneralRe: Drop Highlights in Tree Views? Pin
McClamm18-Aug-05 11:51
McClamm18-Aug-05 11:51 
Generalhaving filefilter problem Pin
Pyro Joe18-Aug-05 8:29
Pyro Joe18-Aug-05 8:29 
GeneralRe: having filefilter problem Pin
sgatto15918-Aug-05 8:36
sgatto15918-Aug-05 8:36 
GeneralRe: having filefilter problem Pin
Pyro Joe18-Aug-05 8:50
Pyro Joe18-Aug-05 8:50 
GeneralRe: having filefilter problem Pin
sgatto15918-Aug-05 9:00
sgatto15918-Aug-05 9:00 

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.