user32
How Can I Check if a Window is an MDI Window?
I imagine there\'s some user32.dll call that I can use to verify if a window is an MDI window, like using DefMDIChildProc and seeing if it fails, but I wonder if there\'s any limitations to this, or i[详细]
2023-03-29 01:53 分类:问答Use a window handle as an owner for a VB6 form
What is the Win32 equivalant of Form2.Show vbModeless, Form1 that allows me to set the owner (not the parent) to an arbitrary hWnd and set the default position, etc?[详细]
2023-03-25 16:32 分类:问答c# Maximize Window from System Tray
I am having trouble trying to bring my application window to the fro开发者_JS百科nt(i.e on top of all other windows).I want the user to be able to double click the notifyIcon in the system tray, and I[详细]
2023-03-25 11:21 分类:问答C# Using PostMessage
I\'m trying to send a key to an application. I tested the Handlewindow value used breakpoints to understand what I\'m doing wirong but i cant find a solution. To be more detailed, its a little game an[详细]
2023-03-24 18:31 分类:问答cannot hide process
i want to start calc.exe and hide it but only can start the exex but cant hide what error in my code??[详细]
2023-03-11 22:40 分类:问答Can I retrieve the user32.dll getlastinputtime from a system service
I am trying to write a system service that can detect whether th开发者_StackOverflowe user is active and then launch a process if not.I am using a service because I want this to work if the user is lo[详细]
2023-03-11 20:27 分类:问答How to use Win32 GetMonitorInfo() in .NET c#?
I have to implement a feature where the last position of the window is saved. When the application starts up this position needs to be obtained and restored.[详细]
2023-03-11 16:45 分类:问答fail to get procees name (vb.net)
i wan to create a program that can get the application name i can start the program but cant get the program name[详细]
2023-03-10 18:11 分类:问答Making a DLL in VB.NET which I can use as DllImport
Can I make a DLL in VB.NET w开发者_运维知识库hich I can use in VB.NET with the tag DllImport just like we import functions from \"user32.dll\"?No you can\'t.[详细]
2023-03-01 03:19 分类:问答Detecting if Windows Login Screen is visible to user in VB.NET
Hey StackOverflow VB.NET members, After running the following code (which locks the computer), what code must I be applying to see if the user has successfully logged into the computer and tha开发者_[详细]
2023-02-28 13:33 分类:问答