Skip to main content
Jabberwocky's user avatar
Jabberwocky's user avatar
Jabberwocky's user avatar
Jabberwocky
  • Member for 13 years, 9 months
  • Last seen this week
4 votes
1 answer
19k views

How to enable events so Workbook_BeforeSave gets called

4 votes
1 answer
331 views

How to customize a folder programatically on Windows 7

3 votes
3 answers
133 views

Ensuring an array of ints is actually null terminated

3 votes
1 answer
243 views

CStringA::ReverseFind doesn't work as expected when compiled as 64 bit code

3 votes
1 answer
229 views

Use cases for std::remove_if without std::erase

3 votes
3 answers
96 views

Function template and ambigous template parameter

3 votes
1 answer
677 views

ShellExecuteEx with SEE_MASK_FLAG_NO_UI displays message anyway

3 votes
0 answers
754 views

Why does CDialog::DoModal return an INT_PTR and not an int as in very old SDKs [closed]

3 votes
1 answer
1k views

Focus rectangle not showing even if control has focus

3 votes
1 answer
1k views

How can I "unelevate" a process

3 votes
1 answer
1k views

Unable to redirect standard output using CreateProcess

3 votes
1 answer
1k views

External Diff (Ctrl+D) not working anymore in sourcetree

3 votes
1 answer
454 views

Dialog border different after porting code from Visual Studio 6 to Visual Studio 2013

3 votes
2 answers
89 views

Code with const keyword won't compile

3 votes
2 answers
3k views

Spaces displayed as dots and tabs displayed as arrows

3 votes
2 answers
1k views

Identifying a worksheet other than by its name

3 votes
1 answer
2k views

Why do we need to add SE_SHUTDOWN_NAME privilege before using ExitWindowsEx

3 votes
4 answers
5k views

Why must CString be cast to LPCSTR when using variadic functions?

3 votes
2 answers
586 views

Why do commands invoked by shortcuts never crash in MFC under Windows 7

2 votes
1 answer
183 views

Which code page is used for the implicit conversion of CStringA to CStringW?

2 votes
1 answer
761 views

Conditional operator expression issues C2445 starting with MSVC 19.29 (VS16.11)

2 votes
2 answers
176 views

Bug in Microsoft x64 compiler for signed/unsigned mismatch warnings?

2 votes
1 answer
298 views

Storing data in a user specified order

2 votes
0 answers
60 views

Range based for loop: difference between vector<bool> and vector<int> [duplicate]

2 votes
0 answers
117 views

Question about WM_NOTIFY message for SysLink controls

2 votes
1 answer
214 views

Problem wih fseek and Microsoft's CRT UNICODE support

2 votes
1 answer
3k views

User agent string containing strange version number under macOS Big Sur

2 votes
0 answers
240 views

Crash on customer's computer

2 votes
1 answer
291 views

Dismissing a TaskDialog by pressing Esc

2 votes
1 answer
379 views

Detecting CListCtrl column resizing