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 TouchToneTommy 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: Jacquesvdz
  • Content: Threads
  • Order by date
  1. Jacquesvdz

    Splitting filename from filepath

    If I have a Filepath strFilePath = C:\HORIZON DEV\HorizonPackage\Development\Horizon\HORIZON Debug.VBG How do I get the FilePath like this: C:\HORIZON DEV\HorizonPackage\Development\Horizon\.. without the FileName.vbg and get the FileName alone strFileName = HORIZON Debug.VBG So on the end...
  2. Jacquesvdz

    Getting rid of a piece of string

    I open a vbg file as text then I retrieve all the vbp. But I don't want the "VBGROUP 5.0", "StartupProject" and "Project=" How do I do that. And if I have the "Project=" gone how do I get the full path. VBGROUP 5.0 StartupProject=HorizonAccPac.vbp...
  3. Jacquesvdz

    Looping through Listbox

    Hi all. Want to know how to loop through listbox with url's in it. What happens.On command click It must take the url pass it through to a method.The method uses the url to retrieve information.When it is finished with the url it must take the next one and pass it again to the method and so on...
  4. Jacquesvdz

    Searching string in vbcode

    Hi all. Hope you can help me with this one. I need to enter a string ex. PartyID in a textbox and then I have to select(browse) a url to .vbg project and it must search in all the code in the vbg. and so forth for the word "PartyID" and give me a total of words. Any help will be...

Part and Inventory Search

Back
Top