Search results for query: *

  1. F

    Type expected

    I have noticed that if I put Dim randomObject as System.Random = New System.Random The error does not occur and the program works. Can anyone explain to me why even though I have included "Imports System"?
  2. 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...
  3. F

    database connection & search

    Many thanks, I am gradually getting there but it is taking time
  4. 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...
  5. F

    Textbox

    Thanks Paszt, I had a look at this last night.
  6. 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