string manipulation and statusbarpanel popup menu
skysan
Canada
I have two question
1. how can i get a string from within a string
i mean i want to get the url string
actually i want to get the abve url & put it as link to the popup menu
plz help & code me out this stuff......
1. how can i get a string from within a string
i mean i want to get the url string
http://www.whatever.com/anylink/ from within <a href= and >.2. how can i add popup menu to a statusbar panel
actually i want to get the abve url & put it as link to the popup menu
plz help & code me out this stuff......
0
Comments
to add it in the popup menu of statusbarpanel using vb.net. pleez help .
coz in vb.net we set
Dim str as string ="whatever string"
but that string already contains so many (") so i am having problem first in picking the string from docStr.innerHTML & then storing it to a string variable.