Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
73 views

I am using Delphi Alexandria (Win64) and I need to programmatically Pin and Unpin OneDrive files. I am attempting to use GetFileAttributes() and SetFileAttributes() with FILE_ATTRIBUTE_PINNED and ...
Seekr's user avatar
  • 33
-3 votes
0 answers
58 views

I am working with CBCGPGridCtrl(BCGControlBar Pro grid). I want to hide and show a row dynamically. In previously the from in VsFlex now I covert to BCGPGrid In VsFlex it's use Setrowhidden () for ...
sanket Solanke's user avatar
-3 votes
1 answer
62 views

In a VB.NET Winforms application, we have a button. On button click i.e. Button1.MouseUp event, it opens another form. But when we double click on the button, the double click splits into two single ...
gpt researcher's user avatar
-3 votes
0 answers
118 views

I am trying to use NCryptDeriveKey() to derive session encryption and authentication keys using HKDF. I can generate ephemeral key-pair NCryptCreatePersistedKey() and return the key handle and public ...
Preeti 's user avatar
  • 797
0 votes
1 answer
107 views

I am using the MSys posix shell for convenience, and am using CMake with Ninja and MSVC. I have a minimum viable project like this: CMakeLists.txt: cmake_minimum_required (VERSION 3.16) project(test ...
user avatar
Advice
0 votes
13 replies
181 views

I was following this guy's 'how to program a game from scratch in c++ tutorial', and was wondering why window_class.lpszClassName = "Game Window Class"; has a syntax error, but when I added ...
TommyBoiii's user avatar
4 votes
1 answer
124 views

In cmd, I wrote the following command to test an executable named "msl.exe": msl test c.exe The executable calls GetCommandLineA (from the Windows API) and prints the command line. However, ...
Kun Xiang's user avatar
0 votes
0 answers
85 views

I'm trying to create a DLL proxy based on many similar projects online. I am aware of the multitude of posts about DLL proxying on this site and others, but few are recent and I am unable to reproduce ...
somebody0's user avatar
0 votes
2 answers
134 views

I wanted to create a 300×100 window with CreateWindowExW: HWND hwnd = CreateWindowExW(0, WndClassName, L"300 x 100 window", ...
Dr. Gut's user avatar
  • 3,507
1 vote
2 answers
244 views

When there is an application, that consists of multiple executables, how do they locate each other on MS Windows? How does it work for installed programs, how does it work for "portable" ...
Caulder's user avatar
  • 473
4 votes
1 answer
124 views

I have attempted to write code that achieves what I'm asking in accordance to Microsoft's official documentation on this structure: https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-...
randomprogrammer3344's user avatar
Advice
0 votes
1 replies
32 views

I have a Win32 kiosk app that replaces the Windows shell (explorer.exe) with itself and acts as a login gatekeeper. It may let the user in after logging in (executes explorer.exe) or log the user out. ...
dbv's user avatar
  • 429
0 votes
0 answers
105 views

I was wondering how to make a custom dialog with overlay system in Windows Forms. I'm making that so I basically have 2 forms : The overlay which is maximized without FormBorderStyle = FormBorderStyle....
user28988188's user avatar
Advice
3 votes
2 replies
43 views

From SetWindowLongPtrW and GetWindowLongPtrW, it is said that GWLP_USERDATA is: the user data associated with the window. This data is intended for use by the application that created the window. Its ...
yoonsohchan's user avatar
0 votes
0 answers
57 views

Scenario: 1. My program runs on a remote snapshot directory on Windows mounted via SMB. 2. At some point, I get an error saying a path deep inside the snapshot doesn't exist. 3. I need to reliably ...
Marcin Barczyński's user avatar

15 30 50 per page
1
2 3 4 5
2916