Search results for query: *

  1. D

    multiple choice in vbnet help

    I think your Button2_Click event requeries the tblAnswers. To minimize your code changes you would need to define cn and dr (maybe call it mcn and mdr) at the form level, and run in the form .load mcn.Open() cmd = New OleDbCommand("select Answer from tblAnswers", mcn) mdr =...
  2. D

    URGENT:conversion of vb pro to .net

    Not only will your VB.net application require the .net framework, you will likely need to develop a merge (installation) file so that your Crystal Report works on the client machines. Crystal Reports requires a registry code. You may want to check out...
Back
Top