Click here to Skip to main content
16,017,638 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dynamic Menu Creation Problem Pin
Hristo-Bojilov19-Aug-09 9:37
Hristo-Bojilov19-Aug-09 9:37 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 9:41
jroberson1019-Aug-09 9:41 
GeneralRe: Dynamic Menu Creation Problem Pin
Hristo-Bojilov19-Aug-09 9:46
Hristo-Bojilov19-Aug-09 9:46 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 9:50
jroberson1019-Aug-09 9:50 
GeneralRe: Dynamic Menu Creation Problem Pin
Hristo-Bojilov19-Aug-09 9:56
Hristo-Bojilov19-Aug-09 9:56 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 10:07
jroberson1019-Aug-09 10:07 
GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1020-Aug-09 11:36
jroberson1020-Aug-09 11:36 
GeneralRe: Dynamic Menu Creation Problem Pin
0x3c019-Aug-09 9:47
0x3c019-Aug-09 9:47 
Try looking into a FileSystemWatcher instance. Set it to the file's directory, and every time you get told that a file has changed, compare the changed filename to "Bookmarks.xml" or whatever you've called your bookmarks file. If your file has changed, then repopulate the menu.

Alternatively, you could add an item to the menu every time you bookmark something. That would be a lot simpler, but would only work if your application was the only one using the file

Between the motion
And the act
Falls the Shadow

GeneralRe: Dynamic Menu Creation Problem Pin
jroberson1019-Aug-09 9:51
jroberson1019-Aug-09 9:51 
GeneralRe: Dynamic Menu Creation Problem Pin
0x3c019-Aug-09 9:58
0x3c019-Aug-09 9:58 
QuestionInsert function into event at runtime Pin
bonzaiholding19-Aug-09 8:45
bonzaiholding19-Aug-09 8:45 
AnswerRe: Insert function into event at runtime Pin
0x3c019-Aug-09 9:57
0x3c019-Aug-09 9:57 
GeneralRe: Insert function into event at runtime Pin
bonzaiholding19-Aug-09 10:18
bonzaiholding19-Aug-09 10:18 
GeneralRe: Insert function into event at runtime Pin
mustang8619-Aug-09 11:08
mustang8619-Aug-09 11:08 
GeneralRe: Insert function into event at runtime Pin
PIEBALDconsult19-Aug-09 18:16
mvePIEBALDconsult19-Aug-09 18:16 
GeneralRe: Insert function into event at runtime Pin
mustang8619-Aug-09 19:29
mustang8619-Aug-09 19:29 
QuestionC# Code explanation Please Pin
12priya19-Aug-09 7:57
12priya19-Aug-09 7:57 
AnswerRe: C# Code explanation Please Pin
Richard MacCutchan25-Aug-09 11:03
mveRichard MacCutchan25-Aug-09 11:03 
QuestionToolbar buttons size getting changed Pin
hariakuthota19-Aug-09 4:49
hariakuthota19-Aug-09 4:49 
QuestionC# Server and Client! Pin
nhqlbaislwfiikqraqnm19-Aug-09 4:00
nhqlbaislwfiikqraqnm19-Aug-09 4:00 
AnswerRe: C# Server and Client! Pin
Hristo-Bojilov19-Aug-09 4:13
Hristo-Bojilov19-Aug-09 4:13 
AnswerRe: C# Server and Client! Pin
Keith Barrow19-Aug-09 4:15
professionalKeith Barrow19-Aug-09 4:15 
GeneralRe: C# Server and Client! Pin
nhqlbaislwfiikqraqnm19-Aug-09 4:18
nhqlbaislwfiikqraqnm19-Aug-09 4:18 
GeneralRe: C# Server and Client! Pin
nhqlbaislwfiikqraqnm19-Aug-09 5:59
nhqlbaislwfiikqraqnm19-Aug-09 5:59 
QuestionFormatting a Richtextbox or something similiar Pin
mbangh19-Aug-09 3:48
mbangh19-Aug-09 3:48 

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.