winapi
How to avoid excessive screen flickering with GDI
I\'m sort of new to rendering graphics with GDI... I made a paint program, and it works fine, it\'s just that it causes a lot of annoying screen flickering. I will admit my paint code is not really o[详细]
2023-04-10 10:55 分类:问答c++: TerminateProcess (procHandle, 0)
I am using \"TerminateProcess (procHandle, 0)\" to kill threads.It works for most, but some threads it can\'t kil开发者_开发知识库l.WHY?Also the task manager can\'t kill those threads either.[详细]
2023-04-10 09:49 分类:问答How can i set an entrypoint for a dll
First i thought entry point in dlls开发者_StackOverflow社区 DLLMain but then when i try to import it in C# i get an error that entrypoint wasn\'t found Here is my code:[详细]
2023-04-10 09:17 分类:问答c++ win32 prevent application from running on windows xp
I\'ve developed a application which uses Vista (or higher) API\'s and i would 开发者_开发问答like to add a popup message if the application detects a unsupported OS.[详细]
2023-04-10 08:21 分类:问答Windows Listen to service Status Changed
How Can I make an app that listens to services for Service Status Changed event. (I don\'t want repeated checking on of all servic开发者_高级运维es)[详细]
2023-04-10 07:42 分类:问答Stop app window overlapping Windows start bar
On my Win7 PC I have the start-bar running vertically, it\'s about 60px wide. In my win32 application, the created window always appears overlapping the start bar, which looks bad - I just use (0开发者[详细]
2023-04-10 07:33 分类:问答super smooth, full screen fade-in animated popup image on win32
Any ideas on how to implement it with Qt4.7 or with th开发者_如何转开发e native win32 api. It\'s fine to use DirectX (via sth like this) or OpenGL too. An animation with a semi-transparent window that[详细]
2023-04-10 07:15 分类:问答Weird unresolved external errors
I\'m getting some Unresolved External Errors I can\'t seem to find a solution for: 1>MyApp.obj : error LNK2019: unresolved external symbol \"public: void __thiscall Path::AddPoint(struct Point2D c[详细]
2023-04-10 04:50 分类:问答How to translate paths with environment variables (Eg. %temp%)
I am searching for a winapi function to expand paths with environment variables. I have tried GetFullPathName but the result is weird: \"%appdata%\\some开发者_运维问答thing\" becomes \"C:\\<path to[详细]
2023-04-10 03:31 分类:问答Pipe output(stdout) from running process Win32Api
I need to get (or pipe) the output from a process that is already running, using the windows api. Basically my application should allow the user to select a window to pipe the input from, and all inp[详细]
2023-04-10 03:11 分类:问答