Results 1 to 7 of 7

Thread: My Class In Visual Basic

  1. #1
    Join Date
    Dec 2008
    Posts
    40

    My Class In Visual Basic

    Hi,
    I am now on my PDA a GPS logger programs, even if everything works quite wonderful. Only now I have all the functions for accessing the GPS receiver and GPS to parse the strings in the form of my code. But now wants them in a separate class and file together, but do not really know how I can employ.

  2. #2
    Join Date
    Apr 2008
    Posts
    4,088

    Re: My Class In Visual Basic

    What a tool, what kind of language?
    Give information about a current Visual Studio and VB.NET, or Uralt VB6 that you are using.

  3. #3
    Join Date
    Dec 2008
    Posts
    40

    Re: My Class In Visual Basic

    Visual Studio 2008 &. Net Framework 3.5 - The language is Visual Basic.

  4. #4
    Join Date
    Apr 2008
    Posts
    4,088

    Re: My Class In Visual Basic

    There are already classes, which already existed in VB6. I still have nothing to do with VB.Net 3.5, but as similar as you can see classes to make sure there too.

  5. #5
    Join Date
    May 2008
    Posts
    4,570

    Re: My Class In Visual Basic

    In principle: Right click on Project -> new item -> class name and adding.

    Then the class defined as public, and do not forget that you are necessarily an instance of this class will need, unless you define their methods and attributes as a shared.

  6. #6
    Join Date
    Apr 2008
    Posts
    2,139

    Re: My Class In Visual Basic

    Classes you can in principle in all .Vb files.


    Code:
    Public Class XYZ 
     ... 
      End Class

  7. #7
    Join Date
    Dec 2008
    Posts
    40

    Re: My Class In Visual Basic

    Hi,
    I am again ...It all worked wonderfully.thanks for help

Similar Threads

  1. what are Visual Basic IDE?
    By Naresh Modi in forum Software Development
    Replies: 2
    Last Post: 06-03-2009, 09:49 AM
  2. Is GUI same like Visual Basic ?
    By Caesar in forum Software Development
    Replies: 2
    Last Post: 02-03-2009, 01:32 PM
  3. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  4. Visual Basic on LAN
    By djbbenn in forum Software Development
    Replies: 2
    Last Post: 05-08-2008, 02:15 PM
  5. Help files for Visual Basic 6
    By tetilda in forum Software Development
    Replies: 3
    Last Post: 05-08-2008, 01:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,867,379.27243 seconds with 16 queries