Click here to Skip to main content
15,888,239 members
Home / Discussions / C#
   

C#

 
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 
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 
Put a Button in your application. Create a ContextMenu and when the user clicks your button call ContextMenu.Show passing the Button reference and the position (like the Button.Location property value) to the method. See the ContextMenu.Show method in the .NET Framework SDK documentation for more information and even an example.

But again - like we told you the first time - this is way-overdone and will most likely only confuse users. Read the Windows UI guidelines I linked you.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
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 
GeneralRe: C# convention!! Pin
Peter Reiter5-Jan-04 5:21
Peter Reiter5-Jan-04 5:21 
GeneralRe: C# convention!! Pin
leppie5-Jan-04 6:04
leppie5-Jan-04 6:04 
GeneralRe: C# convention!! Pin
HAHAHA_NEXT5-Jan-04 7:32
HAHAHA_NEXT5-Jan-04 7:32 
GeneralDataGrid problem plz check Pin
Hayat4-Jan-04 20:52
Hayat4-Jan-04 20:52 
GeneralRe: DataGrid problem plz check Pin
Heath Stewart5-Jan-04 4:45
protectorHeath Stewart5-Jan-04 4:45 
GeneralRe: DataGrid problem plz check Pin
Hayat6-Jan-04 6:37
Hayat6-Jan-04 6:37 

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.