Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

Kernel1001

@Kernel1001
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I can disable Minimize, maximize box in windows using API but restore box.
    K Kernel1001

    You can fix size of the outside form, but when i resize inside application (eg. Word Office window) then the outside form is also changed despite it being fixed.

    C# json

  • I can disable Minimize, maximize box in windows using API but restore box.
    K Kernel1001

    But i'm loading another application (word office, eg.) into that form. So, when i resize the "inside" application, it also resizes the outside form too despite you fixing size of the outside form. I suppose that we must use some API functions to solve but i don't know exactly.

    C# json

  • I can disable Minimize, maximize box in windows using API but restore box.
    K Kernel1001

    I load another application into winform and i want it not to resize. So i must use API to control. I think i can't use FormBorderStyle or FixedToolWindow. :)

    C# json

  • I can disable Minimize, maximize box in windows using API but restore box.
    K Kernel1001

    I use API following to disable minimize, maximize box in windows. But i can't do that with restore button. I'm quite confused.

    SetWindowLong(hwnd, GWL_STYLE,0x16CC0000);

    0x16CC0000: remove maximize, minimize box. But i can't find the other code for restore box.

    C# json
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups