Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: keys event Pin
User 665822-Feb-06 23:48
User 665822-Feb-06 23:48 
QuestionVS Query Builder Pin
Mehdy Khoshrou22-Feb-06 7:11
Mehdy Khoshrou22-Feb-06 7:11 
QuestionProblem with properties??? Pin
richiemac22-Feb-06 7:05
richiemac22-Feb-06 7:05 
AnswerRe: Problem with properties??? Pin
Sean Michael Murphy22-Feb-06 7:14
Sean Michael Murphy22-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
Mehdy Khoshrou22-Feb-06 7:14
Mehdy Khoshrou22-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
User 665822-Feb-06 7:14
User 665822-Feb-06 7:14 
AnswerRe: Problem with properties??? Pin
richiemac22-Feb-06 7:19
richiemac22-Feb-06 7:19 
QuestionHow do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:01
delphidab22-Feb-06 7:01 
I guess I'm missing something. I've designed a testbed app to help me learn C# (I come from a Delphi background) and I've got the menu set up. Plus I've added in the AboutBox form to my project. Now how do I open the AboutBox when I click on the Help|About... menu choice - what code do I stick in there to open AboutBox1? And then, once I've got the AboutBox open, what code do I put in at the Close button's Click event to make it go away?

In Delphi I'd just put in (on the main form's Help|About... Click procedure) the code:

AboutBox.Show;

Also in Delphi, I'd put in the AboutBox's Close button Click procedure the code:

Self.Close;

Can anyone give me a clue, maybe drop me a sample project at:

delphidb-AT-comcast-DOT-net

Derek Benner
AnswerRe: How do I open an aboutbox and close it Pin
User 665822-Feb-06 7:10
User 665822-Feb-06 7:10 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:24
delphidab22-Feb-06 7:24 
GeneralRe: How do I open an aboutbox and close it Pin
Dan Neely22-Feb-06 7:28
Dan Neely22-Feb-06 7:28 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:44
delphidab22-Feb-06 7:44 
GeneralRe: How do I open an aboutbox and close it Pin
User 665822-Feb-06 7:31
User 665822-Feb-06 7:31 
GeneralRe: How do I open an aboutbox and close it Pin
delphidab22-Feb-06 7:42
delphidab22-Feb-06 7:42 
QuestionTool to generate C# code for talking to SQL? Pin
Judah Gabriel Himango22-Feb-06 6:44
sponsorJudah Gabriel Himango22-Feb-06 6:44 
AnswerRe: Tool to generate C# code for talking to SQL? Pin
Colin Angus Mackay22-Feb-06 11:21
Colin Angus Mackay22-Feb-06 11:21 
GeneralRe: Tool to generate C# code for talking to SQL? Pin
Judah Gabriel Himango22-Feb-06 12:27
sponsorJudah Gabriel Himango22-Feb-06 12:27 
QuestionWeb service that accesses an Access database with input from/output to a web app? Pin
Red_Wizard_Shot_The_Food22-Feb-06 6:31
Red_Wizard_Shot_The_Food22-Feb-06 6:31 
Questionadding arrows to buttons Pin
Dsypher22-Feb-06 6:30
Dsypher22-Feb-06 6:30 
AnswerRe: adding arrows to buttons Pin
Alomgir Miah22-Feb-06 7:44
Alomgir Miah22-Feb-06 7:44 
GeneralRe: adding arrows to buttons Pin
Dsypher22-Feb-06 15:24
Dsypher22-Feb-06 15:24 
Questionuninstall in remote system Pin
sendmadhavan22-Feb-06 5:35
sendmadhavan22-Feb-06 5:35 
Questiongarbage collection Pin
zhujp9822-Feb-06 5:25
zhujp9822-Feb-06 5:25 
AnswerRe: garbage collection Pin
Judah Gabriel Himango22-Feb-06 6:23
sponsorJudah Gabriel Himango22-Feb-06 6:23 
AnswerRe: garbage collection Pin
Guffa22-Feb-06 9:16
Guffa22-Feb-06 9:16 

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.