Results 1 to 7 of 7

Thread: Getting started Help Please

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    4

    Angry Getting started Help Please

    I am brand new, again. I need some guidance. I just write code for my own use as a hobby. I want to start by doing a simple x,y axis graph. I downloaded VB2010 express and searched the web for examples. Most are for VB6 which I erased off the computer many years ago.

    There are examples for up to vb 2008, but they use the MS Graph tool, which I can not find on my computer in the Com tab when in the toolbox and choosing items.

    There is however a Graph tool in the Data section of the toolbox, but I can find no examples or help on how to use that. The properties listed for it are not close to what I find on the web for the MS Graph tool.

    Can somebody point me in the right direction? Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Getting started Help Please

    Welcome to the forums.

    It took a bit of doing, but I finally found this:

    http://www.programminghelp.com/web-d...l-studio-2010/

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Getting started Help Please

    http://archive.msdn.microsoft.com/mschart

    That was the page I was looking for but I didn't have a link. I Googled .net chart and it was the third result.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    4

    Re: Getting started Help Please

    Quote Originally Posted by jmcilhinney View Post
    http://archive.msdn.microsoft.com/mschart

    That was the page I was looking for but I didn't have a link. I Googled .net chart and it was the third result.
    I had downloaded that file earlier, but it is a .csproj file and I can't open it on my computer or with my version of VB 2010. I googled .csproj and found out it is a C # file format.
    Thanks

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    4

    Re: Getting started Help Please

    Quote Originally Posted by Hack View Post
    Welcome to the forums.

    It took a bit of doing, but I finally found this:

    http://www.programminghelp.com/web-d...l-studio-2010/
    Thanks, that is a good starting point. I am having some problems following the instructions, as I can not find some of the items. I will just keep starting over until I get it all. I was able to make one small graph following the instructions.

    My problem with this is that I need to write code that will use the simple distance formula, D=RT; R being fixed on y axis and T being the x axis and incremented by a while x < 5 routine or something similar to that.

    Ha, all my coding experience is with getting the answer on the form for a formula. Now I want to "see" the plot. If I learn this one simple thing, I can move into more complex formulas and functions.

    Thanks

  6. #6
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Getting started Help Please

    Quote Originally Posted by chrstdvd View Post
    I had downloaded that file earlier, but it is a .csproj file and I can't open it on my computer or with my version of VB 2010. I googled .csproj and found out it is a C # file format.
    Thanks
    So install C# Express.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2011
    Posts
    4

    Re: Getting started Help Please

    Quote Originally Posted by jmcilhinney View Post
    So install C# Express.
    Thanks, that is what I did. Works great and has sample VB code to boot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width