Announcement

Collapse
No announcement yet.

CS_OWNDC for CONTROL LINE

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

  • CS_OWNDC for CONTROL LINE

    Hi.
    Simple quesion about CONTROL LINE.
    How I can make WC.STYLE = CS_OWNDC
    for CONTROL ADD LINE...(for GETDC)
    or - only new window instead of control line?

    Thank.
    V.Shulakov
    Spherical Panorama Inc. Virtual Reality for: Real Estate, Tourism Advertisment.

  • #2
    You'll have to create a new window class (ie, a custom control) to be able to specify %CS_OWNDC.

    The easiest way would be to superclass the STATIC control, and use CONTROL ADD "CustomControlName".



    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment


    • #3
      Thank Lance.
      This is good.
      Regard,
      V.Shulakov

      ------------------
      Spherical Panorama Inc. Virtual Reality for: Real Estate, Tourism Advertisment.

      Comment

      Working...
      X