Results 1 to 15 of 20

Thread: Visual Studio Tools for Office v.2005 beta

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Security Intelligence TZ Veteran cash_site's Avatar
    Join Date
    Jul 2002
    Location
    Software Paradise
    Posts
    3,385
    Visual Studio 2005 and Office Tools 2005, are really new, still in Beta... There might be a couple of online sites around, in a couple of months there will be plenty

    Actually, that MSDN website had a list of good 'hands-on labs' and tutorial. That should be your first port of call.

    Have you done some programming before, what types and languages? For most part, the majority of languages are quite similar, especially for Visual GUI in windows/office. Probably the easiest one would be VB .net, as it is simply Drag/Drop controls onto a form and object orientated programming in the form object.method() or object.property.value = XXX etc etc

    http://msdn.microsoft.com/vstudio/

    http://www.microsoft.com/downloads/d...displaylang=en

    these should give a good starting point, and perhaps link to other good sites. Cheers.

    --- 0wN3D by 3gG ---

  2. #2
    She who must be obeyed Super Moderator piaqt's Avatar
    Join Date
    Apr 2002
    Location
    NYC
    Posts
    1,628
    Quote Originally Posted by cash_site
    Probably the easiest one would be VB .net, as it is simply Drag/Drop controls onto a form and object orientated programming in the form object.method() or object.property.value = XXX etc etc

    http://msdn.microsoft.com/vstudio/

    http://www.microsoft.com/downloads/d...displaylang=en

    these should give a good starting point, and perhaps link to other good sites. Cheers.
    Thanks, and I sort of know what you mean. In CSS, it's item: description, in HTML, it's item=description, and in VB it's item.description. (?)

    Last night, I shot an elephant in my pajamas. How he got in my pajamas, I'll never know.
    love, piaqt

Posting Permissions

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