Click here to Skip to main content
15,919,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drag & Drop trouble [modified] Pin
BoneSoft20-Jul-07 4:06
BoneSoft20-Jul-07 4:06 
AnswerRe: Drag & Drop trouble Pin
BoneSoft20-Jul-07 5:00
BoneSoft20-Jul-07 5:00 
Question(Exit) Not to continue the execution Pin
-spy-20-Jul-07 3:09
-spy-20-Jul-07 3:09 
AnswerRe: (Exit) Not to continue the execution Pin
Pete O'Hanlon20-Jul-07 3:15
mvePete O'Hanlon20-Jul-07 3:15 
AnswerRe: (Exit) Not to continue the execution Pin
Waleed Eissa29-Aug-07 10:15
Waleed Eissa29-Aug-07 10:15 
Questionsubstituting variables [modified] Pin
KPThor20-Jul-07 2:49
KPThor20-Jul-07 2:49 
AnswerRe: substituting variables Pin
Colin Angus Mackay20-Jul-07 2:53
Colin Angus Mackay20-Jul-07 2:53 
GeneralRe: substituting variables Pin
KPThor20-Jul-07 3:27
KPThor20-Jul-07 3:27 
I am trying to use the text value of a string so the menubar could be dynamically modified from a xml file when the program loads.

<?xml version="1.0" encoding="utf-8"?>
<Menu>
<MenuBar item="File">
<MenuItem item="Open" acion="call" />
<MenuItem item="New" action="sub">
<SubMenuItem item="File" acton="call" />
<SubMenuItem item="Folder" action="call" />
</MenuItem>
</MenuBar>
<MenuBar item="Edit">
<MenuItem item="Cut" action="call" />
<MenuItem item="Copy" action="call" />
<MenuItem item="Paste" action="call" />
</MenuBar>
</Menu>

When the parser reads the xml file and comes to <MenuBar item="File"> and <MenuBar item="Edit"> it can place those menu items in the menubar.
GeneralRe: substituting variables Pin
Colin Angus Mackay20-Jul-07 4:16
Colin Angus Mackay20-Jul-07 4:16 
QuestionConvert Null db field to string Pin
kallileo20-Jul-07 2:44
kallileo20-Jul-07 2:44 
AnswerRe: Convert Null db field to string Pin
Colin Angus Mackay20-Jul-07 2:50
Colin Angus Mackay20-Jul-07 2:50 
AnswerRe: Convert Null db field to string Pin
Le centriste20-Jul-07 2:54
Le centriste20-Jul-07 2:54 
GeneralRe: Convert Null db field to string Pin
Colin Angus Mackay20-Jul-07 2:56
Colin Angus Mackay20-Jul-07 2:56 
GeneralRe: Convert Null db field to string Pin
Le centriste20-Jul-07 2:58
Le centriste20-Jul-07 2:58 
AnswerRe: Convert Null db field to string [modified] Pin
kallileo20-Jul-07 3:02
kallileo20-Jul-07 3:02 
GeneralRe: Convert Null db field to string Pin
Colin Angus Mackay20-Jul-07 3:16
Colin Angus Mackay20-Jul-07 3:16 
GeneralRe: Convert Null db field to string Pin
Le centriste20-Jul-07 3:56
Le centriste20-Jul-07 3:56 
GeneralRe: Convert Null db field to string Pin
m@u20-Jul-07 3:30
m@u20-Jul-07 3:30 
GeneralRe: Convert Null db field to string Pin
kallileo20-Jul-07 3:37
kallileo20-Jul-07 3:37 
QuestionLabel with control Characters Pin
imnotso#20-Jul-07 0:35
imnotso#20-Jul-07 0:35 
AnswerRe: Label with control Characters Pin
Nisha S.20-Jul-07 0:55
Nisha S.20-Jul-07 0:55 
GeneralRe: Label with control Characters Pin
imnotso#20-Jul-07 1:27
imnotso#20-Jul-07 1:27 
Questionbackground Worker Class Pin
Software_Specialist20-Jul-07 0:04
Software_Specialist20-Jul-07 0:04 
AnswerRe: background Worker Class Pin
Bijesh20-Jul-07 0:22
Bijesh20-Jul-07 0:22 
AnswerRe: background Worker Class Pin
Bekjong20-Jul-07 1:20
Bekjong20-Jul-07 1:20 

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.