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

    Can we manually change the value of resource symbol

    Can we change the value of resource symbol that is assigned to a control? Does resourse symbol has to do anything with tab order? I need to change it make certain controls contiguous. I will very much appriciate if somebody can give any useful information about resourse symbol, like what is it for? etc


  2. #2
    Join Date
    Apr 1999
    Posts
    37

    Re: Can we manually change the value of resource symbol

    You can change the value of resource symbol, but it does nothing with tab order.
    If you want to change tab order, you can use "Layout->Tab Order" in the main menu.

    Hope this help


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