i have used ca8msm method
It works exellent.
All that was needed is to set the strFilePath = ""
before the loop.
Thanx guys for all your reply's
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...
Thanks very much.
Maybe you are right, but I just want to get rid of the whole line "VBGROUP 5.0"
and the rest like "StartupProject=" and "Project="
I want to keep the url after that.
EXample.
VBGROUP 5.0
StartupProject=HorizonAccPac.vbp...
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...
Thanks guys
Sorted it out.
For the guys that don't know it
Here it is
' For ALL List items.
Dim lngIndex As Long
For lngIndex = 0 To List1.ListCount - 1
Call <methodname> List1.List(lngIndex)
Next lngIndex
' For only selected List items.
Dim lngIndex As Long
For lngIndex = 0 To...
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...
Sorry I did this like last week but did it in c#
It will be kind of the same I think.
I did it like this
objMailItem.Recipients.Add (text1.text);
When I execute then I type it in the textbox
Name Surname;anothername surname and so forth
If you send email to someone who exist in your adressbook...
Will it be something like this
This is a little bit advanced for me.
Can you maybe just help me with this loop
Like help me translate it into vb code if you guys don't mind
For each vbg file in listbox
Open vbg as textfile and get all vbp
For each vbp file in vbg
Open vbp as textfile...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.