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 Chriss Miller 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: kar202
  • Content: Threads
  • Order by date
  1. kar202

    I need the rich text box to scroll automatically

    As the text fills up the text box, I would like for the rich text control to scroll automatically, so the user doesn't have to keep scrolling with the bar. Is there a property that addresses this or do I need to code something---and if so, help would be appreciated. Thanks.
  2. kar202

    Inet control license

    Hi, I wrote a program several months ago using an inet control on a different computer. When I try to run this program on my home computer, I get this error: Line 47: Cannot load control Inet1; license not found. Any help is very much appreciated. Thanks.
  3. kar202

    executing an application through VB

    Hi. I have a command button on my form that I would like to click and open the Windows sound recorder accessory with. It's located at C:\WINDOWS\system32\sndrec32.exe Anyone know how I can click the command button and execute this application? Thanks.
  4. kar202

    Accessing system clock for future dates

    Is there any way I can use the system clock to look ahead into the future and get me information on how many days will be in a certain month, and what day of the week the first day of the month will be? For example, say I type in "2/2006". I want my Excel macro to go into the system clock and...
  5. kar202

    Microsoft Word VBA ActiveDocument error

    Basically, I have a program that is inserting images saved to the hard drive into Word, but first the program must open Word and change the margins. Here is the code relevent to my problems: ------------------------------------------- Dim WordApp As Word.Application Dim WordDoc As Word.document...
  6. kar202

    Using Inet control to save online image to disk

    I know that the Inet control gives me this ability, but so far I am not having any success. What I want is nothing fancy, just this: A button is clicked, and the .jpeg at http://mi.wizards.com/global/images/magic/general/armageddon.jpg is saved to C:\Windows\temp That's all I want, yet I can't...
  7. kar202

    saving a jpeg from online

    Can I use Microsoft Internet Controls or HTML library to save an image from online onto my hard disk? Thanks.
  8. kar202

    Properly using HTTP::Request

    I am creating an automated statistics report for my website. The stats are from LiveStats 5.0 (from DeepMetrix). The links within are dynamic and created on-the-fly even if you are browsing old statistics. Therefore I plan on retrieving a URL, parsing the HTML, and then submitting the link I...

Part and Inventory Search

Back
Top