Click here to Skip to main content
16,005,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to call a aspx page from a windows form Pin
ac_vbdeveloper12-Apr-05 3:17
ac_vbdeveloper12-Apr-05 3:17 
GeneralList all controls existing in a form Pin
wgalafassijr28-Mar-05 5:13
wgalafassijr28-Mar-05 5:13 
GeneralRe: List all controls existing in a form Pin
rwestgraham28-Mar-05 17:52
rwestgraham28-Mar-05 17:52 
GeneralCanadian Postal Codes Validation Pin
Member 157864528-Mar-05 4:39
Member 157864528-Mar-05 4:39 
GeneralRe: Canadian Postal Codes Validation Pin
Dave Kreskowiak28-Mar-05 5:03
mveDave Kreskowiak28-Mar-05 5:03 
GeneralRe: Canadian Postal Codes Validation Pin
Mandar Patankar28-Mar-05 5:57
Mandar Patankar28-Mar-05 5:57 
Questioninstantiate a class from a string name? Pin
BlackDice28-Mar-05 4:04
BlackDice28-Mar-05 4:04 
AnswerRe: instantiate a class from a string name? Pin
Robert Rohde28-Mar-05 4:42
Robert Rohde28-Mar-05 4:42 
You need reflection to accomplish this:
System.Reflection.Assembly.GetExecutingAssembly().CreateInstance("FullyQualifiedTypeName")


Note that you need the Assembly instance in which the class which should be created resides. If this is not the executing assembly than you will have to use some of the other static functions of Assembly.
GeneralRe: instantiate a class from a string name? Pin
BlackDice28-Mar-05 4:45
BlackDice28-Mar-05 4:45 
GeneralRe: instantiate a class from a string name? Pin
Dave Kreskowiak28-Mar-05 5:00
mveDave Kreskowiak28-Mar-05 5:00 
GeneralOpen file in its parent application Pin
payal sheth28-Mar-05 2:13
payal sheth28-Mar-05 2:13 
GeneralRe: Open file in its parent application Pin
Dave Kreskowiak28-Mar-05 4:59
mveDave Kreskowiak28-Mar-05 4:59 
GeneralRe: Open file in its parent application Pin
payal sheth28-Mar-05 18:14
payal sheth28-Mar-05 18:14 
GeneralRe: Open file in its parent application Pin
Dave Kreskowiak29-Mar-05 2:08
mveDave Kreskowiak29-Mar-05 2:08 
GeneralStartMenuItemz Pin
AndrewVos28-Mar-05 1:36
AndrewVos28-Mar-05 1:36 
QuestionHow do I bind dataset using stored procedure? Pin
Vipul Mehta27-Mar-05 19:37
Vipul Mehta27-Mar-05 19:37 
GeneralDisabling Menu Items of MS Word Application Pin
Anonymous27-Mar-05 19:35
Anonymous27-Mar-05 19:35 
Generalenumerate Event handlers For a control Pin
xstoneheartx27-Mar-05 17:57
xstoneheartx27-Mar-05 17:57 
GeneralRe: enumerate Event handlers For a control Pin
Dave Kreskowiak28-Mar-05 4:58
mveDave Kreskowiak28-Mar-05 4:58 
GeneralRe: enumerate Event handlers For a control Pin
xstoneheartx28-Mar-05 9:14
xstoneheartx28-Mar-05 9:14 
GeneralRe: enumerate Event handlers For a control Pin
Dave Kreskowiak29-Mar-05 1:48
mveDave Kreskowiak29-Mar-05 1:48 
Generalvb.net tutorial Pin
epattam27-Mar-05 14:41
epattam27-Mar-05 14:41 
GeneralRe: vb.net tutorial Pin
Dave Kreskowiak27-Mar-05 15:20
mveDave Kreskowiak27-Mar-05 15:20 
QuestionHow to extract last word typed into richtextbox ? Pin
hammo27-Mar-05 13:54
hammo27-Mar-05 13:54 
AnswerRe: How to extract last word typed into richtextbox ? Pin
Dave Kreskowiak27-Mar-05 15:18
mveDave Kreskowiak27-Mar-05 15: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.