Site Search:
Sign in | Join | Help

whow i can learning VS

Last post 06-21-2007 9:05 AM by Steve Gray. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 06-20-2007 4:20 AM

    Paradise [ip] whow i can learning VS

    Hello

    Im working on GP and VBA and SQL 2000 but i need to learnig Visual Studio to develop some Module

     

    So Please can any one tell me how i get start with VS ?

     

     

    Thanks

    • 217.8.64.195
  • 06-20-2007 4:31 AM In reply to

    • Rob
    • Top 25 Contributor
    • Joined on 06-13-2007
    • Malta, Europe
    • Member

    Re: whow i can learning VS

    Hi,

    First off you need to install VS.Net 2003 or 2005. (VSTools for GP9 only works with VS .Net 2005).  The installation cds would include the .Net Framework itself.

    Secondly, this tutorial is pretty complete for the absolute beginner http://www.functionx.com/vbnet/Lesson01.htm. It explains the Visual Studio .NET designer and gets into coding in VB.NET in later lessons.  From the .NET languages avialable, probably VB.NET would be best to start with.  If you have previous experience in Java, C, or C++ then I would opt for C#.

     

    Robert Gatt
    B.Sc.(Hons.) I.T.
    www.megabyte.net
    Filed under:
    • 194.158.32.149
  • 06-21-2007 6:57 AM In reply to

    Re: whow i can learning VS

     

    Thanks For Replay Mr. Rob

     

    I already Installed VS 2005 on WIndows Vista but when i install GP Tols its not working !

    Have you Any Idea about than issue?

    you can see the full details of problem here:

    http://groups.google.com/group/microsoft.public.greatplains/browse_thread/thread/7d6d0fa6a059bdee/c27f1fe59b8b549c?lnk=gst&q=&rnum=5&hl=en#c27f1fe59b8b549c

     

     

     

    • 217.8.64.195
  • 06-21-2007 9:05 AM In reply to

    Re: whow i can learning VS

    You say 'it's not working'. We need to simplify and see what is not working... Get rid of all the custom classes, leave your self with the main gpAddin.vb.

    In there, add a simple piece of code like this:

    AddHandler DynamicsModified.Forms.RmCustomerMaintenance.RmCustomerMaintenance.CustomerNumber.Change, AddressOf customerNumberChanged

    Sub customerNumberChanged(ByVal sender As Object, ByVal e As System.EventArgs)

    msgbox("hello world")

    End Sub

     

    Let's see if that works.

     

    Steve Gray, MCDBA
    Technical Editor
    steve@VSToolsForum.com
    • 216.77.101.2
Page 1 of 1 (4 items)