Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGame Programming Pin
phunziro12-Jan-07 1:00
phunziro12-Jan-07 1:00 
AnswerRe: Game Programming Pin
Christian Graus12-Jan-07 1:47
protectorChristian Graus12-Jan-07 1:47 
QuestionHow to set a property only at desegn time Pin
AlexB4712-Jan-07 0:44
AlexB4712-Jan-07 0:44 
AnswerRe: How to set a property only at desegn time Pin
CPallini12-Jan-07 2:34
mveCPallini12-Jan-07 2:34 
GeneralRe: How to set a property only at desegn time Pin
AlexB4712-Jan-07 3:02
AlexB4712-Jan-07 3:02 
GeneralRe: How to set a property only at desegn time Pin
CPallini12-Jan-07 3:28
mveCPallini12-Jan-07 3:28 
GeneralRe: How to set a property only at desegn time Pin
AlexB4712-Jan-07 3:39
AlexB4712-Jan-07 3:39 
GeneralRe: How to set a property only at desegn time Pin
Dave Kreskowiak12-Jan-07 5:19
mveDave Kreskowiak12-Jan-07 5:19 
There is no way to hide the property at runtime. If I remember correctly, there is no property in the VB6 runtime to tell the component it's in Design mode or Runtime mode.

You cannot change the visibility of the property. It needs to be public for the designer to work on the component and the user gets to set it's property. You cannot change that visibility at compile time.



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: How to set a property only at desegn time Pin
nlarson1112-Jan-07 5:40
nlarson1112-Jan-07 5:40 
GeneralRe: How to set a property only at desegn time Pin
Dave Kreskowiak12-Jan-07 6:24
mveDave Kreskowiak12-Jan-07 6:24 
GeneralRe: How to set a property only at desegn time Pin
nlarson1112-Jan-07 6:29
nlarson1112-Jan-07 6:29 
AnswerRe: How to set a property only at desegn time Pin
Thomas Stockwell13-Jan-07 5:54
professionalThomas Stockwell13-Jan-07 5:54 
QuestionDisplaying a tif file Pin
Central_IT12-Jan-07 0:20
Central_IT12-Jan-07 0:20 
AnswerRe: Displaying a tif file Pin
Christian Graus12-Jan-07 1:49
protectorChristian Graus12-Jan-07 1:49 
AnswerRe: Displaying a tif file Pin
Dave Kreskowiak12-Jan-07 5:17
mveDave Kreskowiak12-Jan-07 5:17 
QuestionMerge Pin
Socheat.Net12-Jan-07 0:15
Socheat.Net12-Jan-07 0:15 
AnswerRe: Merge Pin
Dave Kreskowiak12-Jan-07 5:55
mveDave Kreskowiak12-Jan-07 5:55 
Questioncreating demo or trial version of application Pin
in_vipinkumar11-Jan-07 23:56
in_vipinkumar11-Jan-07 23:56 
AnswerRe: creating demo or trial version of application Pin
AlexB4712-Jan-07 1:39
AlexB4712-Jan-07 1:39 
Questionredistributing .net framework Pin
in_vipinkumar11-Jan-07 23:19
in_vipinkumar11-Jan-07 23:19 
AnswerRe: redistributing .net framework Pin
Dave Kreskowiak12-Jan-07 5:13
mveDave Kreskowiak12-Jan-07 5:13 
Questionhow to perform socket programming in Pin
Sachin Pimpale11-Jan-07 23:06
Sachin Pimpale11-Jan-07 23:06 
QuestionRe: how to perform socket programming in Pin
MatthysDT12-Jan-07 3:51
MatthysDT12-Jan-07 3:51 
AnswerRe: how to perform socket programming in Pin
Dave Kreskowiak12-Jan-07 5:07
mveDave Kreskowiak12-Jan-07 5:07 
QuestionGet Desktop Lock Status Pin
Kumaran21cen11-Jan-07 22:46
Kumaran21cen11-Jan-07 22:46 

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.