Click here to Skip to main content
15,912,400 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Helpcursor on a ToolStripMenuItem Pin
Robert Rohde4-Jun-06 22:21
Robert Rohde4-Jun-06 22:21 
QuestionRe: Helpcursor on a ToolStripMenuItem Pin
Sugan V4-Jun-06 22:34
Sugan V4-Jun-06 22:34 
QuestionRe: Helpcursor on a ToolStripMenuItem Pin
Sugan V7-Jun-06 1:29
Sugan V7-Jun-06 1:29 
Questionvolume shadow copy service Pin
borat2-Jun-06 1:18
borat2-Jun-06 1:18 
QuestionWhat is this Code snippet meaning? Pin
Krishnaraj Barvathaya B2-Jun-06 1:12
Krishnaraj Barvathaya B2-Jun-06 1:12 
AnswerRe: What is this Code snippet meaning? Pin
Krishnaraj Barvathaya B2-Jun-06 1:12
Krishnaraj Barvathaya B2-Jun-06 1:12 
GeneralRe: What is this Code snippet meaning? Pin
J4amieC2-Jun-06 1:45
J4amieC2-Jun-06 1:45 
GeneralRe: What is this Code snippet meaning? Pin
FrankyT2-Jun-06 16:28
FrankyT2-Jun-06 16:28 
It's a metatag. there are certian tags taht handle specifics about how a class compiles and integrates into the VS Environment. for instance
<catagory()>
before a public property causes the propety to show up in the forms designer properties window. that is evidence that VS is prebuilding certian parts of an object to facilitate its WYSIWYG interfaces (like to provide intellisense on new components, custo user controls etc.) the metadata tells the environment which parts to pre-compile in this case.

Web service methods use a similar tag to indicate that teh code gen should create an XML interface and description of the method so it can be enumerated to clients and called via soap.

Think of it as Code defining Code. that is what meta means in any sense. metadata is data about or describing data. gives me a headache myself...

hope that satisifies your curiosity,
Frank


hey...slang is the vernacular for the vernacular...wow
GeneralRe: What is this Code snippet meaning? Pin
Krishnaraj Barvathaya B4-Jun-06 21:38
Krishnaraj Barvathaya B4-Jun-06 21:38 
Questionhow to convert number to currency and currency to number Pin
roitha2-Jun-06 0:19
roitha2-Jun-06 0:19 
AnswerRe: how to convert number to currency and currency to number Pin
Steve Pullan2-Jun-06 1:18
Steve Pullan2-Jun-06 1:18 
QuestionHow to Handle the event raised by control inside the Template column of a DataGrid? Pin
Krishnaraj Barvathaya B1-Jun-06 23:57
Krishnaraj Barvathaya B1-Jun-06 23:57 
AnswerRe: How to Handle the event raised by control inside the Template column of a DataGrid? Pin
FrankyT2-Jun-06 16:51
FrankyT2-Jun-06 16:51 
GeneralRe: How to Handle the event raised by control inside the Template column of a DataGrid? Pin
Krishnaraj Barvathaya B4-Jun-06 21:41
Krishnaraj Barvathaya B4-Jun-06 21:41 
QuestionProblem while opening a project in Visual Studio 6.0 Pin
padma_011-Jun-06 23:13
padma_011-Jun-06 23:13 
AnswerRe: Problem while opening a project in Visual Studio 6.0 Pin
Steve Pullan2-Jun-06 1:20
Steve Pullan2-Jun-06 1:20 
QuestionVB.NET Trial Version Pin
Socheat.Net1-Jun-06 22:13
Socheat.Net1-Jun-06 22:13 
AnswerRe: VB.NET Trial Version Pin
Leeland2-Jun-06 3:11
Leeland2-Jun-06 3:11 
GeneralRe: VB.NET Trial Version Pin
Socheat.Net2-Jun-06 21:42
Socheat.Net2-Jun-06 21:42 
GeneralRe: VB.NET Trial Version Pin
Steve Pullan2-Jun-06 23:41
Steve Pullan2-Jun-06 23:41 
Questionhelp me with this... urgent... code below... Pin
ransomed_guy1-Jun-06 22:10
ransomed_guy1-Jun-06 22:10 
AnswerRe: help me with this... urgent... code below... Pin
Capt_Thanas2-Jun-06 4:37
Capt_Thanas2-Jun-06 4:37 
GeneralRe: help me with this... urgent... code below... Pin
Guffa2-Jun-06 6:25
Guffa2-Jun-06 6:25 
QuestionBrowser Pin
Socheat.Net1-Jun-06 21:33
Socheat.Net1-Jun-06 21:33 
QuestionHow to count an Overtime Pin
Swiss Mantoro1-Jun-06 21:25
Swiss Mantoro1-Jun-06 21:25 

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.