1.

Solve : VB code question maybe??

Answer»

umm IM not sure about this. i have tried looking for how to create these notify icons and i made one but how do i get it to show up? do i have to make a code for it or what?and also now that i think about it, i have another question...
I'm making an explorer to view my WEBSITE (basically testing stuffs still trying to figure out VB) and I have buttons on the side that say like, home, music, pics, videos, about, etc... i also have next to these a WEB browser, how do i make a code for these buttons that just change the URL of the browser?You haven't stated which VB you are using VB6 or VB.NET. i have VB express 2005...Make a name for the web browser tool:

WebBrowser1.Navigate(TextBox1.Text)

Where the web address is in the TextBox. You can use combo or buttons to send you to the page you need. Did you try the tutorials? That is one of the first routines listed!

As for the icons, what exactly are you doing?

TedTextboxes don't have a text property after version 6.0. it is a .Value property.wow lol this is an old topic...Not anymore QUOTE from: BC_Programmer on December 31, 2007, 07:54:34 PM

Textboxes don't have a text property after version 6.0. it is a .Value property.

Rubbish, I use VB.NET 2003 and VB.NET 2008 and both have a .text property!Quote
I use VB.NET 2003 and VB.NET 2008 and both have a .text property!

Ditto for VB.Net 2005

Even the IntelliSense shows a .text property but no .value property for a textbox.

Oops sorry- maybe I'm thinking of the first .NET Framework?

Or maybe I'm just confused...

I've only really created class libraries in .NET. Please forgive me :O


Discussion

No Comment Found