473,396 Members | 1,805 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Starting URL from VB.NET 2002

KS
How to send the user to a specified URL when clicking on a picturebox ?

KS, Denmark
Jul 21 '05 #1
4 1139

Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles PictureBox1.Click

Dim p As New Process

p.StartInfo.UseShellExecute = True
p.Start("http://www.vbbox.com/")

End Sub
--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

"KS" <ke************@os.dk> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
How to send the user to a specified URL when clicking on a picturebox ?

KS, Denmark

Jul 21 '05 #2
KS
Works fine - thanks !

KS, Denmark

"Klaus H. Probst" <us*******@vbbox.com> skrev i en meddelelse
news:%2****************@TK2MSFTNGP11.phx.gbl...

Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles PictureBox1.Click

Dim p As New Process

p.StartInfo.UseShellExecute = True
p.Start("http://www.vbbox.com/")

End Sub
--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

"KS" <ke************@os.dk> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
How to send the user to a specified URL when clicking on a picturebox ?

KS, Denmark


Jul 21 '05 #3
KS
How can I enable the 'tool tip' (the yellow box with a text) when pointing
the link ?

KS, Denmark

"KS" <ke************@os.dk> skrev i en meddelelse
news:OW*************@TK2MSFTNGP12.phx.gbl...
Works fine - thanks !

KS, Denmark

"Klaus H. Probst" <us*******@vbbox.com> skrev i en meddelelse
news:%2****************@TK2MSFTNGP11.phx.gbl...

Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles PictureBox1.Click

Dim p As New Process

p.StartInfo.UseShellExecute = True
p.Start("http://www.vbbox.com/")

End Sub
--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

"KS" <ke************@os.dk> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
How to send the user to a specified URL when clicking on a picturebox ?
KS, Denmark



Jul 21 '05 #4
KS
I found out myself !

KS, Denmark
"KS" <ke************@os.dk> skrev i en meddelelse
news:eO*************@TK2MSFTNGP09.phx.gbl...
How can I enable the 'tool tip' (the yellow box with a text) when pointing
the link ?

KS, Denmark

"KS" <ke************@os.dk> skrev i en meddelelse
news:OW*************@TK2MSFTNGP12.phx.gbl...
Works fine - thanks !

KS, Denmark

"Klaus H. Probst" <us*******@vbbox.com> skrev i en meddelelse
news:%2****************@TK2MSFTNGP11.phx.gbl...

Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click

Dim p As New Process

p.StartInfo.UseShellExecute = True
p.Start("http://www.vbbox.com/")

End Sub
--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

"KS" <ke************@os.dk> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
> How to send the user to a specified URL when clicking on a
picturebox
? >
> KS, Denmark
>
>



Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Cherrish Vaidiyan | last post by:
hello, I am been getting mad with so many doubts and errors.. I have posted some doubts,test cases regarding listener,replication and standby database.But i havent got any response..(I am...
13
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine,...
9
by: Rob | last post by:
Scenario: O/S: Win XP Professional Back-end: Access 2002 on network server I have an Access 97 application, in production on our network, that takes appoximately 5 minutes to process monthly...
9
by: StevenH | last post by:
I stumped Can someone assist me with the query for "invoices from 2002 & not from 2004" thanks
2
by: Mike | last post by:
I have previously used Access versions 97, 2000, 2002, and now 2003. I have written a program and wanted to send it to someone who only has Access 2002. I removed version 2003 and reinstalled...
0
by: Gaurav | last post by:
Hi, I have a connection string "Data Source=db1.mynet;DATABASE=test;User ID=testuser;Password=test;" , when i use the connection string to get a dataset of all the tables of a database it...
5
by: Niklas Uhlin | last post by:
Someone please explain why Session_Start fires multiple times / retains SessionID values between sessions, when you open an ASP.NET page from MS Word. For details of the problem, see below: 1....
2
by: Fie Fie Niles | last post by:
I have a WinXP Professional that had Microsoft Visual Studio .NET 2002. I created a new project of type Visual Basic Projects and used template: ASP.NET Web application. When I hit F5 to run the...
4
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.