gdi

  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. News

    Improving the high-DPI experience in GDI based Desktop Apps

    In recent years, High-DPI displays have become common. Having a lot more pixels to display your application on seems like a simple recipe for crisper graphics but, counterintuitively, the opposite is often the case. Many applications were written without taking the DPI of displays into account...
  3. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  4. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  5. A

    Windows 7 Right after logging in, even in safe mode. Consistent BSODs.

    Hello, I need help:( My Link Removed (specs listed there. i7, 8g ram, nVidia geforce 550m with Intel HD 3000 optimus) is BSODing right after logging in. It boots fine, and I type in my password, it shows me the desktop for a bit, and around that moment I get one of the BSODs attached. It also...
  6. News

    Black lines appear in an application window that is displayed by using DirectX and GDI in Windows 7

    Fixes a display issue in which black lines appear in the window of an application that uses DirectX and GDI to display the window. This issue occurs on a computer that is running Windows 7 or Windows Server 2008 R2. More...
  7. News

    GDI objects are not displayed correctly on multiple monitors in Windows 7 or in Windows Server 2008

    Fixes an issue in which GDI objects are not displayed correctly when use multiple monitors. This issue occurs when an application uses the EnumDisplayMonitors function to display the GDI objects on a computer that is running Windows 7 or Windows Server... More...
  8. News

    Windows crashes when you run applications that use the D3D and GDI Interop surfaces on a computer th

    Fixes an issue in which Windows crashes on a computer that uses a WDDM 1.1 graphics adapter and has multiple monitors attached. This issue occurs in Windows 7 and in Windows Server 2008 R2. More...
  9. Captain Jack

    Windows 7 Enable Direct2D and Hardware Acceleration in Mozilla Firefox

    A little background for those who wondering what is Direct2D and DirectWrite Hardware Acceleration Direct2D : Direct2Dis a hardware-accelerated, immediate-mode, 2-D graphics API that provides high performance and high-quality rendering for 2-D geometry, bitmaps, and text. The Direct2D...
  10. C

    Microsoft warns of 64-bit Windows 7 hole

    Sorry this is from back on March 19, 2010, but I stumbled across it and thought it was worth posting. Microsoft is working on a patch to fix a hole in a 64-bit Windows 7 graphics display component that could be exploited to crash the system or potentially take control of the computer by...
  11. hbailla

    Windows 7 the first security update for windows 7 beta

    after the big discussion about the security of windows 7 , microsoft release the the first security update for windows 7 beta . While Microsoft excluded Windows 7 from the security patching ceremony in January and in February, things went a little differently on this month's Patch Tuesday...
Back
Top