Click here to Skip to main content
15,897,968 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 2:28
professionalWayne Gaylard29-Apr-10 2:28 
GeneralRe: addhandler, addressof question Pin
Simon_Whale29-Apr-10 2:37
Simon_Whale29-Apr-10 2:37 
GeneralRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 3:13
professionalWayne Gaylard29-Apr-10 3:13 
GeneralRe: addhandler, addressof question Pin
Simon_Whale29-Apr-10 3:27
Simon_Whale29-Apr-10 3:27 
GeneralRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 3:40
professionalWayne Gaylard29-Apr-10 3:40 
GeneralRe: addhandler, addressof question Pin
Gregory Gadow29-Apr-10 4:19
Gregory Gadow29-Apr-10 4:19 
GeneralRe: addhandler, addressof question Pin
cptKoala29-Apr-10 20:41
cptKoala29-Apr-10 20:41 
GeneralRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 23:06
professionalWayne Gaylard29-Apr-10 23:06 
The OP originally stated that he was getting the info from a file. I assumed it was a text file where the name of the button was stored together with it's function name, and that they would be retrieved in one operation, and then assigned on the fly. In the form load event in the examples sited by me, the if i mod 2 ... was used for demo purposes only. In Gregorys example, where he assigns an eventhandler directly to a property, you would still need to decide, when you retrieve the info from the file, what function is the right one, as all you have is a string representing the name of the function, and not an instance of the function itself, if you get me. Therefore you would still need to put in the Select Case On Assignment

. To illustrate this, Take this example

vb.net>
So in essence there is really no difference between the way Gregory and myself implemented this.

Happy Coding

GeneralRe: addhandler, addressof question Pin
cptKoala30-Apr-10 0:06
cptKoala30-Apr-10 0:06 
AnswerRe: addhandler, addressof question Pin
supercat96-May-10 7:08
supercat96-May-10 7:08 
Questionwebbroeser auto login Pin
gokhan üstüner28-Apr-10 22:20
professionalgokhan üstüner28-Apr-10 22:20 
QuestionHelp with checkbox on datagrid? [modified] Pin
waner michaud28-Apr-10 7:45
waner michaud28-Apr-10 7:45 
AnswerRe: Help with checkbox on datagrid? Pin
Henry Minute28-Apr-10 12:54
Henry Minute28-Apr-10 12:54 
AnswerRe: Help with checkbox on datagrid? Pin
Md. Marufuzzaman28-Apr-10 22:07
professionalMd. Marufuzzaman28-Apr-10 22:07 
GeneralRe: Help with checkbox on datagrid? Pin
waner michaud29-Apr-10 3:14
waner michaud29-Apr-10 3:14 
Questionweb browser in vb.net. Pin
offroaderdan28-Apr-10 6:30
offroaderdan28-Apr-10 6:30 
AnswerRe: web browser in vb.net. Pin
Luc Pattyn28-Apr-10 7:16
sitebuilderLuc Pattyn28-Apr-10 7:16 
AnswerRe: web browser in vb.net. Pin
The Man from U.N.C.L.E.28-Apr-10 21:37
The Man from U.N.C.L.E.28-Apr-10 21:37 
QuestionVB.NET 2005 - Walking the Document Outline to iterate through controls Pin
vvincent28-Apr-10 5:26
vvincent28-Apr-10 5:26 
AnswerRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
Dave Kreskowiak28-Apr-10 8:19
mveDave Kreskowiak28-Apr-10 8:19 
GeneralRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
vvincent28-Apr-10 11:47
vvincent28-Apr-10 11:47 
GeneralRe: VB.NET 2005 - Walking the Document Outline to iterate through controls Pin
Dave Kreskowiak28-Apr-10 15:32
mveDave Kreskowiak28-Apr-10 15:32 
QuestionQueries for Datagrid View in VB 2008 Pin
Razanust28-Apr-10 0:52
Razanust28-Apr-10 0:52 
AnswerRe: Queries for Datagrid View in VB 2008 Pin
Simon_Whale28-Apr-10 0:59
Simon_Whale28-Apr-10 0:59 
GeneralKindly solve it out ! Queries for Datagrid View in VB 2008 Pin
Razanust28-Apr-10 4:04
Razanust28-Apr-10 4:04 

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.