Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: WCF Rest Services with JavaScript/Jquery Pin
V.30-Aug-11 2:22
professionalV.30-Aug-11 2:22 
Questionc# generate a ctrl from an xml or from a DB Pin
bysystems29-Aug-11 12:45
bysystems29-Aug-11 12:45 
AnswerRe: c# generate a ctrl from an xml or from a DB Pin
PIEBALDconsult29-Aug-11 15:05
mvePIEBALDconsult29-Aug-11 15:05 
GeneralRe: c# generate a ctrl from an xml or from a DB Pin
bysystems29-Aug-11 15:20
bysystems29-Aug-11 15:20 
GeneralRe: c# generate a ctrl from an xml or from a DB Pin
David C# Hobbyist.29-Aug-11 15:41
professionalDavid C# Hobbyist.29-Aug-11 15:41 
GeneralRe: c# generate a ctrl from an xml or from a DB Pin
PIEBALDconsult29-Aug-11 18:04
mvePIEBALDconsult29-Aug-11 18:04 
AnswerRe: c# generate a ctrl from an xml or from a DB [modified] Pin
BillWoodruff29-Aug-11 18:20
professionalBillWoodruff29-Aug-11 18:20 
AnswerRe: c# generate a ctrl from an xml or from a DB Pin
jschell30-Aug-11 8:35
jschell30-Aug-11 8:35 
To start with you need to consider carefully exactly what you (and the user) think that you are going to achieve by doing this.

For example if all you want is a 'list' of values then that it fairly simple.
If you think that you are going to create a system that encapsulates user defined layouts, multi-level hierarchies, complex controls, etc then it is unlikely to provide benefit. The reason for that is that by the time someone is competent at doing that then they are essentially replicating what a programmmer would be doing in the first place (with a great deal more complexity.)

So if the first.
1. Create a simple syntax that represents a limited set of controls. Like 'list', 'radio', 'text'.
2. For 'list'/'radio' there needs to be a way to provide values. Optionally for 'text' you might provide a regex.
3. Each item needs to be able to specify an xml element name.
4. You consume a block of these entities and create a dialog that lists each top to bottom. Obviously you create controls dynamically based on the definition from 1. Optional, only AFTER everything else works, make the controls distribute themselves such that the dialog is not just a top to bottom resource.
5. On Ok the element from 1 is used to create xml.
QuestionC#.net stop program early Pin
dcof29-Aug-11 11:57
dcof29-Aug-11 11:57 
AnswerRe: C#.net stop program early Pin
Luc Pattyn29-Aug-11 12:06
sitebuilderLuc Pattyn29-Aug-11 12:06 
AnswerRe: C#.net stop program early Pin
PIEBALDconsult29-Aug-11 14:58
mvePIEBALDconsult29-Aug-11 14:58 
AnswerRe: C#.net stop program early Pin
Dylan Morley30-Aug-11 1:47
Dylan Morley30-Aug-11 1:47 
GeneralRe: C#.net stop program early Pin
dcof30-Aug-11 3:53
dcof30-Aug-11 3:53 
GeneralRe: C#.net stop program early [modified] Pin
Dylan Morley30-Aug-11 3:59
Dylan Morley30-Aug-11 3:59 
QuestionC#.net active directory options Pin
dcof29-Aug-11 7:33
dcof29-Aug-11 7:33 
AnswerRe: C#.net active directory options Pin
Richard Andrew x6429-Aug-11 11:22
professionalRichard Andrew x6429-Aug-11 11:22 
GeneralRe: C#.net active directory options Pin
dcof29-Aug-11 16:57
dcof29-Aug-11 16:57 
GeneralRe: C#.net active directory options Pin
Richard Andrew x6429-Aug-11 17:00
professionalRichard Andrew x6429-Aug-11 17:00 
QuestionC# low level mouse hook and form events Pin
Ak47AL29-Aug-11 6:21
Ak47AL29-Aug-11 6:21 
AnswerRe: C# low level mouse hook and form events Pin
BillWoodruff29-Aug-11 18:13
professionalBillWoodruff29-Aug-11 18:13 
GeneralRe: C# low level mouse hook and form events Pin
Ak47AL31-Aug-11 5:47
Ak47AL31-Aug-11 5:47 
GeneralRe: C# low level mouse hook and form events Pin
BillWoodruff31-Aug-11 19:11
professionalBillWoodruff31-Aug-11 19:11 
QuestionRegistry Permissions Pin
Zach.Saunders29-Aug-11 4:50
Zach.Saunders29-Aug-11 4:50 
AnswerRe: Registry Permissions Pin
#realJSOP29-Aug-11 5:28
mve#realJSOP29-Aug-11 5:28 
GeneralRe: Registry Permissions [modified] Pin
Zach.Saunders29-Aug-11 6:18
Zach.Saunders29-Aug-11 6:18 

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.