CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Helpful Links, Hints & Tips

    This thread has been introduced to enable existing members to provide helpful Hints and Tips to other members.

    Members can then, find the answers more quickly, if a particular topic is already covered here.

    If you want to post in this thread, let me know

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Tutorials , HowTos , Helpful Links

    Last edited by HanneSThEGreaT; November 8th, 2006 at 04:39 AM. Reason: Added Samples For .NET 3.0

  3. #3
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

  4. #4
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: Tutorials , HowTos , Helpful Links


  5. #5
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: Tutorials , HowTos , Helpful Links


  6. #6
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Tutorials , HowTos , Helpful Links

    Microsoft .NET Framework Version 1.1 Redistributable Package

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

    Microsoft .NET Framework Version 2.0 Redistributable Package

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

    Microsoft .NET Framework 3.0 Redistributable Package

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

    Microsoft .NET Framework 3.5 Redistributable Package

    http://msdn.microsoft.com/en-us/netf.../cc378097.aspx
    Last edited by HanneSThEGreaT; June 10th, 2008 at 03:00 AM. Reason: Added .NET Framework 3.5

  7. #7
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: Tutorials , HowTos , Helpful Links


  8. #8
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Tutorials , HowTos , Helpful Links

    Visual Studio .NET 2003 Automation Samples
    http://www.microsoft.com/downloads/d...displaylang=en

    Visual Studio 2005 Automation Samples
    http://www.microsoft.com/downloads/d...displaylang=en

    Brief Description
    These code samples show you how to build VSMacros projects, add–ins, and wizards to make your teams more productive and to bend Visual Studio .NET 2003 and Visual Studio .NET 2005 to the ways you like to work.

  9. #9
    Join Date
    Jun 2004
    Location
    NH
    Posts
    678

    System control

    __

  10. #10
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: System control

    Codeguru Visual Basic.NET FAQs

    If anyone is interested in creating VB.NET FAQs, let me know
    Last edited by HanneSThEGreaT; June 9th, 2008 at 02:44 AM.

  11. #11
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: System control

    Last edited by HanneSThEGreaT; August 7th, 2007 at 10:32 AM.

  12. #12
    Join Date
    Feb 2003
    Location
    Greece
    Posts
    533

    Re: Tutorials , HowTos , Helpful Links

    I was searching for a serious web menu system for VS NET 2003 because this suite doesnt arrive with =any= menu in its standard tools (and that is a big shame i think).

    Finally i've ended up to this one: XMLMenu at http://www.xmlmenu.com/download/

    Completely free javascript menu system in order to use in any environment, including of course vb.net 2003.

    The setup includes a extremelly powerfull menu generator, no knowledge for java or html needed at all. Just enter all the properties via a very good wizard, and the generator will produce a folder with all the needed files which you must upload it to your website. Then all you have to do to present the menu on any page (html or aspx), is to add a one-line script tag at the <head> and another one at the <body> tags, nothing else.

    I am using it for many days now, if somebody has questions please ask.

    Make sure to read all the lisence file of the xmlmenu setup. It is completely free, no cost at all, even for commercial use, but it needs from the user to confirm first some logical statements, for example all the published pages on the web must be completely free and not password protected etc.

    This is the most simply thing we can do for people who worked so much and giving us such a powerfull tool(s): to respect their license statements and their name as authors.

    p/s
    xmlmenu has NO cross-browser problems neither overlapping misbehavior. Just set the "Hack overlapping" property to TRUE in order to ensure the fine behavior in any older browser than currents.

    Using the menu: It is just incredible. All the menu choices can include html content, not just plain text or icons. That means we can fit almost an entire page in a menu choice or subitem (many levels!) and make it appear when the user places the mouse over it.
    Last edited by dtv; December 10th, 2007 at 03:54 AM.
    - Better live in the digital world -

  13. #13
    Join Date
    Feb 2003
    Location
    Greece
    Posts
    533

    HOW TO: Play a sound from a aspx page

    Steps to play a sound in a web page (client-side) by loading dynamically when ever it needed the media player embedded object:

    http://www.codeguru.com/forum/showthread.php?t=440798
    - Better live in the digital world -

  14. #14
    Join Date
    Jun 2004
    Location
    NH
    Posts
    678

  15. #15
    Join Date
    Feb 2008
    Posts
    1

    Thumbs up Re: VB.NET Helpful Links, Hints & Tips

    MDN is the best source of studying vb.net

    You can find some useful resourses here

    http://vb.net-informations.com

    Excel 2007 vb.net programming

    http://vb.net-informations.com/excel..._tutorials.htm

    tks,
    rps.
    Last edited by rps_x; March 20th, 2008 at 02:07 PM.

Page 1 of 2 12 LastLast

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

Featured