Search results for query: *

  1. arvindmewara

    Loading an Image

    hi all, i want to load an image from ms access database in vb.net picture box control(window form.) how to do this? thanks arvind
  2. arvindmewara

    Question Retrieve a random column data from MS-ACCESS

    hello all , i want to generate random question for my application which i will show on my quiz form. everytime when user start application it will show question in random order(sequence should be different). i using ms access database, Dim adp As New OleDbDataAdapter("select * from exam where...
  3. arvindmewara

    Online Exam

    how to make online exam application using VB.NET & SQL SERVER, Suppose there is a question followed by 4 options, & USER have to select one of them, also there is a time restriction for example ,30 min for 25 question and time should be visibile to user. then after time over he will be not...
Back
Top