Code Monkey home page Code Monkey logo

Comments (2)

PaulSquires avatar PaulSquires commented on June 26, 2024

That is not how Frame controls work in pure Win32 API programming. I know what you are saying though because what you describe is the way it works in environments like Visual Basic where a "Frame" control is actually a container that can encapsulate child controls and then when the Frame moves, the children move also. However, in normal Win32 API programming, a Frame control is no different than any other Window. I would have to build the parent-child relationship into WinFBE Frames because it does not come standard with the regular Windows Frame window (which is basically a STATIC class window with some special Window styles to give it the frame look).

from winfbe.

WillyAguilera1977 avatar WillyAguilera1977 commented on June 26, 2024

How about programming a GroupBox. is a container control.
A group box is a special kind of a button created with the BS_GROUPBOX style.
CreateWindowW(L"Button", L"Choose colour",
WS_CHILD | WS_VISIBLE | BS_GROUPBOX,
10, 10, 120, 110, hwnd, (HMENU) 0, g_hinst, NULL);

from winfbe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.