Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setting keyboard focus Pin
Christian Graus19-Aug-04 13:21
protectorChristian Graus19-Aug-04 13:21 
GeneralRe: Setting keyboard focus Pin
progload19-Aug-04 13:51
progload19-Aug-04 13:51 
GeneralRe: Setting keyboard focus Pin
Christian Graus19-Aug-04 13:54
protectorChristian Graus19-Aug-04 13:54 
GeneralRe: Setting keyboard focus Pin
progload19-Aug-04 18:14
progload19-Aug-04 18:14 
GeneralRe: Setting keyboard focus Pin
Christian Graus22-Aug-04 10:30
protectorChristian Graus22-Aug-04 10:30 
GeneralAdd a variable to URL Pin
eggie519-Aug-04 11:45
eggie519-Aug-04 11:45 
GeneralRe: Add a variable to ie's path Pin
Christian Graus19-Aug-04 11:51
protectorChristian Graus19-Aug-04 11:51 
QuestionWindows Forms (Not ASP) DataGrid or ListView Hyperlink ??? Pin
gman4419-Aug-04 11:00
gman4419-Aug-04 11:00 
Does anyone know if its possible to hyperlink a ListView column in windows forms, not ASP???
I've found many articles on ASP, however I cannot find anything on Windows forms........

I would like to click on an IP in datacolumn that opens a web page (whois) at arin.net like:

http://ws.arin.net/cgi-bin/whois.pl?queryinput=120.210.120.100


I tried this code in the Listview click event handler

System.Diagnostics.Process.Start( "http://ws.arin.net/cgi-bin/whois.pl?queryinput= " & ListView1.SelectedItems(0).Text)

However, I receive the following error message when compiling in VS.NET C# and 'SelectedItems' is underlined...........

'System.Windows.Forms.ListView.SelectedItems' denotes a 'property' where a 'method' was expected

Helpppppppppppppppppppppp
AnswerRe: Windows Forms (Not ASP) DataGrid or ListView Hyperlink ??? Pin
leppie19-Aug-04 11:11
leppie19-Aug-04 11:11 
GeneralRe: Windows Forms (Not ASP) DataGrid or ListView Hyperlink ??? Pin
gman4419-Aug-04 12:46
gman4419-Aug-04 12:46 
GeneralRe: Windows Forms (Not ASP) DataGrid or ListView Hyperlink ??? Pin
leppie19-Aug-04 13:03
leppie19-Aug-04 13:03 
GeneralRe: Windows Forms (Not ASP) DataGrid or ListView Hyperlink ??? Pin
Nick Parker19-Aug-04 13:51
protectorNick Parker19-Aug-04 13:51 
Generalc# disassembly Pin
...---...19-Aug-04 9:11
...---...19-Aug-04 9:11 
GeneralRe: c# disassembly Pin
leppie19-Aug-04 11:13
leppie19-Aug-04 11:13 
GeneralRe: c# disassembly Pin
Anonymous19-Aug-04 11:39
Anonymous19-Aug-04 11:39 
GeneralRe: c# disassembly Pin
Nick Parker19-Aug-04 12:52
protectorNick Parker19-Aug-04 12:52 
GeneralRe: c# disassembly Pin
Christian Graus19-Aug-04 12:57
protectorChristian Graus19-Aug-04 12:57 
GeneralGantt Chart Control Pin
ppp00119-Aug-04 8:31
ppp00119-Aug-04 8:31 
GeneralRe: Gantt Chart Control Pin
sreejith ss nair19-Aug-04 19:04
sreejith ss nair19-Aug-04 19:04 
Generalmulti-column tree control Pin
ppp00119-Aug-04 8:22
ppp00119-Aug-04 8:22 
GeneralRe: multi-column tree control Pin
Jay Shankar19-Aug-04 21:05
Jay Shankar19-Aug-04 21:05 
Generalinvoke click on composite control Pin
ddelapasse19-Aug-04 8:10
ddelapasse19-Aug-04 8:10 
GeneralRe: invoke click on composite control Pin
ddelapasse19-Aug-04 8:29
ddelapasse19-Aug-04 8:29 
GeneralCalling .NET component from unmanaged C++ DLL Pin
mhand7519-Aug-04 8:07
mhand7519-Aug-04 8:07 
GeneralRe: Calling .NET component from unmanaged C++ DLL Pin
Anonymous19-Aug-04 10:42
Anonymous19-Aug-04 10:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.