Search results for query: *

  • Users: kAnne
  • Content: Threads
  • Order by date
  1. K

    Resetting datasets

    Hi, I need some help with resetting a dataset (well, I think thats what I need to do!). I have a quiz form where questions are loaded into a dataset depending on the subject. At the end of the quiz there is a 'play again' button which when pressed should reset the dataset and display the...
  2. K

    app path Help

    Hi, Im having some trouble specifying relative file paths in VB.NET (App path seems not to work outside VB6) Ive tried pretty much all I can think of, but this leads me to the /bin directory of my folder which is not where the file I want is held! Any suggestions? Thanks :)
  3. K

    Radio Buttons and Their text values

    Hi all, I know ive been posting alot on here lateley, dunno if thats a bad thing or not but sorry anyway!! Anyhoo, i have 3 radio buttons on a form to select an answer for a question. I need to be able to keep a score of how may questions the user has got right. But to do this, I need to...
  4. K

    Strange Things...Advice Please! (form load)

    Okay, Ill have to break this down a little bit, so you know what im on about! My program is an app 4 kids. Its built in FMX and VB.NET. When a user clicks on a button in the flash app (embedded into VB.NET form1) it opens a new form (form2) and connects to a database which holds questions for...
  5. K

    datareader - move to next record

    Hello again everyone, I have a simple question, Well, it seems simple but I cant get it to work! I have successfully got the connection to the database etc and its all fine, but I cant get the app to move to the next record from a button click. Im guessing its something to do with the...
  6. K

    OleDBCommand SQL Syntax help

    Hi, Im quite familar with VB.NET since my transition from VB6. However, Im having trouble using a variable name in the SQL syntax for the OleDBCommand. I want to be able to select a table using a variable rather than a set name. e.g dim tablename as string SELECT * FROM tablename...
  7. K

    Random Database Entry retrieval

    Hi, I was wondering how I can randomly pull an entry from an access database in vb.net? To make more sense, I wanna pull radom questions from DB for a quiz. Thanks, KAnne
  8. K

    VB.NET Web Browser Cache

    Hi, I was wondering if anyone knows how I can clear the cache of my .NET web browser? Thanks :)
Back
Top