Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Custom control with non-client area - doesn't calculate at first

How to force a window to maintain a certain width/height ratio when resized

c++ winapi

Is there a way to find out the current count of a win32 semaphore?

winapi semaphore

Ways to parse XML in C++ (Win32)

c++ windows xml winapi

Application that can open program in full screen?

c# winapi process fullscreen

FS register in Win32

Hide Cursor in Client Rectangle but not on Title Bar

c++ windows winapi

Setting a Window's Minimum and Maximum Size using WINAPI

c winapi

Can CopyFileEx be called from a secondary thread?

Making Win32 Application work on ANSI & UNICODE

c++ winapi encoding

Delphi XE2 EnumWindows not working properly

delphi winapi delphi-xe2

Threading, com+ calls with SendMessage messaging

delphi winapi com delphi-7

How to send keys Control + A + B? (keep Control modifier "pressed")

c# winapi coded-ui-tests

std::ostringstream isn't returning a valid string

c++ winapi std ostringstream

What could cause a deadlock of a single write/multiple read lock?

c++ windows winapi

Can a Windows CRITICAL_SECTION object be configured to deny recursive access?

winapi critical-section

What's so bad about system()? [closed]

c++ windows winapi

In C++ Win32 app how can I determine private bytes, working set and virtual size [duplicate]

Writing a console wrapper in C#?

c# winapi console

Win32: How to create a ListBox control using the CreateWindowExW() function?

c listbox winapi createwindow