Blue Theme Orange Theme Green Theme Red Theme
 
Discover the top 5 tips for understanding .NET Interop
Home | Forums | Videos | Photos | Blogs | Beginners | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
Search :       Advanced Search »
Home » Blogs Home » Blog Detail

How to define the Structure in VB.NET

 by Dinesh Beniwal on Sep 02, 2010

In this small blog i will explain how to define the Structure in VB.NET.
Comments: 2 Views: 4630 Printable Version 
HTML clipboard

    Structure Point

        Public a As Integer

        Public b As Integer

        Public Sub New(ByVal a As Integer, ByVal b As Integer)

            Me.a = a

            Me.b = b

        End Sub

        Public Overrides Function ToString() As String

            Return "(" + x.ToString() + ", " + y.ToString() + ")"

        End Function

    End Structure

Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
 
What do you say about this post? Post a comment here
*Title:
*Comment:
 

comment by emeka donatus On Oct 22, 2010
your article is not clear

comment by emeka donatus On Oct 22, 2010
your article is not clear

Team Foundation Server Hosting
Become a Sponsor

 Blogger's Profile
Age: Not Available
Location:
Title: Tech Lead
Joined: Nov 04, 2008
Education: Masters Degree
 More Blogs from this Blogger
How to define the Structure in VB.NET
SPOOl Command in Oracle
Deleting a table in oracle 10g
Insertion in a table in Oracle 10g (SQL+)
Switches and parameters of Access 2007
What is Expressions in Access
How To Transfer Access database to SQL Server
Populating an Array of Arrays
How Visual Basic differs from the other .net languages?
Using Constructors and Destructors
View all »
 Latest Blogs
Read Number from a String
Populate combobox from excel
Edit, update and cancel the records in the datagrid.
Sort data in datagrid
Streaming in WCF
A guided tour of uploading a File using WCF Services
Types of Polymorphism in vb.net
ComboBox Control in Ajax
Working with ComboBox
One-way Operations in WCF
View all »
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 
Team Foundation Server Hosting
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.