Click here to Skip to main content
15,915,797 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I build a custom popup screen to modify the properties of a custom control? Pin
Thomas Stockwell5-Aug-08 9:05
professionalThomas Stockwell5-Aug-08 9:05 
GeneralRe: How do I build a custom popup screen to modify the properties of a custom control? Pin
chas0365-Aug-08 9:17
chas0365-Aug-08 9:17 
GeneralRe: How do I build a custom popup screen to modify the properties of a custom control? Pin
Thomas Stockwell5-Aug-08 9:48
professionalThomas Stockwell5-Aug-08 9:48 
QuestionDrag-and-Drop in VB.NET Pin
jacobjordan5-Aug-08 6:48
jacobjordan5-Aug-08 6:48 
AnswerRe: Drag-and-Drop in VB.NET Pin
Bassam Saoud5-Aug-08 6:54
Bassam Saoud5-Aug-08 6:54 
QuestionEnumeration - Public enum statement question Pin
chas0365-Aug-08 4:11
chas0365-Aug-08 4:11 
AnswerRe: Enumeration - Public enum statement question PinPopular
jzonthemtn5-Aug-08 4:21
jzonthemtn5-Aug-08 4:21 
GeneralRe: Enumeration - Public enum statement question Pin
Oakman5-Aug-08 7:34
Oakman5-Aug-08 7:34 
Apparently, you, Chas or someone didn't like this answer and 1-voted it. However, in its essentials, it is correct. You cannot change the values of an Enum after the application has been compiled. If you could, it would defeat the purpose of Enums.

A dictionary-type object would be a good choice for storing the kind of pair values you're probably thinking about. I'd use a hash-table, but I've been told I overuse 'em.

Jon
Smith & Wesson: The original point and click interface

GeneralRe: Enumeration - Public enum statement question Pin
jzonthemtn5-Aug-08 7:49
jzonthemtn5-Aug-08 7:49 
GeneralRe: Enumeration - Public enum statement question Pin
MidwestLimey5-Aug-08 12:12
professionalMidwestLimey5-Aug-08 12:12 
QuestionHelp understanding C# to VB.Net translation of event handlers... Need C# and VB.Net expert... Pin
Keith Yerian5-Aug-08 3:24
Keith Yerian5-Aug-08 3:24 
AnswerRe: Help understanding C# to VB.Net translation of event handlers... Need C# and VB.Net expert... Pin
Dave Doknjas5-Aug-08 5:04
Dave Doknjas5-Aug-08 5:04 
AnswerRe: Help understanding C# to VB.Net translation of event handlers... Need C# and VB.Net expert... Pin
paas5-Aug-08 5:05
paas5-Aug-08 5:05 
QuestionHow to merge cells of table control Pin
Rameez Raja5-Aug-08 0:58
Rameez Raja5-Aug-08 0:58 
AnswerRe: How to merge cells of table control Pin
John_Adams5-Aug-08 3:02
John_Adams5-Aug-08 3:02 
QuestionI think it's wrong Pin
abuamd5-Aug-08 0:29
abuamd5-Aug-08 0:29 
AnswerRe: I think it's wrong Pin
Ashfield5-Aug-08 1:20
Ashfield5-Aug-08 1:20 
GeneralRe: I think it's wrong Pin
abuamd6-Aug-08 2:39
abuamd6-Aug-08 2:39 
AnswerRe: I think it's wrong Pin
rprateek5-Aug-08 16:02
rprateek5-Aug-08 16:02 
GeneralRe: I think it's wrong Pin
abuamd6-Aug-08 2:42
abuamd6-Aug-08 2:42 
QuestionPublish property in Web service Pin
nitin_ion5-Aug-08 0:24
nitin_ion5-Aug-08 0:24 
AnswerRe: Publish property in Web service Pin
Mycroft Holmes5-Aug-08 21:52
professionalMycroft Holmes5-Aug-08 21:52 
QuestionUpdation of Software (vb.net 2005) Pin
compad5-Aug-08 0:07
compad5-Aug-08 0:07 
AnswerRe: Updation of Software (vb.net 2005) Pin
Vimalsoft(Pty) Ltd5-Aug-08 0:30
professionalVimalsoft(Pty) Ltd5-Aug-08 0:30 
GeneralRe: Updation of Software (vb.net 2005) Pin
compad5-Aug-08 22:51
compad5-Aug-08 22:51 

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.