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: *

  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

    OK, I got it. Thanks
  4. 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.
  5. 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...
  6. 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...
  7. kar202

    Using Inet control to save online image to disk

    Sorry for the double post. OK, now when I build the program and try to run it on a computer that doesn't have VB6.0 installed, I get "cannot find MSINET.ocx" or something like that. Is there anyway I can correct this so any computer can run the program? Thanks.
  8. kar202

    Using Inet control to save online image to disk

    Hypetia, I've checked into that a little, but I actually am putting the images into Microsoft Word using VBA, and in order to use the .selection.addpicture (or something like that) method, I have to have the .jpg saved to the disk. If you know of a way in which I could transport the .jpg...
  9. kar202

    Using Inet control to save online image to disk

    Hypetia, I've checked into that a little, but I actually am putting the images into Microsoft Word using VBA, and in order to use the .selection.addpicture (or something like that) method, I have to have the .jpg saved to the disk. If you know of a way in which I could transport the .jpg...
  10. kar202

    Using Inet control to save online image to disk

    Thanks so much for your help. Unfortunately, it still isn't working in the way I need it. I added the scrrun.dll at the suggestion of johnwm and the FileSystemObject began working. I ran the original program that strongm created and it worked fine. However, I found that if I wanted to do another...
  11. kar202

    Using Inet control to save online image to disk

    Well, no, I have added all the references. For example, "New FileSystemObject" gives me "user defined type not defined.
  12. 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...
  13. kar202

    saving a jpeg from online

    thanks for putting up with a newb like me, I appreciate it.
  14. kar202

    saving a jpeg from online

    Can you point me in the right direction? I can't find a class or method that really gives me this capability. Thanks.
  15. 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.
  16. 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