Questions tagged [windows-api-code-pack]

The Windows API Code Pack for .NET is esentially a managed API to access Shell functions, that are otherwise not available for .NET Developers.

The Windows API Code Pack for .NET can either be downloaded from MSDN or installed via NuGet with Install-Package Windows7APICodePack.

170 questions
-1
votes
1 answer

created button go out of preview pane border using resource editor

I have come across a problem when i created a buttons at preview pane using resource editor (visual c++). The problem is when i try to move the width of preview pane the button don't adjust themselves to be in preview pane according to the movement…
Sss
  • 1,519
  • 8
  • 37
  • 67
-2
votes
1 answer

VBA:WIndows API :How to assign file path to open windows?

I am struggling in upload automation before i have tried with send key Question 1 after my question i have decided go with Windows API program and i refer lot of code in website i found only, how to find the my "Choose File to Upload" windows and…
Kathir vtv
  • 305
  • 2
  • 7
  • 19
-2
votes
1 answer

Windows HotKey in C# App

Hi I am working on an C# Windows App that uses key combination like CTRL+A and CTRL+Z outside the app (running in background). I tried RegisterHotKeys tutorials but i have an issue. When pressing CTRL+A only my method is executed and Windows default…
-4
votes
1 answer

Cannot Find HResult from WindowsAPICodePack

I have been working on this for couple hours, searching everywhere can't couldn't find a solution. I got an error message saying: アセンブリ 'Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' から型…
Zuoanqh
  • 942
  • 4
  • 10
  • 26
-6
votes
1 answer

retrive username and domain with GetUserNameExA

I am trying to get username and domain with GetUserNameExA function this is my code #include #include #include using namespace std; #include #include #include #include…
Chantal87
  • 1
  • 2
1 2 3
11
12