Search results for query: *

  • Users: Jnuw
  • Order by date
  1. J

    Help reading access and sql databases

    Thanks much. Sorry for the mis-post.
  2. J

    Help reading access and sql databases

    Ok, I think I'm on the right track now. I replaced everything below "myDataReader = myOleDbCommand.ExecuteReader()" with: myDataReader.Read() IDNum = (myDataReader(0)) Since I am only looking for 1 piece of data, I think this should work. I verified that IDNum is getting set to the...
  3. J

    Help reading access and sql databases

    Sorry, its been a long night. Error message is, "An unhandled exception of type 'System.IndexOutOfRangeException' occurred in system.data.dll Additional information: Index was outside the bounds of the array." I really am new at this, so any examples would be great. Just need the syntax to...
  4. J

    Help reading access and sql databases

    Hello all. I'm very new to VB.Net, so please forgive me if I'm missing something simple. I have searched this forum, but can't seem to get my script working. I would like to write a program (console app I believe would be fine) that I can launch and will simply read one field from either an...
  5. J

    Taskbar Buttons Moved to Tray

    jmcilhinney, thanks so much for the input. I'll post back with my findings. May be a bit though, I have a feeling that I have some to learn before I'll be ready for all that. Thanks again. Jnuw
  6. J

    Taskbar Buttons Moved to Tray

    jmcilhinney, thank you so much for the suggestion on PowerMenu. However, correct me if I'm wrong, it only moves the taskbar button/entry to the tray if the program is minimized. I'm looking for a way that will allow me to keep the window open, either maximized or windowed, and only have an...
  7. J

    Taskbar Buttons Moved to Tray

    Hello all. Well I'm new here, and also new to VB.Net. I have been muddling my way through dos batch files, and Nullsoft installer scripts for a couple of years, and now finally am taking my first VB.Net course. Fun stuff... Anyhow, what I have been looking for for some time now is a way to...
Back
Top