Hi,
Got a little problem when trying to add a sysipaddress32 common control in my dialog..
I added:
CONTROL "SysIP1", IDC_SysIP, "SysIPAddress32", WS_TABSTOP, 19, 7, 77, 13
But my program do not start anymore because of this line..
I do not find any site that could help me with..
Whats the error ? and did u guys have any good site about winasm (except Izcelion's one).
Thanks
wanted
Got a little problem when trying to add a sysipaddress32 common control in my dialog..
I added:
CONTROL "SysIP1", IDC_SysIP, "SysIPAddress32", WS_TABSTOP, 19, 7, 77, 13
But my program do not start anymore because of this line..
I do not find any site that could help me with..
Whats the error ? and did u guys have any good site about winasm (except Izcelion's one).
Thanks
wanted
take a look at:
http://www.crahkob.com/td/
IP address Control (SysIPAddress32) example.
API 'InitCommonControlsEx' usage instead of the obsolete API 'InitCommonControls'.
http://www.crahkob.com/td/win32asm/td_win32asm_025.zip
http://www.crahkob.com/td/
IP address Control (SysIPAddress32) example.
API 'InitCommonControlsEx' usage instead of the obsolete API 'InitCommonControls'.
http://www.crahkob.com/td/win32asm/td_win32asm_025.zip