Click here to Skip to main content
15,905,419 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionfont in message box Pin
charchabil036-Jan-07 2:01
charchabil036-Jan-07 2:01 
AnswerRe: font in message box Pin
MatrixCoder6-Jan-07 6:23
MatrixCoder6-Jan-07 6:23 
AnswerRe: font in message box Pin
Thomas Stockwell6-Jan-07 8:19
professionalThomas Stockwell6-Jan-07 8:19 
AnswerRe: font in message box Pin
Paul Conrad6-Jan-07 13:11
professionalPaul Conrad6-Jan-07 13:11 
GeneralRe: font in message box Pin
charchabil0326-Jan-07 7:23
charchabil0326-Jan-07 7:23 
QuestionFrom String to Type Pin
Curse4Life6-Jan-07 1:53
Curse4Life6-Jan-07 1:53 
AnswerRe: From String to Type Pin
Colin Angus Mackay6-Jan-07 3:09
Colin Angus Mackay6-Jan-07 3:09 
GeneralRe: From String to Type Pin
Curse4Life6-Jan-07 7:43
Curse4Life6-Jan-07 7:43 
First of all, thanks for your answer, this realy help me out.
But now I have a new problem.

Now I have create an instans of this type but now I have to fill the properties, problem is, I have all Properties in Strings, but I also have to fill integer an boolean properties of this new instans.
So I can set an value
TempObject.GetType().GetProperty(MyProperty.Name).SetValue(TempObject, MyProperty.Value, Nothing)

but how I said, a Type Exception occures because MyProperty.value is always a String.

Can you maybe help me out with this last thing.


thx
GeneralRe: From String to Type Pin
Colin Angus Mackay6-Jan-07 7:52
Colin Angus Mackay6-Jan-07 7:52 
GeneralRe: From String to Type Pin
Curse4Life6-Jan-07 9:11
Curse4Life6-Jan-07 9:11 
GeneralRe: From String to Type Pin
Colin Angus Mackay6-Jan-07 13:59
Colin Angus Mackay6-Jan-07 13:59 
QuestionAxMsFlexGrid Pin
K edar V6-Jan-07 1:26
K edar V6-Jan-07 1:26 
QuestionCall win32 function from vb.net Pin
shabyb6-Jan-07 0:42
shabyb6-Jan-07 0:42 
AnswerRe: Call win32 function from vb.net Pin
Duncan Edwards Jones6-Jan-07 1:40
professionalDuncan Edwards Jones6-Jan-07 1:40 
AnswerRe: Call win32 function from vb.net Pin
shabyb6-Jan-07 4:41
shabyb6-Jan-07 4:41 
GeneralRe: Call win32 function from vb.net Pin
Duncan Edwards Jones6-Jan-07 9:08
professionalDuncan Edwards Jones6-Jan-07 9:08 
AnswerRe: Call win32 function from vb.net Pin
shabyb6-Jan-07 10:56
shabyb6-Jan-07 10:56 
GeneralRe: Call win32 function from vb.net Pin
Duncan Edwards Jones6-Jan-07 11:30
professionalDuncan Edwards Jones6-Jan-07 11:30 
AnswerRe: Call win32 function from vb.net Pin
Thomas Stockwell6-Jan-07 8:21
professionalThomas Stockwell6-Jan-07 8:21 
GeneralRe: Call win32 function from vb.net Pin
shabyb6-Jan-07 11:01
shabyb6-Jan-07 11:01 
GeneralRe: Call win32 function from vb.net Pin
Thomas Stockwell6-Jan-07 13:51
professionalThomas Stockwell6-Jan-07 13:51 
GeneralRe: Call win32 function from vb.net Pin
shabyb7-Jan-07 5:34
shabyb7-Jan-07 5:34 
GeneralRe: Call win32 function from vb.net Pin
Thomas Stockwell7-Jan-07 8:57
professionalThomas Stockwell7-Jan-07 8:57 
GeneralRe: Call win32 function from vb.net Pin
Thomas Stockwell7-Jan-07 12:04
professionalThomas Stockwell7-Jan-07 12:04 
GeneralRe: Call win32 function from vb.net Pin
shabyb8-Jan-07 8:27
shabyb8-Jan-07 8:27 

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.