Click here to Skip to main content
16,004,974 members
Home / Discussions / C#
   

C#

 
General.Net 1.0 & 2.0 on the same machine Pin
kozu10-Jan-08 4:27
kozu10-Jan-08 4:27 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
Luc Pattyn10-Jan-08 4:40
sitebuilderLuc Pattyn10-Jan-08 4:40 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
Justin Perez10-Jan-08 4:40
Justin Perez10-Jan-08 4:40 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
mav.northwind10-Jan-08 8:43
mav.northwind10-Jan-08 8:43 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
Zoltan Balazs10-Jan-08 11:52
Zoltan Balazs10-Jan-08 11:52 
Generalneed event arguments for mshtml.HTMLElementEvents2_onclickEventHandler Pin
balakpn10-Jan-08 3:39
balakpn10-Jan-08 3:39 
GeneralRe: need event arguments for mshtml.HTMLElementEvents2_onclickEventHandler Pin
Judah Gabriel Himango10-Jan-08 5:20
sponsorJudah Gabriel Himango10-Jan-08 5:20 
GeneralRe: need event arguments for mshtml.HTMLElementEvents2_onclickEventHandler Pin
Skippums10-Jan-08 5:33
Skippums10-Jan-08 5:33 
What I usually do is when adding the event handler, I just push tab twice, to get the following effect...
SomeObject.SomeEvent += // push 'TAB' to accept the delegate and method VS assigns
SomeObject.SomeEvent += SomeEventHandler(SomeMethod); // push 'TAB' again when VS highlights
// 'SomeMethod', and the signiture for that method will be created for you.
private void SomeMethod(...) {

}
Hope this helps in the future,

Sounds like somebody's got a case of the Mondays

-Jeff

QuestionDLL Injection - Reading Messages in c# Pin
OsoreWatashi10-Jan-08 3:25
OsoreWatashi10-Jan-08 3:25 
GeneralRe: DLL Injection - Reading Messages in c# Pin
Skippums10-Jan-08 4:57
Skippums10-Jan-08 4:57 
GeneralRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi10-Jan-08 5:20
OsoreWatashi10-Jan-08 5:20 
GeneralRe: DLL Injection - Reading Messages in c# Pin
Skippums10-Jan-08 5:42
Skippums10-Jan-08 5:42 
GeneralRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi11-Jan-08 1:04
OsoreWatashi11-Jan-08 1:04 
NewsRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi11-Jan-08 1:09
OsoreWatashi11-Jan-08 1:09 
NewsRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi14-Jan-08 1:42
OsoreWatashi14-Jan-08 1:42 
QuestionDelegate Question Pin
Programm3r10-Jan-08 3:05
Programm3r10-Jan-08 3:05 
GeneralRe: Delegate Question Pin
Justin Perez10-Jan-08 3:31
Justin Perez10-Jan-08 3:31 
QuestionRe: Delegate Question Pin
Programm3r10-Jan-08 3:40
Programm3r10-Jan-08 3:40 
GeneralRe: Delegate Question Pin
Luc Pattyn10-Jan-08 4:43
sitebuilderLuc Pattyn10-Jan-08 4:43 
GeneralStoring hexadecimal values in XML Pin
Tiger45610-Jan-08 3:02
Tiger45610-Jan-08 3:02 
GeneralRe: Storing hexadecimal values in XML Pin
Skippums10-Jan-08 5:02
Skippums10-Jan-08 5:02 
GeneralProgramatically discover the version of a pdf file Pin
Neophyte3010-Jan-08 2:49
Neophyte3010-Jan-08 2:49 
GeneralRe: Programatically discover the version of a pdf file Pin
Luc Pattyn10-Jan-08 3:39
sitebuilderLuc Pattyn10-Jan-08 3:39 
GeneralRe: Programatically discover the version of a pdf file [modified] Pin
Neophyte3010-Jan-08 6:00
Neophyte3010-Jan-08 6:00 
QuestionSearching the properties in the Active Directory Pin
khuzwayom10-Jan-08 2:18
khuzwayom10-Jan-08 2:18 

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.