Tagged Questions

0
votes
1answer
14 views

scroll tip in list control

In Windows 7, the explorer shows a scroll tip in detailed view like this: This image is taken from this MSDN page, but there's no information there on how to activate this for a plain list control. …
0
votes
8answers
137 views

“I’m busy please wait” window - no buttons.

I want to pop up a window to show that a program is busy with a particular time consuming task. But I don't want any buttons on it. I just want to pop it up, do the task, then remove it. I'm not sure …
2
votes
3answers
131 views

How do I draw zoomed text without changing effective text width?

I have some code that does custom drawing. Basically it is form fill program that has a WYSIWYG editor. The editor allows a zoom level to be set. I am having problems with the width of my labels …
2
votes
4answers
61 views

How to lock pages in memory using WinAPI?

I need to prevent application's memory pages from being swapped out of RAM on Windows. Is there a WinAPI function equivalent of POSIX mlockall() to achieve that?
2
votes
5answers
123 views

.NET Interop IntPtr vs. ref

Probably a noob question but interop isn't one of my strong points yet. Aside from limiting the number of overloads is there any reason I should declare my DllImports like: …
2
votes
2answers
47 views

How to find out API functions of DLL files?

Is there a way to get all the API (Export) functions from a DLL file? I know that programs such as Depends and PE Explorer can do that but none of them retrieve the argument list.
2
votes
2answers
39 views

Behavior of WS_CLIPCHILDREN and InvalidateRect in Windows 7

To reduce flickering I create my parent windows using the WS_CLIPCHILDREN flag and I call InvalidateRect during the WM_SIZE event. This approach has worked well in Windows XP. However, I recently …
0
votes
1answer
14 views

Does WinAPI::InternetCheckConnection put a load on the server?

Our program calls InternetCheckConnection every 2 seconds to test whether the program is connected to our server. We have around 4000 clients running our program. Now the server response is slow, …
0
votes
3answers
38 views

How to create a module that reads the frame buffer, and saves the content as an image.

In Windows, there seems to be at least two ways to get to the frame buffer: GDI and DirectX. The problem is that in order to use GDI or DirectX, it seems that you must be running a GUI application, …
1
vote
3answers
47 views

Resize a file (down)

I'm attempting to shrink a file in place. I'm replacing the contents of one file with those of another and when I'm done I want to make sure if the source file is smaller than the dest file, the dest …
0
votes
1answer
36 views

CheckTokenMembership in VB6 - Crashing on FreeSID on Windows 7 and Windows 2008

Hello All, I am using the CheckTokenMembership Windows API to check if the user is an Administrator. Here's the code: Option Explicit Private Const SECURITY_BUILTIN_DOMAIN_RID As Long = …
1
vote
0answers
28 views

IFileOpenDialog and IFileSaveDialog from VBA

How do you call IFileOpenDialog and IFileSaveDialog from VBA? According to Microsoft, applications written for Windows 7 and later should use IFileOpenDialog/IFileSaveDialog API calls instead of …
0
votes
1answer
29 views

Does the caller need to Release the IShellBrowser* obtained via the undocumented WM_GETISHELLBROWSER (WM_USER+7) message?

Several have pointed out that there exists an undocumented message that retrieves the IShellBrowser interface pointer from the common dialog HWND for the file open & save dialogs. But there is …
1
vote
4answers
39 views

Wrapping a PropertySheet; how to handle callbacks?

I'm writing an (unmanaged) C++ class to wrap the Windows PropertySheet. Essentially, something like this: class PropSheet { PROPSHEETHEADER d_header; public: PropSheet(/* parameters */); …
4
votes
14answers
396 views

100 kHz Timer Frequency in Windows XP

There's a popular hobby level CNC machine tool control that operates in Windows XP and it has a timer that operates at a user selectable rate ranging from 25 kHz up to 100 kHz. It just so happens …

1 2 3 4 5 145 next
15 30 50 per page