Click here to Skip to main content
15,921,959 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: very large data app Pin
led mike18-Jul-08 5:31
led mike18-Jul-08 5:31 
GeneralRe: very large data app Pin
bfis10813718-Jul-08 5:53
bfis10813718-Jul-08 5:53 
GeneralRe: very large data app Pin
Paul Conrad18-Jul-08 4:22
professionalPaul Conrad18-Jul-08 4:22 
GeneralRe: very large data app Pin
led mike18-Jul-08 5:33
led mike18-Jul-08 5:33 
GeneralRe: very large data app Pin
Paul Conrad18-Jul-08 5:39
professionalPaul Conrad18-Jul-08 5:39 
GeneralRe: very large data app Pin
led mike18-Jul-08 5:31
led mike18-Jul-08 5:31 
GeneralRe: very large data app Pin
bfis10813718-Jul-08 0:18
bfis10813718-Jul-08 0:18 
GeneralRe: very large data app Pin
darkelv18-Jul-08 4:53
darkelv18-Jul-08 4:53 
Not directly, yeah.

I can understand that you may have time and resource constraint. You can take that idea a few steps back:
1. Generalize the questions as much as possible into few types of question.
2. Create custom controls for each type of question. Expose methods/properties to set the question text, options etc.
3. Have a "Question" table or resource file that store those text for each question.
4. Have a "template" table that store Page Number, Question Order, Question Number and their associated question type in (1).
5. On displaying the questions for certain page, pull the data from template table, create the custom control base on the question type, populate the text from question table and bind/associate it with your dataset for answer updating, put them in a panel or TableFlowLayout control for display.
6. Repeat (5)when user change the page.
GeneralRe: very large data app Pin
bfis10813718-Jul-08 5:26
bfis10813718-Jul-08 5:26 
GeneralRe: very large data app Pin
Luc Pattyn18-Jul-08 6:17
sitebuilderLuc Pattyn18-Jul-08 6:17 
GeneralRe: very large data app Pin
darkelv18-Jul-08 7:21
darkelv18-Jul-08 7:21 
GeneralRe: very large data app Pin
bfis10813719-Jul-08 8:23
bfis10813719-Jul-08 8:23 
GeneralRe: very large data app Pin
Luc Pattyn19-Jul-08 8:55
sitebuilderLuc Pattyn19-Jul-08 8:55 
GeneralRe: very large data app Pin
bfis10813719-Jul-08 8:44
bfis10813719-Jul-08 8:44 
GeneralRe: very large data app Pin
Luc Pattyn19-Jul-08 9:01
sitebuilderLuc Pattyn19-Jul-08 9:01 
QuestionThe look and feel of the GUI in the application changes when executing is from an MSI file created by Windows Install Pin
Katalin2117-Jul-08 5:09
Katalin2117-Jul-08 5:09 
AnswerRe: The look and feel of the GUI in the application changes when executing is from an MSI file created by Windows Install Pin
led mike17-Jul-08 6:45
led mike17-Jul-08 6:45 
GeneralRe: The look and feel of the GUI in the application changes when executing is from an MSI file created by Windows Install Pin
Katalin2117-Jul-08 7:00
Katalin2117-Jul-08 7:00 
GeneralRe: The look and feel of the GUI in the application changes when executing is from an MSI file created by Windows Install Pin
led mike17-Jul-08 7:31
led mike17-Jul-08 7:31 
GeneralRe: The look and feel of the GUI in the application changes when executing from an MSI file created by Windows Install Pin
Katalin2117-Jul-08 8:55
Katalin2117-Jul-08 8:55 
GeneralRe: The look and feel of the GUI in the application changes when executing from an MSI file created by Windows Install Pin
led mike17-Jul-08 10:48
led mike17-Jul-08 10:48 
GeneralRe: The look and feel of the GUI in the application changes when executing from an MSI file created by Windows Install Pin
Katalin2118-Jul-08 0:49
Katalin2118-Jul-08 0:49 
GeneralRe: The look and feel of the GUI in the application changes when executing from an MSI file created by Windows Install Pin
led mike18-Jul-08 6:05
led mike18-Jul-08 6:05 
GeneralRe: The look and feel of the GUI in the application changes when executing from an MSI file created by Windows Install Pin
Katalin2121-Jul-08 22:36
Katalin2121-Jul-08 22:36 
GeneralRe: The look and feel of the GUI in the application changes when executing from an MSI file created by Windows Install Pin
led mike23-Jul-08 5:42
led mike23-Jul-08 5:42 

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.