Search results for query: *

  • Users: Franglais
  • Content: Threads
  • Order by date
  1. F

    Type expected

    Type expected [RESOLVED] I am trying to use the random class in a program but receive the following: Dim randomObject As Random = New Random The Random is underlined and a message saying "type expected". I have Imports.System and have tried Imports.Random but have not been able to resolve...
  2. F

    database connection & search

    I have a database and have pretty well completed the VB.net interface. I also have the data showing in textboxes and a datagrid. I am having trouble with a couple of major bits though. Firstly, I have read somewhere that connecting to the database is better with code than the wizzards. I use...
  3. F

    Textbox

    I have a textbox that I would like to have a ":" displayed ready to accept 4 numbers. It is to display the time of a MPG video. Ideally, what I would like is as the user types "02" a colon is then displayed so the user then only has to enter two more numbers, "25" for example, leaving "02:25"...
Back
Top