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 wOOdy-Soft 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 JohnStep

  1. JohnStep

    Windows XP TTS

    For some reason when I run L&H TTS in XP objMerlin.TTSModeID = objttsMode It gives me a Class not registered error. The same application I run in Windows 2000 or earlier. It runs fine. What does XP do to the TTS engine. I as well, have all of the components and references in place. Any...
  2. JohnStep

    Stream Audio through IP

    Anyone know of a mod or Control that will aid in Streaming Audio (WAV or MP3) over a network? Maybe a quick example of streaming the Codec. Thanks in Advance.
  3. JohnStep

    Resolve Proxy Surfers real IP

    I have a phpbb and am in despirate need to unmask a certain surfers IP address. His favorite trick is to use cgi/http sites like cloakme.net,proxy911.net etc in order to gain access to my site and cause havoc. I'm looking for a way to unmask this clown. Any ideas? J Stephens
  4. JohnStep

    (Random Digit)ld.exe malware

    I have a malware that will everyonce in a while create a file in System32. The files will be a random digit and ld.exe; ie 5286362ld.exe , 5882122ld.exe etc. The pain is this malware will arbitrarily try to use port 25 and send emails out. If I look at Netstat -a I will see that it opens...
  5. JohnStep

    Scsidrv.sys

    Any ideas where I can Download this file. The only place I have found to D/L it so far is from Microsofts website and that copy is corrupted (Go Figure). If anyone knows an alternate place to D/L it please let me know. J Stephens
  6. JohnStep

    Flash Banners?

    When using a swf file as a banner for a website is there any way I can make the banner into a hyperlink? a href=http:\\www.anywhere.com Does anyone know a way or can this be done? Thanks in advance, J Stephens
  7. JohnStep

    Changing Toolbar's button image at rumtime?

    Thanks, I know I was missing something!
  8. JohnStep

    Changing Toolbar's button image at rumtime?

    I have looked far and wide but cant get any answers. What is the best way to change a toolbars button image at runtime? Is there any way? Thanks for any help in advanced J Stephens
  9. JohnStep

    Best way to print Reports and Invoice

    What is a VB coders best option on Printing Reports and Invoices Crystal Reports or?? Any Ideas?
  10. JohnStep

    Creating Access Table error?

    Thanks alot for the tips. I edited the field to: DB.Execute "CREATE TABLE Tennant" & "(BuildingName CHAR (50), Apt INT, FirstName CHAR (50), MiddleInitial CHAR(1), LastName CHAR(50), Phone CHAR(20), SSN CHAR (9), PrevAddress MEMO, PrevCity CHAR (50), PrevZip CHAR(5), State INT, CarMake...
  11. JohnStep

    Creating Access Table error?

    I'm trying to create a table in a Access DB using the following line, but it's giving me a Syntax error. For the life of me I cannot find it. Any Ideas? db.Execute "CREATE TABLE Tennant" & "(BuildingName CHAR (50), Apt INT, FirstName CHAR (50), MiddleInitial CHAR(1), LastName CHAR(50), Phone...
  12. JohnStep

    Listview

    Using a ListView control what Property designates which member has been checked or not? Thanks in advanced J Stephens
  13. JohnStep

    Saving Email to a txt file

    I want to take the input from a textbox and save it to a txt file resident on the webserver. Any ideas the best way to approach such a task? Any help would be appreciated, J Stephens
  14. JohnStep

    Any Ideas easiest way to Broadcast audio

    in VB?? I have seen a couple of ActiveX (Lakeofsoft) but it also requires you to build a client. I would rather stream audio to a Winamp or WMP.
  15. JohnStep

    Access to SQL

    I have a question for those SQL guys. I do editing and saving in Access using the DAO 3.5 all the time. I have reviewed some code and seeing that altering SQL seems to be nearly the same. Is this true? Or how would you best edit SQL databases through VB with DAO or??

Part and Inventory Search

Back
Top