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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pozitron
  • Order by date
  1. pozitron

    time delays in VBA

    Hi portlandtrailblazer, I agree with HughLerwill on trying to use a DoEvents statement. Sometimes it is just a matter of letting the events filter out first before trying to access the data you need. Additionally you might want to try using the Sleep API method. This will give you a more...
  2. pozitron

    SendMessage(WM_GETTEXT)

    Hello, I haven't tried this but you might try using the GetRef function in combination with the Rundll32.exe. From what I understand GetRef will return the address of an object, which should give you the pointer. Then you might be able to use the pointer to call rundll32 with sendmessage as a...
  3. pozitron

    VBS for SFTP batch process

    Try using this function. Just pass it a date (I tested it with the Now() function and it returned 0507). I know you can do this with the Format function. I spent 2 mintues writing my own and 15 minutes researching how to use the Format function and I still couldn't get it to work right. Good...
  4. pozitron

    What is the best way to show movies?

    Hello, I am currently writing a custom media player for a friend of mine. I am using the WindowsMediaPlayer Control. My first question is what version of WindowsMediaPlayer do you have. I have done this with the last 3 versions of Windows Media Player, but this only works for Windows Media...

Part and Inventory Search

Back
Top