Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged winapi
0
votes
759
views
1
answer
winapi - How to use WS_EX_LAYERED on child controls
Since windows 8, WS_EX_LAYERED is available to use on child controls, (so says MSDN) However I've been unable to ... win32 (no MFC, ATL etc) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
719
views
1
answer
winapi - How does a modal dialog's message-pump interact with the main application message-pump?
My understanding is any modal dialog automatically has its own message-pump, running on a thread dedicated to that ... thread is not busy? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
1.1k
views
1
answer
winapi - Change Win32 Window Style
Is there a win32 function to change the style of a window after it has been created? I would like to change ... with no border and no resize. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
740
views
1
answer
winapi - What is the maximum process Id on Windows?
What is the maximum process id I can get by calling DWORD GetProcessId(HANDLE) or DWORD GetCurrentProcessId()? It ... API's documentation page. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
512
views
1
answer
winapi - How to detect when window content has changed
I need to write a screencast, and need to detect when window content has changed, even only text was selected ... window is third party control. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
627
views
1
answer
winapi - Notification of when a network interface is ready on Windows
How do I receive notification when a network interface is brought up and ready, under Windows XP? Ready means the ... and is ready to use. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
788
views
1
answer
winapi - How to play a standard windows sound?
How do I find out which sound files the user has configured in the control panel? Example: I want to play ... ), NULL, SND_ALIAS|SND_ASYNC ); See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
626
views
1
answer
winapi - Can a window be always on top of just one other window?
In Windows, is it possible to set window A such that it is always on top of window B, yet allow ... SWP_NOSIZE|SWP_NOMOVE); Is it possible? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
685
views
1
answer
winapi - How to WriteFile to a PhysicalDrive (Windows 7) without getting ERROR_ACCESS_DENIED?
I'm trying to write a test pattern to every sector of a formatted USB drive. There is one logical ... understand ths problem. Any suggestions? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
914
views
1
answer
winapi - How to get thumbnail of file using the Windows API?
I'm trying to get a thumbnail of a file in Windows API. I did find a way, but the code example requires ... haven't been able to find one. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
587
views
1
answer
winapi - RPC from Windows to linux
Is there some (working) example how to create RPC from windows to linux? Client should be windows NT application, ... Can someone point me out? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
543
views
1
answer
winapi - Should I use _T or _TEXT on C++ string literals?
For example: // This will become either SomeMethodA or SomeMethodW, // depending on whether _UNICODE is defined. ... version of a header file? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
796
views
1
answer
winapi - Win32: How to make drop shadow honor non-rectangular Layered window?
i've created a layered window by adding the the WS_EX_LAYERED extended style: wndClass.ExStyle = wndClass.ExStyle | ... was added with XP. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
522
views
1
answer
winapi - Window manipulation using window-handle from different process on MS Windows(XP)
Is it possible to do some operations with a window from other process having it's handle? What I would like to ... great. Thank you very much! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
697
views
1
answer
winapi - How to use WS_EX_LAYERED on child controls
Since windows 8, WS_EX_LAYERED is available to use on child controls, (so says MSDN) However I've been unable to ... win32 (no MFC, ATL etc) See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
673
views
1
answer
winapi - how to programmatically click on a button in running app using C# code
I want to write a C# program which will launch an .exe (this is an easy job, I know how to do it.) but ... it is possible. It is very urgent. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
608
views
1
answer
winapi - Opening an excel file manually allows formulas to run, opening an excel file with VBScript or PowerShell or Python's win32com doesn't
I'm having a problem with a script not updating an excel file, and I reduced it to the following problem ... ability to calculate the formulas? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
487
views
1
answer
winapi - Where is the .emacs file in windows GNU emacs
Where is the .emacs file in windows (I'm using Emacs-23-CvsP091103-EmacsW32-1.58 ) When Emacs starts up ... start with the default settings. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
619
views
1
answer
winapi - Run a simple shell command
What is the best WinAPI function to use when you only want to run a simple shell command like hg > test.txt? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
757
views
1
answer
winapi - How to write and send text to mIRC in C#/Win32?
In a previous question, I asked how to send text to Notepad. It helped me immensely. For part 2, here's ... names for use with FindWindowEx()? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
666
views
1
answer
winapi - SendInput() for keyboard - only lowercase
I have following code: INPUT Input = { 0 }; Input.type = INPUT_KEYBOARD; Input.mi.dwFlags = KEYEVENTF_EXTENDEDKEY; ... case as well? Thanks. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
597
views
1
answer
winapi - Recursive hard disk search with FindFirstFile & FindNextFile C++
I am failing to see where i am going wrong. This current code skips straight to closefile. NOt processing any ... ; } return strFoundFilePath; } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
758
views
1
answer
winapi - Get Process ID of COM Server
I'm doing some automation via a combination of windows message sending directly to HWNDs and calls to a COM server ... COM server is? Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
560
views
1
answer
winapi - Outputting Hello World in MASM using WIN32 Functions
Contents Intro Code Assembling and Running Miscellaneous Question 1. Intro This isn't a question per se (though ... code or have any suggestions See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
579
views
1
answer
winapi - how can I run an external program In C?
How can I run an external program in C? For example application programs like a browser, word, Notepad, etc. Also ... size of 300 X 300 pixels. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
730
views
1
answer
winapi - Where is the digital signature stored when code signing a exe file in windows?
As stated in the question title. However, I am using a "trick" where i store extra data after the ... microsoft to sign my executable. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
866
views
1
answer
winapi - How to use C++ standard smart pointers with Windows HANDLEs?
I was wondering if there is a way to use unique_ptr<T> with Windows HANDLEs? I was thinking to replace the ... of the standard smart pointers? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
0
votes
665
views
1
answer
winapi - How to wait for a process to finish C++
I am creating a process with that code: CreateProcess(NULL, "process.exe", NULL, NULL, TRUE, 0, NULL, NULL, ... is the method with C++ ? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
winapi
Page:
« prev
1
2
3
4
5
6
7
8
...
13
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] 关于uni app popup 弹出层的问题
[2] tensorflow - Keras model generates Nan on predict on gcp
[3] javascript - how can i get args in command for discord js
[4] arrays - Access variable in upper scope in Cypress and TypeScript
[5] while总是进入死循环,直到报内存溢出
[6] react-native 部分华为机型闪退 添加googlePlayServicesVersion 的疑问?
[7] elementui table组件监听data,不用深度监听?
[8] typescript - how can I change an image added dynamically in in angular
[9] canvas画出来的字体颜色和dom渲染的字体颜色有色差
[10] react native - Best practices styling through properties
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...