Click here to Skip to main content
15,920,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: newbie component question Pin
jayart27-Sep-07 5:41
jayart27-Sep-07 5:41 
AnswerRe: newbie component question Pin
Ed.Poore27-Sep-07 7:39
Ed.Poore27-Sep-07 7:39 
AnswerRe: newbie component question Pin
Garsh27-Sep-07 12:08
Garsh27-Sep-07 12:08 
QuestionSimulate BackSpace Pin
mihksoft27-Sep-07 4:57
mihksoft27-Sep-07 4:57 
AnswerRe: Simulate BackSpace [modified] Pin
Kristian Sixhøj27-Sep-07 5:11
Kristian Sixhøj27-Sep-07 5:11 
QuestionInserting Common Windows System Menus into a Menu control Pin
Jessee Holmes27-Sep-07 4:30
Jessee Holmes27-Sep-07 4:30 
AnswerRe: Inserting Common Windows System Menus into a Menu control Pin
TJoe27-Sep-07 5:40
TJoe27-Sep-07 5:40 
GeneralRe: Inserting Common Windows System Menus into a Menu control Pin
Jessee Holmes27-Sep-07 6:09
Jessee Holmes27-Sep-07 6:09 
Almost, but not exactly, I have a Menu control on a form and I want to insert certain Windows Menus from such windows like explorer into this Menu. (The "New" menu with its subitems was an example, there's also other menu's in explorer that would be nice to grab like "Send To" and others.

A slight variation of what I'm trying was really well described within this incredible article which helped me out a lot during my project and it seems this guy did kinda what I'm looking to do with a contextmenu via right-cliking in a listview or folderview (explorer style application): Article[^]

Either way, you mention that I can't just pull the existing menu's in Windows into my Menu controls, which is what I was afraid of Frown | :(

Problem then is if I wanted a "Send to" or "New" menuitem in my menu control, then how the heck do I know what Items to display within those ... I guess I'd have to go out and read the registry, then insert them one by one through my code. Bleh, wanted the simple way out Poke tongue | ;-P

Anyways. I think this helps me know better what I exactly can and can't do.
Thanks for the help Tom, much appreciated.

I'll probably abandon my idea of stealing the Window's menus into my application and just make them manually. Dead | X|

-Jess
Questioncan you send me ? Pin
prasadbuddhika27-Sep-07 3:38
prasadbuddhika27-Sep-07 3:38 
AnswerRe: can you send me ? Pin
Pete O'Hanlon27-Sep-07 3:47
mvePete O'Hanlon27-Sep-07 3:47 
AnswerRe: can you send me ? Pin
Scott Dorman27-Sep-07 3:50
professionalScott Dorman27-Sep-07 3:50 
QuestionHow can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 2:54
JoeRip27-Sep-07 2:54 
AnswerRe: How can I delay the painting of a GroupBox control? Pin
il_masacratore27-Sep-07 3:07
il_masacratore27-Sep-07 3:07 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 3:12
JoeRip27-Sep-07 3:12 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
TJoe27-Sep-07 3:31
TJoe27-Sep-07 3:31 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 9:26
JoeRip27-Sep-07 9:26 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
Scott Dorman27-Sep-07 3:51
professionalScott Dorman27-Sep-07 3:51 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
JoeRip27-Sep-07 9:27
JoeRip27-Sep-07 9:27 
GeneralRe: How can I delay the painting of a GroupBox control? Pin
Scott Dorman27-Sep-07 10:20
professionalScott Dorman27-Sep-07 10:20 
QuestionWriting to controls from thread.. Pin
Dio2227-Sep-07 2:40
Dio2227-Sep-07 2:40 
AnswerRe: Writing to controls from thread.. Pin
TJoe27-Sep-07 2:46
TJoe27-Sep-07 2:46 
AnswerRe: Writing to controls from thread.. Pin
il_masacratore27-Sep-07 2:51
il_masacratore27-Sep-07 2:51 
AnswerRe: Writing to controls from thread.. Pin
JoeRip27-Sep-07 2:59
JoeRip27-Sep-07 2:59 
AnswerRe: Writing to controls from thread.. Pin
Dio2227-Sep-07 3:19
Dio2227-Sep-07 3:19 
AnswerRe: Writing to controls from thread.. Pin
Ed.Poore27-Sep-07 7:41
Ed.Poore27-Sep-07 7:41 

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.