Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I need to learn how to make custom controls in C#, specifically for creating a better DataGrid. Can anyone recommend a good book/link that could help me out? I'd rather not have to re-write the entire DataGrid over. I just need some additional functionality.

 

Thanks in advance

  • Moderators
Posted

Wrox books are great especially the Professional series, but I think this one may cover too much GDI than you need.

 

The one from Bluevision... I'm not sure I like the reviews too much...

 

I'd search some more.

Visit...Bassic Software
Posted

I've gone back to researching some books, and I have thought about the following:

 

http://www.amazon.com/exec/obidos/tg/detail/-/1590590457/qid=1097235735/sr=1-3/ref=sr_1_3/103-6762921-8772664?v=glance&s=books

 

Let me also give a little more information about what I am trying to accomplish overall. I am the only software developer for a company building relatively small applications. These applications access a mySQL database and run on mutliple machines (all accessing the database at the same time). Almost every screen uses a grid to display some portion of data to the user. I really want to be able to use the grid for entering data as well as have the ability to colorize certain cells in the grid based on values, etc.

 

My experience in college and grad school revolved around mostly C++ programming, and console applications. They seemed to be more concerned with theory, so I have almost no experience in form development. I have already written a medium size (50,000 lines of code) application in VB6 for the company I work for, again using mySQL as the database. I really want to make the move towards .net. I know this is probably too much information, but I don't really have enough of a budget to just buy any books and start messing around. I also don't have the kind of time to read through useless books digging for anything that could help. So, I am in search of .net, really C# right now, books to aid me in my software development.

 

I think I need help in the following areas of C#:

1) Event Handlers (creating my own)

2) Form/Window design

3) Extending controls

4) Custom Controls

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...