CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Posts
    66

    Can I change the icon?

    The TextBox on the form can accept OLEDrop. But the default drop icon is not so good.
    I want to change the icon over my TextBox. How?

    Thanks in advance

    //-----------------------------------------\\
    Where there's a wire , there's a way
    \\-----------------------------------------//

  2. #2
    Join Date
    Mar 2000
    Location
    Sheffield, UK
    Posts
    52

    Re: Can I change the icon?

    In the Text box property window there is a property called DragIcon. By default the value of this is (None), if you click on the property and click the browse icon that appears a file view window will appear in which you can browse your drives for a more suitable icon.

    Hope this helps


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