If it were me I would write it so I could maintain only one set of code. Turn on the items for those who pay and leave those items unchecked, off, false, or otherwise useless for those who don't fork over the dough, salmolies, casharoonies, or nuggets of gold from their fort knox's.
IMHO
HTH -...
Thanks C_2k2,
I don't use that funtion at all and it was evident in my response. I was familiar the controlled version and not playing off the internal timer version.
So much time, so little time, what to do, what to do????
That is our question in this life now isn't it?
AntonV
Hi Jestar there are couple of thoughts I have going here.
First is this, has the timer been corrupted or deleted? If there is no timer control then the "Randomize" function can not initialize, if I understand the functionality of the control propeprly. Next, does the file structure in...
I think we should go to this guy and ask a couple of questions.
First has any of the input so far been of any help?
Next is the whole document going to be saved locally for you to work on? Meaning are you wanting a way of capturing a web page and then walking through the various elements in...
Hey 007MCSE the val that is returned from the textbox is text isn't it? If so tehn the val would have to be converted to CInt(InputBox("Enter The Speed:- Eg 1 Sec = 1000"))
Also by declaring the variable in global format the fact that Time1, which I am assumming is the name for the...
Hi, HTH
in your making of the string you can do something like this.
Dim strint As Long
strint = CLng(Mid(MaskEdBox1.Text, 1, 3) + Mid(MaskEdBox1.Text, 4, 3))
Result will be 713555
Remembering that though the Mask is seen by the user it is not stored as it is seen.
Again HTH
AntonV
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.