Click here to Skip to main content
16,007,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Question T.T Pin
Christian Graus21-Sep-06 14:54
protectorChristian Graus21-Sep-06 14:54 
AnswerRe: Question T.T Pin
schachmat21-Sep-06 22:01
schachmat21-Sep-06 22:01 
QuestionRuntime Compilation? Pin
schachmat21-Sep-06 12:10
schachmat21-Sep-06 12:10 
AnswerRe: Runtime Compilation? Pin
Christian Graus21-Sep-06 12:19
protectorChristian Graus21-Sep-06 12:19 
QuestionRe: Runtime Compilation? Pin
schachmat21-Sep-06 12:54
schachmat21-Sep-06 12:54 
AnswerRe: Runtime Compilation? Pin
Christian Graus21-Sep-06 12:57
protectorChristian Graus21-Sep-06 12:57 
QuestionRe: Runtime Compilation? [modified] Pin
schachmat21-Sep-06 13:00
schachmat21-Sep-06 13:00 
NewsRe: Runtime Compilation? Pin
schachmat23-Sep-06 6:18
schachmat23-Sep-06 6:18 
__Dim InfoMember As System.Reflection.MemberInfo
__Dim InfoProperty As System.Reflection.PropertyInfo
__
__For i As Int32 = 1 To Anzahl
____Dim Target As String = (...)
____Dim Value As String = (...)
____Dim Memberr() As String = Split(Target, ".")
____InfoMember = My.Forms.GetType.GetMember(Memberr(0))(0)
____For j As Int16 = 1 To Memberr.Length - 2
______InfoMember = InfoMember.GetType.GetMember(Memberr(j))(0)
____Next j
____InfoProperty = InfoMember.GetType.GetProperty(Memberr(Memberr.Length - 1))
____InfoProperty.SetValue(InfoMember, Value, Nothing)
__Next

This is, what i have coded until now. But there is still an Error inside: InfoMember.GetType doesn't get me the Type of the Member, but gets me the Type "MemberInfo". Now how can i get the Type of the Member, saved in InfoMember??

Thanks, schachmat
NewsRe: Runtime Compilation? Pin
schachmat23-Sep-06 10:06
schachmat23-Sep-06 10:06 
QuestionEventSync for lockdown in Windows XP Professional Pin
Joshua Boyle21-Sep-06 8:50
Joshua Boyle21-Sep-06 8:50 
AnswerRe: EventSync for lockdown in Windows XP Professional Pin
Dave Kreskowiak21-Sep-06 9:08
mveDave Kreskowiak21-Sep-06 9:08 
GeneralRe: EventSync for lockdown in Windows XP Professional Pin
Joshua Boyle21-Sep-06 10:28
Joshua Boyle21-Sep-06 10:28 
GeneralRe: EventSync for lockdown in Windows XP Professional Pin
Dave Kreskowiak21-Sep-06 10:40
mveDave Kreskowiak21-Sep-06 10:40 
QuestionDataRow Access Problem Pin
nlindley721-Sep-06 7:17
nlindley721-Sep-06 7:17 
AnswerRe: DataRow Access Problem Pin
Kschuler21-Sep-06 8:05
Kschuler21-Sep-06 8:05 
GeneralRe: DataRow Access Problem Pin
nlindley721-Sep-06 8:26
nlindley721-Sep-06 8:26 
GeneralRe: DataRow Access Problem Pin
Kschuler21-Sep-06 8:33
Kschuler21-Sep-06 8:33 
GeneralRe: DataRow Access Problem Pin
nlindley721-Sep-06 8:43
nlindley721-Sep-06 8:43 
GeneralRe: DataRow Access Problem Pin
Kschuler21-Sep-06 8:49
Kschuler21-Sep-06 8:49 
AnswerRe: DataRow Access Problem Pin
Dave Kreskowiak21-Sep-06 8:54
mveDave Kreskowiak21-Sep-06 8:54 
GeneralRe: DataRow Access Problem Pin
nlindley721-Sep-06 9:12
nlindley721-Sep-06 9:12 
QuestionHow I can get the text from x,y coordinates? Pin
Marco225021-Sep-06 7:09
Marco225021-Sep-06 7:09 
AnswerRe: How I can get the text from x,y coordinates? Pin
Dave Kreskowiak21-Sep-06 8:17
mveDave Kreskowiak21-Sep-06 8:17 
QuestionRe: How I can get the text from x,y coordinates? Pin
David Crow21-Sep-06 8:41
David Crow21-Sep-06 8:41 
AnswerRe: How I can get the text from x,y coordinates? Pin
Marco225021-Sep-06 8:54
Marco225021-Sep-06 8:54 

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.