Click here to Skip to main content
15,911,890 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: RegKey Pin
Luc Pattyn8-May-10 9:46
sitebuilderLuc Pattyn8-May-10 9:46 
GeneralRe: RegKey Pin
Hrizip8-May-10 22:11
Hrizip8-May-10 22:11 
AnswerRe: CallbackWrapper Pin
Luc Pattyn8-May-10 9:50
sitebuilderLuc Pattyn8-May-10 9:50 
AnswerRe: overall Pin
Luc Pattyn8-May-10 9:57
sitebuilderLuc Pattyn8-May-10 9:57 
GeneralRe: overall Pin
Hrizip8-May-10 10:52
Hrizip8-May-10 10:52 
GeneralRe: overall Pin
Luc Pattyn8-May-10 11:04
sitebuilderLuc Pattyn8-May-10 11:04 
AnswerRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Hrizip8-May-10 22:32
Hrizip8-May-10 22:32 
GeneralRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Luc Pattyn9-May-10 1:57
sitebuilderLuc Pattyn9-May-10 1:57 
Hi again,

in normal situations, you don't need to go into the internals of events, i.e. I don't expect you would need Delegate.Combine at all. In normal circumstances, all the code you would need is what can be found in the MSDN example here[^]. There are three parts:

1. event declaration, with event keyword
2. event set-up, based on AddHandler
3. event processing, which looks like a regular method you have to provide.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

If you want my opinion or comment, ask in a forum or on my profile page; I will not participate in frackin' Q&A

GeneralRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Hrizip9-May-10 2:38
Hrizip9-May-10 2:38 
AnswerRe: Adapting a DLL to VB.NET, using PINVOKE Pin
Hrizip12-May-10 23:54
Hrizip12-May-10 23:54 
QuestionHow could I debug the connection process of a COM AddIn Pin
Sonhospa8-May-10 8:12
Sonhospa8-May-10 8:12 
AnswerRe: How could I debug the connection process of a COM AddIn Pin
Luc Pattyn8-May-10 8:40
sitebuilderLuc Pattyn8-May-10 8:40 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Sonhospa8-May-10 12:26
Sonhospa8-May-10 12:26 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Luc Pattyn8-May-10 12:33
sitebuilderLuc Pattyn8-May-10 12:33 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Sonhospa8-May-10 13:09
Sonhospa8-May-10 13:09 
GeneralRe: How could I debug the connection process of a COM AddIn Pin
Luc Pattyn8-May-10 13:28
sitebuilderLuc Pattyn8-May-10 13:28 
NewsRe: How could I debug the connection process of a COM AddIn Pin
Sonhospa10-May-10 5:04
Sonhospa10-May-10 5:04 
Questionmanage 2 sim in my mobile phone Pin
Joshua828-May-10 7:24
Joshua828-May-10 7:24 
AnswerRe: manage 2 sim in my mobile phone Pin
Dave Kreskowiak8-May-10 13:33
mveDave Kreskowiak8-May-10 13:33 
GeneralRe: manage 2 sim in my mobile phone Pin
Joshua829-May-10 23:04
Joshua829-May-10 23:04 
GeneralRe: manage 2 sim in my mobile phone Pin
Dave Kreskowiak10-May-10 2:19
mveDave Kreskowiak10-May-10 2:19 
QuestionTrying to override a protected method in DataGridView [Answered] Pin
kepatter7-May-10 5:19
professionalkepatter7-May-10 5:19 
AnswerRe: Trying to override a protected method in DataGridView Pin
Alan N7-May-10 6:56
Alan N7-May-10 6:56 
AnswerRe: Trying to override a protected method in DataGridView Pin
William Winner7-May-10 7:14
William Winner7-May-10 7:14 
GeneralRe: Trying to override a protected method in DataGridView Pin
kepatter7-May-10 9:23
professionalkepatter7-May-10 9:23 

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.