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 strongm 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: martinriggs
  • Order by date
  1. martinriggs

    A problem creating setup and deployment project

    Here goes: select the application folder in the left pane of the file system editor. in right plane click primary output, from the application. A shortcut icon appears.Name it whatever you want drag the application (newly named) shortcut into the User Programs menu folder in the left pane...
  2. martinriggs

    Open Microsoft Word document from VB.NET.

    The "Shell" command used to work in VB6, not sure about .NET goes like this... Shell("c:\WHATEVER THE PATH IS TO THE DOCUMENT\DOCUMENT NAME.DOC ")
  3. martinriggs

    MDI Forms - Opening child

    To show a form on MDI parent try this, form1.DefInstance.Show() or this... Dim Form1 as new Form1 Form1.Show() hope it works

Part and Inventory Search

Back
Top