You could create a user interface that allows you to select from the subset of questions and have a print button that does the printing. The questions can be loaded from a database which you connect to and load the data onto the UI.
On Sep 7, 11:58 am, Ashok Agrawal <[email protected]> wrote: > Hi, > I am a new member of this Group. I have done programming in VB6, > foxpro, C, C++, etc but new to VB.NET. > > I had earlier made a program in foxpro to generate a question paper by > randomly selecting questions from databases. It functions properly. It > picks up 10 MCQ, 10 Fill in Blanks, 10 True/ false, 10 Matching and 5 > Essay type questions and finally printout the whole thing. > > I want to do the same thing in VB.net or VB 2010. > > Can any please advise how to go about it > > Regards > Ashok -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
