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 kcronin

  1. kcronin

    Overview on the Inet control

    TLiberty,<br> <br> Well, in the code, you can specify the exact path of the file you downloaded. If you know the file type, such as Word, and already know the file path, then you can create an instance of Word and open your document in it.<br> <br> Hope this helps. <p>Kenneth W. Cronin...
  2. kcronin

    Splash Screen

    Sarah,<br> <br> Wallyw is right. You probably should display the splash screen at the beginning of your Sub Main() function, then close it after the last step of code is processed, right before you show your main form.<br> <br> However, if you find that your code only takes a second to process...
  3. kcronin

    Splash Screen

    Sarah,<br> <br> You can do this several different ways.<br> <br> Whan you add a new form to your project, in the &quot;Add Form&quot; dialog you can select the &quot;Splash Screen&quot; template and then click open. This will create a splash screen form for you in your project.<br> <br> -- OR...
  4. kcronin

    Overview on the Inet control

    TLiberty,<br> <br> Here is some code that I came up with after wrestling with this one for a while myself. This code is actually getting the filenames from an array, but you can change it any way you like to meet your needs. Let me know if you have any questions or problems. Hope it helps...

Part and Inventory Search

Back
Top