Click here to Skip to main content
15,908,661 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 2:50
professionalAndi Fandrich6-Feb-07 2:50 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm6-Feb-07 4:30
steve_rm6-Feb-07 4:30 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 5:20
professionalAndi Fandrich6-Feb-07 5:20 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm6-Feb-07 7:36
steve_rm6-Feb-07 7:36 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich6-Feb-07 21:06
professionalAndi Fandrich6-Feb-07 21:06 
QuestionRe: typed datasets and parent/child relationships Pin
steve_rm7-Feb-07 5:50
steve_rm7-Feb-07 5:50 
AnswerRe: typed datasets and parent/child relationships Pin
Andi Fandrich7-Feb-07 7:09
professionalAndi Fandrich7-Feb-07 7:09 
QuestionDynamicly set different property of object Pin
Philippe Delodder6-Feb-07 0:02
Philippe Delodder6-Feb-07 0:02 
Hi,

I'm working on a system to read in xml files( the xml files are generated from a from.designer.vb file)and create form of it. I'm looking for a way to dynamicaly create a button or a textbox so I tryed this:
Dim o As New Object<br />
o = Activator.CreateInstance(System.Type.GetType("System.Windows.Forms.Button"))


But the code above fails to work i'm always getting the same null Frown | :(

And my second problem is I need to set the properties of an object dynamicaly this means:
Form.controls.Item("naamofobject").text = "" <-- this is the way i know but i'm looking for a way like this:
Form.controls.Item("naamofobject").("propertynama") = "" <-- could this be possible in any way?

Thx in advance

Lodder


-- modified at 6:16 Tuesday 6th February, 2007
AnswerRe: Dynamicly set different property of object Pin
nlarson116-Feb-07 3:56
nlarson116-Feb-07 3:56 
GeneralRe: Dynamicly set different property of object Pin
Philippe Delodder6-Feb-07 4:07
Philippe Delodder6-Feb-07 4:07 
GeneralRe: Dynamicly set different property of object Pin
nlarson116-Feb-07 4:20
nlarson116-Feb-07 4:20 
GeneralRe: Dynamicly set different property of object Pin
Philippe Delodder6-Feb-07 22:25
Philippe Delodder6-Feb-07 22:25 
QuestionSearching text in a datagridview as the user key in a textbox Pin
Sandy C5-Feb-07 23:02
Sandy C5-Feb-07 23:02 
AnswerRe: Searching text in a datagridview as the user key in a textbox Pin
DA_Loring6-Feb-07 22:48
DA_Loring6-Feb-07 22:48 
QuestionClosing the form when the user clicks outside the form Pin
Sandy C5-Feb-07 22:48
Sandy C5-Feb-07 22:48 
AnswerRe: Closing the form when the user clicks outside the form Pin
nlarson116-Feb-07 4:01
nlarson116-Feb-07 4:01 
QuestionWhy I only can deploy 1 time? Pin
crazyteh5-Feb-07 22:04
crazyteh5-Feb-07 22:04 
AnswerRe: Why I only can deploy 1 time? Pin
Christian Graus5-Feb-07 22:44
protectorChristian Graus5-Feb-07 22:44 
GeneralRe: Why I only can deploy 1 time? Pin
crazyteh7-Feb-07 16:04
crazyteh7-Feb-07 16:04 
Questionnewbie on DB2 Pin
sal215-Feb-07 21:53
sal215-Feb-07 21:53 
Questionsql server 2000 in window service Pin
harsh_c5-Feb-07 20:36
professionalharsh_c5-Feb-07 20:36 
AnswerRe: sql server 2000 in window service Pin
Colin Angus Mackay5-Feb-07 22:20
Colin Angus Mackay5-Feb-07 22:20 
GeneralRe: sql server 2000 in window service Pin
harsh_c3-Apr-07 2:30
professionalharsh_c3-Apr-07 2:30 
GeneralRe: sql server 2000 in window service Pin
Colin Angus Mackay3-Apr-07 6:51
Colin Angus Mackay3-Apr-07 6:51 
QuestionHelp me!!-Error While deleting datagridview specified Row Pin
priya_p2335-Feb-07 20:30
priya_p2335-Feb-07 20:30 

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.