Click here to Skip to main content
15,916,293 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Selecting text from a Word document Pin
reegan4128-Jun-07 6:14
reegan4128-Jun-07 6:14 
QuestionUses for Group Boxes Pin
HurricaneDan28-Jun-07 4:20
HurricaneDan28-Jun-07 4:20 
AnswerRe: Uses for Group Boxes Pin
Dave Kreskowiak28-Jun-07 5:17
mveDave Kreskowiak28-Jun-07 5:17 
QuestionCreate small size PNG file Pin
Rupesh Kumar Swami28-Jun-07 4:10
Rupesh Kumar Swami28-Jun-07 4:10 
AnswerRe: Create small size PNG file Pin
Dave Kreskowiak28-Jun-07 5:15
mveDave Kreskowiak28-Jun-07 5:15 
GeneralRe: Create small size PNG file Pin
Paul Conrad28-Jun-07 6:35
professionalPaul Conrad28-Jun-07 6:35 
QuestionDynamic button + dynamic code. Pin
Barbarus28-Jun-07 3:57
Barbarus28-Jun-07 3:57 
AnswerRe: Dynamic button + dynamic code. Pin
Dave Kreskowiak28-Jun-07 5:09
mveDave Kreskowiak28-Jun-07 5:09 
It's possible. I don't exactly know how, but it is.

I'm figuring that you would have to load the button handler text into a CodeDom and compiler it into an in-memory assembly. This assembly would then have to be loaded into the AppDomain, kind of like plugin functionality. You'd then have to wire up the event handler yourself after the code is loaded.

Don't ask for example on this one for I don't have any. This is all just speculation. I've given you enough keywords to Google on to get the smaller parts of the problem solved though. After that, it's a matter of stringing those smaller solutions together to get this to work.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: Dynamic button + dynamic code. [modified] Pin
Barbarus28-Jun-07 5:51
Barbarus28-Jun-07 5:51 
QuestionDataset Tables Pin
Brendan Vogt28-Jun-07 3:14
Brendan Vogt28-Jun-07 3:14 
AnswerRe: Dataset Tables Pin
nlarson1128-Jun-07 3:55
nlarson1128-Jun-07 3:55 
QuestionImport XML to a Dataset Pin
Brendan Vogt28-Jun-07 2:48
Brendan Vogt28-Jun-07 2:48 
AnswerRe: Import XML to a Dataset Pin
kubben28-Jun-07 4:23
kubben28-Jun-07 4:23 
QuestionSQL Server 2000 backup Pin
magedhv28-Jun-07 1:25
magedhv28-Jun-07 1:25 
AnswerRe: SQL Server 2000 backup Pin
Xandip28-Jun-07 1:53
Xandip28-Jun-07 1:53 
GeneralRe: SQL Server 2000 backup Pin
SHatchard28-Jun-07 1:55
SHatchard28-Jun-07 1:55 
GeneralRe: SQL Server 2000 backup Pin
magedhv28-Jun-07 1:55
magedhv28-Jun-07 1:55 
GeneralRe: SQL Server 2000 backup Pin
Xandip28-Jun-07 2:02
Xandip28-Jun-07 2:02 
GeneralRe: SQL Server 2000 backup Pin
magedhv28-Jun-07 2:30
magedhv28-Jun-07 2:30 
AnswerRe: SQL Server 2000 backup Pin
Steven J Jowett28-Jun-07 3:21
Steven J Jowett28-Jun-07 3:21 
QuestionHow can i override a Button property Pin
anujose28-Jun-07 0:14
anujose28-Jun-07 0:14 
AnswerRe: How can i override a Button property Pin
sathesh pandian28-Jun-07 1:31
sathesh pandian28-Jun-07 1:31 
GeneralRe: How can i override a Button property Pin
anujose28-Jun-07 1:55
anujose28-Jun-07 1:55 
GeneralRe: How can i override a Button property Pin
Steven J Jowett28-Jun-07 3:26
Steven J Jowett28-Jun-07 3:26 
GeneralRe: How can i override a Button property Pin
Dave Kreskowiak28-Jun-07 5:03
mveDave Kreskowiak28-Jun-07 5:03 

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.