Click here to Skip to main content
15,896,201 members
Home / Discussions / C#
   

C#

 
Questionwhat really happens to form when closed from controlbox X Pin
tekken2228-Sep-05 9:15
tekken2228-Sep-05 9:15 
AnswerRe: what really happens to form when closed from controlbox X Pin
Dan Neely28-Sep-05 10:03
Dan Neely28-Sep-05 10:03 
QuestionA Console window for Trace.WriteLine Pin
Account Removal28-Sep-05 8:59
Account Removal28-Sep-05 8:59 
AnswerRe: A Console window for Trace.WriteLine Pin
Heath Stewart28-Sep-05 9:26
protectorHeath Stewart28-Sep-05 9:26 
GeneralRe: A Console window for Trace.WriteLine Pin
Account Removal28-Sep-05 10:17
Account Removal28-Sep-05 10:17 
AnswerRe: A Console window for Trace.WriteLine Pin
dbetting28-Sep-05 11:18
dbetting28-Sep-05 11:18 
GeneralRe: A Console window for Trace.WriteLine Pin
Account Removal30-Sep-05 7:44
Account Removal30-Sep-05 7:44 
QuestionIs there an easier way to find things in C# Pin
Dave Everett28-Sep-05 7:36
Dave Everett28-Sep-05 7:36 
Please tell me there's an easier way. Here are a few examples of my recent pain:

It took me a day and a half of searching the Web, MSDN, and 6 books about C# before I found out there was an OpenFilaDialog class for asking the user which file they wanted my app to open.

It took me mere seconds to code a KeyDown event on my RichTextBox, and to figure out that I needed to use KeyEventArgs.Control to see if the control key was pressed, but it took several hours of searching to figure out I needed to compare Keys.L to KeyEventArgs.KeyCode to find out if <ctrl>L was pressed.

It took me hours of searching to find out that "Cursor.Current=Cursors.WaitCursor;" would change the mousepointer to the hourglass while my program retrieved from the database.

I am not stupid, I have been programming for over 25 years, in RPG, COBOL, TOTAL, ADS/O, PowerBuilder, and probably others along the way.

My whole department is going to come to me when they have the question: "In .NET, how do I...?", and I don't want to tell them I'll get back to them in a week.

I bought "C# for Experienced Programmers" by Deitel because it was the only book I could find that told me about the OpenFileDialog class. It did not help me with the other two situations I had.

I just have to beleive there is a better way...
AnswerRe: Is there an easier way to find things in C# Pin
Heath Stewart28-Sep-05 8:16
protectorHeath Stewart28-Sep-05 8:16 
GeneralRe: Is there an easier way to find things in C# Pin
Dave Everett28-Sep-05 9:44
Dave Everett28-Sep-05 9:44 
GeneralRe: Is there an easier way to find things in C# Pin
Heath Stewart28-Sep-05 9:58
protectorHeath Stewart28-Sep-05 9:58 
GeneralRe: Is there an easier way to find things in C# Pin
Dave Everett28-Sep-05 10:36
Dave Everett28-Sep-05 10:36 
GeneralRe: Is there an easier way to find things in C# Pin
Heath Stewart28-Sep-05 12:06
protectorHeath Stewart28-Sep-05 12:06 
AnswerRe: Is there an easier way to find things in C# Pin
Niklas Ulvinge28-Sep-05 8:53
Niklas Ulvinge28-Sep-05 8:53 
AnswerRe: Is there an easier way to find things in C# Pin
Tom Larsen28-Sep-05 9:03
Tom Larsen28-Sep-05 9:03 
QuestionReading text from an HTML file based on its tags. Pin
Red_Wizard_Shot_The_Food28-Sep-05 6:27
Red_Wizard_Shot_The_Food28-Sep-05 6:27 
AnswerRe: Reading text from an HTML file based on its tags. Pin
Dario Solera28-Sep-05 6:55
Dario Solera28-Sep-05 6:55 
AnswerRe: Reading text from an HTML file based on its tags. Pin
Heath Stewart28-Sep-05 7:21
protectorHeath Stewart28-Sep-05 7:21 
AnswerRe: Reading text from an HTML file based on its tags. Pin
Dan Neely28-Sep-05 6:56
Dan Neely28-Sep-05 6:56 
Question.Net Application not Runing on Test System Pin
Zishan Haider28-Sep-05 6:07
Zishan Haider28-Sep-05 6:07 
QuestionAllowing selections in only one listview at a time Pin
Dan Neely28-Sep-05 5:41
Dan Neely28-Sep-05 5:41 
AnswerRe: Allowing selections in only one listview at a time Pin
Dan Neely28-Sep-05 7:08
Dan Neely28-Sep-05 7:08 
AnswerRe: Allowing selections in only one listview at a time Pin
Heath Stewart28-Sep-05 8:09
protectorHeath Stewart28-Sep-05 8:09 
GeneralRe: Allowing selections in only one listview at a time Pin
Dan Neely28-Sep-05 8:13
Dan Neely28-Sep-05 8:13 
GeneralRe: Allowing selections in only one listview at a time Pin
Heath Stewart28-Sep-05 8:22
protectorHeath Stewart28-Sep-05 8:22 

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.