Windows Vista
VS Express Editions
Visual C#
Visual Basic
Visual C++
Smart Device
Visual J#
Windows Live
Architecture
Microsoft ISV
SQL Server
VS Team System
.NET Development
Windows Forms
Visual FoxPro
Software Development Network>> Visual C#>> Web Browser
Web Browser
Hot Topic
axWindowsMediaPlayer1 And .WMV
Threads
Challenge here
How to copy sites?
dataGridView1.Rows.Add()
TextBox Right-click problem
FileInfo.CreationTime resolution
Write strings into a richTextBox
Firewall Hook Driver w/ .NET
Read and Write to Image Data Type in Sql Server
Visual C#
Socket Question
Feedback on DragDrop in Solution Explorer
Sessions
How to play DVD disk in windowless mode?
Question about class design best practice
disabling and/or hiding Windows taskbar
File Write li Help
Constructor Chaining in C#
How can i set DD/MM/YYYY for date time picker ?
VS 2005 Beta 2 - Visual Web Dev - set default language to C# from VB
Web Browser
Ok. I am trying to set a WebBrowsers URL programmically. But it wont let me. Can someone tell me how to do this
Answer this question
Web Browser
Dolly
Hi,
You can set it like this:
webBrowser1.Url = new Uri("http://www.google.com.ph");
cheers,
Paul June A. Domag
Web Browser
Answer this question
Web Browser
Dolly
You can set it like this:
webBrowser1.Url = new Uri("http://www.google.com.ph");
cheers,
Paul June A. Domag