Click here to Skip to main content
15,925,399 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Are arrays of objects possible ? Pin
Kevin Nicol14-Dec-06 6:56
Kevin Nicol14-Dec-06 6:56 
GeneralRe: Are arrays of objects possible ? Pin
Geoff_300114-Dec-06 7:19
Geoff_300114-Dec-06 7:19 
GeneralRe: Are arrays of objects possible ? Pin
Kevin Nicol14-Dec-06 7:22
Kevin Nicol14-Dec-06 7:22 
AnswerRe: Are arrays of objects possible ? Pin
SpartanSoft14-Dec-06 7:58
SpartanSoft14-Dec-06 7:58 
GeneralRe: Are arrays of objects possible ? Pin
Geoff_300114-Dec-06 8:24
Geoff_300114-Dec-06 8:24 
GeneralRe: Are arrays of objects possible ? Pin
Geoff_300114-Dec-06 8:15
Geoff_300114-Dec-06 8:15 
AnswerRe: Are arrays of objects possible ? Pin
jchigg200015-Dec-06 9:12
jchigg200015-Dec-06 9:12 
QuestionTags / Attributes ? Pin
Xaverian14-Dec-06 5:48
Xaverian14-Dec-06 5:48 
Ok, out of fear of getting flamed for a question that I should probably know the answer too, I'm going to post it anyways ...

I read articles from time to time, like this one:
http://www.codeproject.com/aspnet/CC_MultiMediaControl.asp

What are (I believe them to be attributes) before the declaration of the property, and what are they used for ... we never covered this in school, at least not yet.

IE:
<Category("Media Player")> _
<Browsable(True)> _
<Description("Show or hide the tracker.")>_
Public Property ShowTracker() As Boolean
Get
Return mShowTracker
End Get
Set(ByVal value As Boolean)
mShowTracker = value
End Set
End Property

Cheers,
Xaverian
AnswerRe: Tags / Attributes ? Pin
Daniel Grunwald14-Dec-06 6:37
Daniel Grunwald14-Dec-06 6:37 
GeneralRe: Tags / Attributes ? Pin
Xaverian14-Dec-06 6:42
Xaverian14-Dec-06 6:42 
GeneralRe: Tags / Attributes ? Pin
SpartanSoft14-Dec-06 8:35
SpartanSoft14-Dec-06 8:35 
GeneralRe: Tags / Attributes ? Pin
Xaverian14-Dec-06 8:45
Xaverian14-Dec-06 8:45 
Questionextract images from MHT file Pin
michaelo1114-Dec-06 5:10
michaelo1114-Dec-06 5:10 
Questionmask format for an IP address Pin
charchabil0314-Dec-06 3:55
charchabil0314-Dec-06 3:55 
AnswerRe: mask format for an IP address Pin
nlarson1114-Dec-06 4:12
nlarson1114-Dec-06 4:12 
GeneralRe: mask format for an IP address Pin
charchabil0314-Dec-06 5:14
charchabil0314-Dec-06 5:14 
GeneralRe: mask format for an IP address Pin
nlarson1114-Dec-06 5:49
nlarson1114-Dec-06 5:49 
GeneralRe: mask format for an IP address Pin
charchabil0315-Dec-06 6:13
charchabil0315-Dec-06 6:13 
AnswerRe: mask format for an IP address Pin
tbryce31116-Dec-06 14:37
tbryce31116-Dec-06 14:37 
QuestionFileget error Pin
Georgesl14-Dec-06 3:42
Georgesl14-Dec-06 3:42 
AnswerRe: Fileget error Pin
Dave Kreskowiak14-Dec-06 9:52
mveDave Kreskowiak14-Dec-06 9:52 
QuestionRe: Fileget error Pin
Georgesl14-Dec-06 21:50
Georgesl14-Dec-06 21:50 
Questionboundries of a (picture) map Pin
charchabil0314-Dec-06 3:32
charchabil0314-Dec-06 3:32 
AnswerRe: boundries of a (picture) map Pin
nlarson1114-Dec-06 3:51
nlarson1114-Dec-06 3:51 
GeneralRe: boundries of a (picture) map Pin
charchabil0314-Dec-06 4:01
charchabil0314-Dec-06 4: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.