Viewing a historical version
You are viewing revision 62 of "Sandbox :: Default" modified by Admin on 4/2/2025 10:29:42 PM.
View latest revision
This page is a draft and may contain incorrect information and/or experimental styling.
Default
Overview
To edit this very page, click the Page link in the menu and click edit. Or, just
test.
//Works great in 32-bit but explodes when compiled as 64-bit
// because it returns a 32-bit value, and the result can be truncated.
int CALLBACK dialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
. . .
}
DialogBox(GetAppInstance(), MAKEINTRESOURCE(IDD_TEMPLATE), NULL, dialogProc);
//This works great in both 32-bit and 64-bit
// because it returns a 64-bit value.
INT_PTR CALLBACK dialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
. . .
}
DialogBox(GetAppInstance(), MAKEINTRESOURCE(IDD_TEMPLATE), NULL, dialogProc);
Point #1
This is a callout
This is the callout text, it can also contain markup.This is a card
This is the card text, it can also contain markup.
This is an example of a collapse section.
This is the content that was hidden #1.
This is the content that was hidden #2.
This is the content that was hidden #3. *xxxx*
Point #2
- Task #1
- Task #1.1
Task #1.2- Task #2
- Task #3
Column #1 | Column #2 | Column #3 | Column #4 |
Row #1 | Cell #1 | Cell #2 | Cell #3 |
Row #2 | Cell #1 | Cell #2 | Cell #3 |
Row #3 | Cell #1 | Cell #2 | Cell #3 |
Row #4 | Cell #1 | Cell #2 | Cell #3 |
Column #1 | Column #2 | Column #3 | Column #4 |
Row #1 | Cell #1 | Cell #2 | Cell #3 |
Row #2 | Cell #1 | Cell #2 | Cell #3 |
Row #3 | Cell #1 | Cell #2 | Cell #3 |
Row #4 | Cell #1 | Cell #2 | Cell #3 |
Related
- Home - The home page
Last modified by Admin @ 4/2/2025 10:29:42 PM
Comments
Login to leave a comment.Stealing back the last comment spot!
Another comment.
This is a test comment.