Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: run cmd.exe Pin
PIEBALDconsult1-Aug-09 13:26
mvePIEBALDconsult1-Aug-09 13:26 
GeneralRe: run cmd.exe Pin
Xmen Real 1-Aug-09 18:02
professional Xmen Real 1-Aug-09 18:02 
QuestionRe: File Properties Pin
rick05562-Aug-09 19:47
rick05562-Aug-09 19:47 
QuestionURL's Pin
Gregory Bryant1-Aug-09 11:34
Gregory Bryant1-Aug-09 11:34 
AnswerRe: URL's Pin
Henry Minute1-Aug-09 11:59
Henry Minute1-Aug-09 11:59 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 13:04
Gregory Bryant1-Aug-09 13:04 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 14:14
professionalRichard Andrew x641-Aug-09 14:14 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 15:56
Gregory Bryant1-Aug-09 15:56 
ok I have all the Code but exactly how to create a Click Handler

private void listBox1_Click(object sender, ??? e)
{
String item = listBox1.SelectedItem.ToString();

System.Diagnostics.Process.Start("http:site" + item);
}

what exactly should I have there?
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 16:05
professionalRichard Andrew x641-Aug-09 16:05 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:10
Gregory Bryant1-Aug-09 16:10 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:28
Gregory Bryant1-Aug-09 16:28 
GeneralRe: URL's Pin
Richard Andrew x641-Aug-09 16:32
professionalRichard Andrew x641-Aug-09 16:32 
GeneralRe: URL's Pin
Gregory Bryant1-Aug-09 16:38
Gregory Bryant1-Aug-09 16:38 
QuestionCrystalReport ReportSource not from a file path but a byte array. Possible? Pin
Wendell.S1-Aug-09 11:10
Wendell.S1-Aug-09 11:10 
QuestionPrevent same user to login [modified] Pin
gal0001-Aug-09 10:32
gal0001-Aug-09 10:32 
AnswerRe: Prevent same user to login Pin
Abhijit Jana1-Aug-09 11:00
professionalAbhijit Jana1-Aug-09 11:00 
GeneralRe: Prevent same user to login Pin
Luc Pattyn1-Aug-09 11:25
sitebuilderLuc Pattyn1-Aug-09 11:25 
GeneralRe: Prevent same user to login Pin
Eddy Vluggen1-Aug-09 14:46
professionalEddy Vluggen1-Aug-09 14:46 
GeneralRe: Prevent same user to login Pin
Luc Pattyn1-Aug-09 14:55
sitebuilderLuc Pattyn1-Aug-09 14:55 
GeneralRe: Prevent same user to login Pin
Xmen Real 1-Aug-09 18:05
professional Xmen Real 1-Aug-09 18:05 
QuestionSingleton Pattern - When Use Pin
dataminers1-Aug-09 8:15
dataminers1-Aug-09 8:15 
AnswerRe: Singleton Pattern - When Use Pin
Not Active1-Aug-09 9:12
mentorNot Active1-Aug-09 9:12 
GeneralRe: Singleton Pattern - When Use Pin
dataminers1-Aug-09 10:14
dataminers1-Aug-09 10:14 
QuestionTreeView Recursion Pin
Muammar©1-Aug-09 7:50
Muammar©1-Aug-09 7:50 
AnswerRe: TreeView Recursion Pin
Mike Ellison1-Aug-09 10:47
Mike Ellison1-Aug-09 10:47 

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.