Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AntonV

  1. AntonV

    How do I use part of a DLL?

    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 -...
  2. AntonV

    Why isn't this random file function working???

    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
  3. AntonV

    Why isn't this random file function working???

    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...
  4. AntonV

    Html Extraction from WebBrowser Ctrl

    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...
  5. AntonV

    Setting Variables

    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...
  6. AntonV

    maybe someone can help me, i have a

    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

Part and Inventory Search

Back
Top