Announcement

Collapse
No announcement yet.

Resize page size

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Resize page size

    People
    Is there any way to resize a page without affecting the others, I've tried "Application.GetWndHandle()"
    but it affects all pages.
    I need you to change only "Page1".

    Another option would be to put a "Dialog" but I can't start it before "Page1".
    There must be a way ?​

  • #2
    resize example

    Comment


    • #3
      just use code onstartup

      Code:
      result = DialogEx.Show("Dialog1", true, nil, nil);
      Click image for larger version

Name:	startup.png
Views:	66
Size:	3.3 KB
ID:	310267

      Comment


      • #4
        Thank you very much herrin and colc, your help was very useful, it was exactly what I needed.

        Comment

        Working...
        X