cancel
Showing results for 
Search instead for 
Did you mean: 

open browser

Former Member
0 Kudos

Hi

   I have 1 UDT table in which i have stored the I.P Address . Suppose I.P address is 192.168.1.10. I want to create option say "Link" in menu when user clicks on link it should read value of I.P Address and open it in browser like http://192.168.1.10

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

edy_simon
Active Contributor
0 Kudos

Hi Sunny,

Can you try

System.Diagnostics.Process.Start("http://192.168.1.10")

Regards,

Edy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sunny,

Is this table going to have only one record ? As you mentioned you want an option "LINK" in Menu (Assuming you are talking about main menu ) ?

Regards

Former Member
0 Kudos

Hi Pari

   Yes there will be only 1 record .

Thanks

Former Member
0 Kudos

Hi All

  Please help me how to Open Browser using SDK

Thanks