CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: How to...

  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    How to...

    1) Add 32X32 bitmaps to menu....(or 16X16 but so that they will look nice, not ugly)
    2) How to do two actions at the same time (like move form1 (using do until and loop so that it'll scroll) and form2 (using do until and loop so that it'll scroll). How to scroll them both at the same time...not one after another.....

    Thank You


  2. #2
    Join Date
    Sep 1999
    Location
    Germany
    Posts
    66

    Re: How to...

    I know how to add 13x13 bitmap in menu. May be you want it. See sample at
    http://smalig.tripod.com/vb/109906.html

    [email protected]
    http://smalig.tripod.com

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