Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: Getting mouse click outside form Pin
jgallen2331-Oct-05 14:06
jgallen2331-Oct-05 14:06 
GeneralRe: Getting mouse click outside form Pin
Christian Graus31-Oct-05 14:31
protectorChristian Graus31-Oct-05 14:31 
AnswerRe: Getting mouse click outside form Pin
Stefan Troschuetz31-Oct-05 23:01
Stefan Troschuetz31-Oct-05 23:01 
Questioncaret position Pin
Agyeman31-Oct-05 10:50
Agyeman31-Oct-05 10:50 
AnswerRe: caret position Pin
Christian Graus31-Oct-05 11:09
protectorChristian Graus31-Oct-05 11:09 
AnswerRe: caret position Pin
S. Senthil Kumar31-Oct-05 17:55
S. Senthil Kumar31-Oct-05 17:55 
QuestionCreating a database in C# Pin
frankie12331-Oct-05 10:37
frankie12331-Oct-05 10:37 
AnswerRe: Creating a database in C# Pin
whizzs31-Oct-05 10:50
whizzs31-Oct-05 10:50 
If it was me, I would use MySQL instead of a text file. It is free and open source (not that you would make changes to the underlying database engine) and there are plenty of administrative tools that are easy to use. Load the engine, create your tables and go.

On the C# side just create a dataset that reflects your database, populate the dataset at runtime, bind your dataset to your webform or windows form and enjoy the hours the microsoft people put in to make your life easy.

As far as references, I went to half price books and got an ADO.NET book, that is your best bet.
AnswerRe: Creating a database in C# Pin
Christian Graus31-Oct-05 11:17
protectorChristian Graus31-Oct-05 11:17 
GeneralRe: Creating a database in C# Pin
frankie12331-Oct-05 11:36
frankie12331-Oct-05 11:36 
GeneralRe: Creating a database in C# Pin
Christian Graus31-Oct-05 12:05
protectorChristian Graus31-Oct-05 12:05 
QuestionWindows Impersonation Pin
suezzz0031-Oct-05 9:37
suezzz0031-Oct-05 9:37 
QuestionGet current user Pin
zaboboa31-Oct-05 9:08
zaboboa31-Oct-05 9:08 
AnswerRe: Get current user Pin
.NetRocker31-Oct-05 9:13
.NetRocker31-Oct-05 9:13 
GeneralRe: Get current user Pin
zaboboa31-Oct-05 9:17
zaboboa31-Oct-05 9:17 
GeneralRe: Get current user Pin
.NetRocker31-Oct-05 9:32
.NetRocker31-Oct-05 9:32 
AnswerRe: Get current user Pin
User 665831-Oct-05 9:59
User 665831-Oct-05 9:59 
QuestionEditbox update Pin
Tom Moore31-Oct-05 8:57
Tom Moore31-Oct-05 8:57 
AnswerRe: Editbox update Pin
.NetRocker31-Oct-05 9:03
.NetRocker31-Oct-05 9:03 
GeneralRe: Editbox update Pin
Tom Moore1-Nov-05 8:29
Tom Moore1-Nov-05 8:29 
QuestionAligning text on both sides of a combobox at once Pin
Dan Neely31-Oct-05 8:57
Dan Neely31-Oct-05 8:57 
QuestionChanging the sort behavior of a combo box Pin
Dan Neely31-Oct-05 8:53
Dan Neely31-Oct-05 8:53 
AnswerRe: Changing the sort behavior of a combo box Pin
.NetRocker31-Oct-05 9:00
.NetRocker31-Oct-05 9:00 
GeneralRe: Changing the sort behavior of a combo box Pin
Dan Neely31-Oct-05 9:31
Dan Neely31-Oct-05 9:31 
QuestionRe: Changing the sort behavior of a combo box Pin
.NetRocker31-Oct-05 9:35
.NetRocker31-Oct-05 9:35 

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.