window resizing

  1. F

    Windows 11 Drawing a border and background color with a handle to a window.

    ``` #include <Windows.h> #include <Richedit.h> HWND hwnd; HWND panel; HWND richEdit; WNDPROC oldStaticProc; int WINAPI WinMain(HINSTANCE, HINSTANCE, PSTR, int); LRESULT CALLBACK WindowProcedure(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); LRESULT CALLBACK StaticProc(HWND hwnd, UINT...
  2. Windows 8 Why do I have so many Users?

    Hi Today I was just looking through stuff, and I came upon my users list. Why do I see so many Users listed and can I safely remove some of them. I don't even know where these come from? Link Removed Link Removed What are these accounts that say Account Unknown? It would seem...
  3. Turn Off Automatic Window Resizing and Docking in Windows 7

    Microsoft made a big deal about this new feature, but not everybody wants it. Turning it off is surprisingly simple--but finding the 'off switch' isn't. Link Removed
  4. C

    Windows 7 mini media player window covered by toolbar

    I moved the start menu toolbar to the top of my screen as I like it that way, but... when starting a video by double clicking on a video file the mini media player window's title bar appears underneath the start menu toolbar were you cannot get to it if you then try to resize the window by...