Click here to Skip to main content
15,893,337 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Please help!!! Dialogs problem Pin
Jeff Bogan23-Apr-04 10:38
Jeff Bogan23-Apr-04 10:38 
GeneralCreating a user login Pin
BrockVnm23-Apr-04 9:41
BrockVnm23-Apr-04 9:41 
GeneralRe: Creating a user login Pin
l a u r e n23-Apr-04 11:20
l a u r e n23-Apr-04 11:20 
GeneralRe: Creating a user login Pin
BrockVnm23-Apr-04 11:39
BrockVnm23-Apr-04 11:39 
GeneralRe: Creating a user login Pin
BrockVnm26-Apr-04 5:54
BrockVnm26-Apr-04 5:54 
GeneralRe: Creating a user login Pin
l a u r e n26-Apr-04 8:57
l a u r e n26-Apr-04 8:57 
GeneralRe: Creating a user login Pin
BrockVnm26-Apr-04 9:01
BrockVnm26-Apr-04 9:01 
GeneralHelp on dynamically creating UI elements based on XML data required Pin
Kamal Shankar23-Apr-04 9:14
Kamal Shankar23-Apr-04 9:14 
Hello

Can anyone direct me to a resource where I can see working demo(s) / samples highlighting HOWTO dynamically create a user interface from a XML data definition.

What I mean is this:

There will be one or more XML data files which will actually contain information regarding controls to be drawn.
A program will read those XML files and dynamically create the defined controls.

Hence, if the XML reads something like:

....
<Button>
	<ID>CommitPatchButton</ID>
	<Caption>Complete task</Caption>
	<Style>Flat</Style>
</Button>
....


Then our program should create the button which is associated with the ID 'CommitPatchButton' with the defined specifications.

Ofcourse, the XML definition will ONLY define UI Elements and their visibility (for instance,if the button should be made visible or not).
The code associated with the controls will be already present beforehand.

Thus, in our case, if the above button is defined as visible in the XML data, then we will draw it as specified, and to user will be able to use the functionality associated with it.

Ideally a VC++/MFC solution will do, though, it's a working implementation that's more neccessary, so that I can grasp the idea quickly.

Otherwise, if you have a brilliant whitepaper/article/layout to achieve the goal (but with the code lacking..), send it(or a link to it) to me anyways !

Note: No business quotations please.

Regards

Kamal Shankar

"God then made two great lights; the greater light to rule the day, and the less light to rule the night"
- Genesis 47:3
GeneralRe: Help on dynamically creating UI elements based on XML data required Pin
l a u r e n23-Apr-04 11:20
l a u r e n23-Apr-04 11:20 
GeneralHiding application from the ALT CTLR DEL list Pin
Arnav23-Apr-04 9:01
Arnav23-Apr-04 9:01 
GeneralRe: Hiding application from the ALT CTLR DEL list Pin
Dominik Reichl23-Apr-04 10:11
Dominik Reichl23-Apr-04 10:11 
GeneralRe: Hiding application from the ALT CTLR DEL list Pin
Gary R. Wheeler23-Apr-04 11:16
Gary R. Wheeler23-Apr-04 11:16 
GeneralRegisterServiceProcess not working in VC++ Pin
Arnav24-Apr-04 8:47
Arnav24-Apr-04 8:47 
GeneralRe: RegisterServiceProcess not working in VC++ Pin
Gary R. Wheeler27-Apr-04 14:31
Gary R. Wheeler27-Apr-04 14:31 
GeneralMultiple threads and ADO Pin
nanukos23-Apr-04 8:22
nanukos23-Apr-04 8:22 
GeneralRe: Multiple threads and ADO Pin
valikac23-Apr-04 12:30
valikac23-Apr-04 12:30 
GeneralRe: Multiple threads and ADO Pin
nanukos23-Apr-04 15:37
nanukos23-Apr-04 15:37 
GeneralRe: Multiple threads and ADO Pin
valikac23-Apr-04 19:01
valikac23-Apr-04 19:01 
Generaldbf file Pin
K. Shaffer23-Apr-04 8:11
K. Shaffer23-Apr-04 8:11 
GeneralRe: dbf file Pin
David Crow23-Apr-04 8:38
David Crow23-Apr-04 8:38 
GeneralRe: dbf file Pin
K. Shaffer23-Apr-04 8:47
K. Shaffer23-Apr-04 8:47 
GeneralRe: dbf file Pin
David Crow23-Apr-04 8:58
David Crow23-Apr-04 8:58 
GeneralRe: dbf file Pin
K. Shaffer23-Apr-04 9:08
K. Shaffer23-Apr-04 9:08 
GeneralRe: dbf file Pin
David Crow23-Apr-04 9:41
David Crow23-Apr-04 9:41 
GeneralHTTP POST Pin
aman200623-Apr-04 8:05
aman200623-Apr-04 8:05 

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.