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

    Help!!! 2 Questions!!

    Q1) I have displayed a toolbar in a dialog box, but the second time i call my dialog box the toolbar does not display the bitmaps i.e the LoadToolBar returns an error ...

    Q2) I want to change the height & width of my View which is attached to my Form. I have changed the cx and cy attributes of the cs struct on PreCreateWindow but the size of the view window doesn't change!!

    Please help me as i have to complete my SOFTWARE ENGINEERING project!


  2. #2
    Join Date
    Apr 1999
    Posts
    16

    Re: Help!!! 2 Questions!!

    For your Q2,why not adjust the size of view in the
    InitialUpdate() function of the View.


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