Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow many Triggers Pin
indian1434-Dec-08 23:25
indian1434-Dec-08 23:25 
AnswerRe: How many Triggers Pin
tonybluenile5-Dec-08 0:04
tonybluenile5-Dec-08 0:04 
GeneralRe: How many Triggers Pin
indian1435-Dec-08 0:58
indian1435-Dec-08 0:58 
GeneralRe: How many Triggers Pin
Jon_Boy5-Dec-08 3:31
Jon_Boy5-Dec-08 3:31 
AnswerRe: How many Triggers Pin
Mycroft Holmes5-Dec-08 14:43
professionalMycroft Holmes5-Dec-08 14:43 
GeneralRe: How many Triggers Pin
Jon_Boy12-Dec-08 1:44
Jon_Boy12-Dec-08 1:44 
QuestionVB.NET Saving object properties Pin
User 54091904-Dec-08 16:06
User 54091904-Dec-08 16:06 
AnswerRe: VB.NET Saving object properties Pin
Christian Graus4-Dec-08 16:21
protectorChristian Graus4-Dec-08 16:21 
Running a string as code is both easy, widely documented, and a terrible way to do what you're after.

One possible way is to use reflection to get the properties of each control and store them, then use reflection to set the same properties on the same named controls. An easier way that needs more work as your form changes, is to store specific properties in a format you define and read those to place them back on the controls.

Christian Graus

Driven to the arms of OSX by Vista.

AnswerRe: VB.NET Saving object properties Pin
CodingYoshi4-Dec-08 17:35
CodingYoshi4-Dec-08 17:35 
AnswerRe: VB.NET Saving object properties Pin
Mycroft Holmes4-Dec-08 21:07
professionalMycroft Holmes4-Dec-08 21:07 
AnswerRe: VB.NET Saving object properties Pin
Dan Suthar5-Dec-08 20:01
professionalDan Suthar5-Dec-08 20:01 
QuestionHow to tell a char/text is ascii or unicode? Pin
Ma tju4-Dec-08 15:48
Ma tju4-Dec-08 15:48 
AnswerRe: How to tell a char/text is ascii or unicode? Pin
Christian Graus4-Dec-08 16:01
protectorChristian Graus4-Dec-08 16:01 
QuestionCollection sort question Pin
EliottA4-Dec-08 3:22
EliottA4-Dec-08 3:22 
AnswerRe: Collection sort question Pin
dan!sh 4-Dec-08 4:28
professional dan!sh 4-Dec-08 4:28 
AnswerRe: Collection sort question Pin
Ben Fair4-Dec-08 4:29
Ben Fair4-Dec-08 4:29 
GeneralRe: Collection sort question Pin
EliottA4-Dec-08 5:11
EliottA4-Dec-08 5:11 
AnswerRe: Collection sort question Pin
Jay Royall4-Dec-08 4:51
Jay Royall4-Dec-08 4:51 
AnswerRe: Collection sort question Pin
Jon_Boy5-Dec-08 3:37
Jon_Boy5-Dec-08 3:37 
GeneralRe: Collection sort question Pin
EliottA5-Dec-08 4:32
EliottA5-Dec-08 4:32 
QuestionTakin pictures with webcam in full size... Pin
Matjaz-xyz4-Dec-08 3:20
Matjaz-xyz4-Dec-08 3:20 
AnswerRe: Takin pictures with webcam in full size... Pin
Marcus J. Smith4-Dec-08 3:24
professionalMarcus J. Smith4-Dec-08 3:24 
QuestionProper use of the keyword "Using" Pin
Marcus J. Smith4-Dec-08 3:14
professionalMarcus J. Smith4-Dec-08 3:14 
AnswerRe: Proper use of the keyword "Using" Pin
PIEBALDconsult4-Dec-08 4:05
mvePIEBALDconsult4-Dec-08 4:05 
AnswerRe: Proper use of the keyword "Using" Pin
Paul Conrad4-Dec-08 5:01
professionalPaul Conrad4-Dec-08 5:01 

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.