|
-
Feb 3rd, 2008, 10:00 PM
#1
Thread Starter
New Member
[02/03] need advice, dev-ing a screening test for an HR dep
VB.NET 2003, Framework 1.1
I am currently developing a screening test for a Human Resources department, using VB.NET. It has 109 questions and users answer either True or False to all q's and the program creates a report file afterwards.
I've already designed the app and it is working, but not in the way I initially wanted. Currently the questions are displayed one-by-one and users click either a True or False button underneath the question. This works, but users can't go back to previous questions and only one question appears onscreen at any given time.
I originally wanted it to be like html forms, every question is displayed and underneath each one are two radio buttons (T or F). Users can use scroll bars to nav to prev questions. But I don't know how to do this. I cannot display radio buttons inside textboxes, or listboxes. There must be a way to do this. Internet Explorer's Options page displays checkboxes and radio buttons next to a long list of options.
An idea I got was building a custom browser (using AxWebBrowser1) that would open an html file which has all the questions in it. But that seems really wasteful since I don't need a fully functional browser. Besides I don't know how to make the javascript interact with vb.net code (so that it can generate the report, a text file).
If anyone has any practical ideas please help. Thank you so much.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|