Test posting
#9
This is what I mean by ... I was hoping it worked also in code section.


Code:
[b][color=#0000FF]FUNCTION PBMAIN[/color]()

[color=#0000FF]DIALOG NEW[/color] [color=#8000FF]%HWND_DESKTOP[/color] ,[color=#800040]"Center Dialog - Move me"[/color], , , [color=#FF0000]200[/color], [color=#FF0000]150[/color], _
[color=#8000FF]%WS_CAPTION[/color] [color=#0000FF]OR[/color] [color=#8000FF]%WS_MINIMIZEBOX[/color] [color=#0000FF]OR[/color] [color=#8000FF]%WS_MAXIMIZEBOX[/color] [color=#0000FF]OR[/color] [color=#8000FF]%WS_SIZEBOX[/color] [color=#0000FF]OR[/color] [color=#8000FF]%WS_SYSMENU[/color], [color=#8000FF]%WS_EX_LEFT[/color] [color=#0000FF]TO[/color] hDlg
[b][i][color=#008080]'%WS_CAPTION OR %WS_MINIMIZEBOX OR %WS_SYSMENU, %WS_EX_TOPMOST TO hDlg[/color][/i][/b]

[color=#0000FF]CONTROL ADD BUTTON[/color], hDlg, [color=#8000FF]%ButtonMsg[/color], [color=#800040]"MessageBox"[/color], [color=#FF0000]50[/color], [color=#FF0000]60[/color], [color=#FF0000]100[/color], [color=#FF0000]14[/color]

[color=#0000FF]DIALOG SHOW MODAL[/color] hDlg [color=#0000FF]CALL[/color] DlgProc

[color=#0000FF]END FUNCTION[/color][/b]
Reply


Messages In This Thread
Test posting - by Albert Richheimer - 05-14-2024, 07:23 AM
RE: Test posting - by Albert Richheimer - 06-10-2024, 06:31 PM
RE: Test posting - by Albert Richheimer - 06-10-2024, 06:54 PM
RE: Test posting - by George Bleck - 06-19-2024, 05:23 AM
RE: Test posting - by Albert Richheimer - 06-19-2024, 06:38 AM
RE: Test posting - by Pierre Bellisle - 01-27-2025, 09:15 PM
RE: Test posting - by Albert Richheimer - 01-27-2025, 09:20 PM
RE: Test posting - by Albert Richheimer - 01-28-2025, 07:30 AM
RE: Test posting - by Pierre Bellisle - 01-28-2025, 02:58 PM
RE: Test posting - by Albert Richheimer - 01-28-2025, 03:30 PM
RE: Test posting - by Pierre Bellisle - 01-28-2025, 04:17 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)