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 right-arrow click here left-arrow
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);

meow-code Feel free to edit this page, I revert it from time to time, so Happy sandboxing!
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 the content that was hidden #1.
This is the content that was hidden #2. eyes
This is the content that was hidden #3. *xxxx*



Point #2

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


Last modified by Admin @ 4/2/2025 10:29:42 PM

Comments

Login to leave a comment.

Stealing back the last comment spot! amaze

Avatar Admin   

5/12/2025 1:13:13 PM

Another comment.

Avatar dogweather   

1/28/2025 5:49:11 PM

This is a test comment. eyes

Avatar Admin   

7/24/2024 11:32:26 PM

View all comments