Click here to Skip to main content
15,895,709 members

Comments by OneInNineMillion (Top 19 by date)

OneInNineMillion 17-Jan-13 5:00am View    
Maybe it interprets 0 as Null?
Sorry but I don't know nearly enough to properly answer your question.
OneInNineMillion 17-Jan-13 4:53am View    
Please edit your OP to remove the code block. That would make it easier to read.
OneInNineMillion 17-Jan-13 4:51am View    
A couple of questions you might want to answer to let us help you better:

Where do you want to store the database?
What does the application do? What kind of use do you expect?
I ask these things because if you want your database to be constantly available and on your PC it might slow your PC down.

I'm sorry I can't provide you with an answer, but I hope the next person will be able to do that. Editing your original post to answer these questions might help that person.
OneInNineMillion 17-Jan-13 3:52am View    
That link seems very helpful. The code doesn't seem to do what's suggested on the other forums though.
Darn ListBoxes, I would just avoid using them lol. Pro approach. Challenge Avoided!
OneInNineMillion 17-Jan-13 3:43am View    
I see now you should have included a line like this (somewhere in your Public Class Form1):

Dim Timer1 As New Timer

And I would recommend setting the interval before enabling the timer.