Click here to Skip to main content
15,881,173 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cryptography Question Pin
Heath Stewart5-Jan-04 5:18
protectorHeath Stewart5-Jan-04 5:18 
GeneralRe: Cryptography Question Pin
Mazdak5-Jan-04 7:46
Mazdak5-Jan-04 7:46 
GeneralRe: Cryptography Question Pin
Heath Stewart5-Jan-04 9:32
protectorHeath Stewart5-Jan-04 9:32 
GeneralRe: Cryptography Question Pin
Mazdak5-Jan-04 10:03
Mazdak5-Jan-04 10:03 
QuestionHow can I find resource values like Cut/Copy/Paste names in Win? Pin
A.Wegierski5-Jan-04 1:57
A.Wegierski5-Jan-04 1:57 
AnswerRe: How can I find resource values like Cut/Copy/Paste names in Win? Pin
Heath Stewart5-Jan-04 5:10
protectorHeath Stewart5-Jan-04 5:10 
GeneralRe: How can I find resource values like Cut/Copy/Paste names in Win? Pin
A.Wegierski5-Jan-04 20:55
A.Wegierski5-Jan-04 20:55 
GeneralSome simple C# calculator application questions. Pin
Link26004-Jan-04 22:58
Link26004-Jan-04 22:58 
I'm designing a Calculator application in C#. However, I have some
questions about it.

1.) How can I enter multiple lines in a Message Box? For example:

MessageBox.Show("This Calculator was originally designed on Java. It was modified by Alex in C#.", "About this Calculator");

It will display it in a whole sentance like this:
This Calculator was originally designed on Java. It was modified by Alex in C#.


However, I want to split into two sentance like this:
version v1.0
This Calculator was originally designed on Java.
It was modified by Alex in C#.

2.) Also, I wonder if it is possible to include a link to my e-mail in
the Message Box?


3.) How can I stop people from resizing the form (frame)?

4.) How can I disable the maximize button (but I want to keep the
minimize and close buttons) like how the Calculator in the Windows
XP did it.


Thanks.
GeneralRe: Some simple C# calculator application questions. Pin
Colin Angus Mackay4-Jan-04 23:09
Colin Angus Mackay4-Jan-04 23:09 
GeneralRe: Some simple C# calculator application questions. Pin
Link26004-Jan-04 23:26
Link26004-Jan-04 23:26 
GeneralRe: Some simple C# calculator application questions. Pin
Colin Angus Mackay4-Jan-04 23:50
Colin Angus Mackay4-Jan-04 23:50 
GeneralRe: Some simple C# calculator application questions. Pin
Heath Stewart5-Jan-04 5:00
protectorHeath Stewart5-Jan-04 5:00 
Questionhow can i build start menue - like in my program??? Pin
warelord4-Jan-04 21:52
warelord4-Jan-04 21:52 
AnswerRe: how can i build start menue - like in my program??? Pin
Heath Stewart5-Jan-04 4:54
protectorHeath Stewart5-Jan-04 4:54 
GeneralHatchStyle Brush from string Pin
LordMMD4-Jan-04 21:34
LordMMD4-Jan-04 21:34 
GeneralRe: HatchStyle Brush from string Pin
Heath Stewart5-Jan-04 4:50
protectorHeath Stewart5-Jan-04 4:50 
GeneralRe: HatchStyle Brush from string Pin
LordMMD5-Jan-04 23:44
LordMMD5-Jan-04 23:44 
GeneralRe: HatchStyle Brush from string Pin
Heath Stewart6-Jan-04 2:05
protectorHeath Stewart6-Jan-04 2:05 
GeneralRe: HatchStyle Brush from string Pin
LordMMD5-Jan-04 23:58
LordMMD5-Jan-04 23:58 
GeneralC# convention!! Pin
abc8764-Jan-04 21:02
abc8764-Jan-04 21:02 
GeneralRe: C# convention!! Pin
Colin Angus Mackay4-Jan-04 21:36
Colin Angus Mackay4-Jan-04 21:36 
GeneralRe: C# convention!! Pin
Paul Watson4-Jan-04 21:41
sitebuilderPaul Watson4-Jan-04 21:41 
GeneralRe: C# convention!! Pin
Heath Stewart5-Jan-04 4:47
protectorHeath Stewart5-Jan-04 4:47 
GeneralRe: C# convention!! Pin
Paul Watson5-Jan-04 4:51
sitebuilderPaul Watson5-Jan-04 4:51 
GeneralRe: C# convention!! Pin
Heath Stewart5-Jan-04 5:19
protectorHeath Stewart5-Jan-04 5:19 

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.