The code in the Thread "SetDlgItemInt" fails,
hmmm...
Maybe it's the constant definition,
the "IDC_EDIT_2", but isn't that defined as
GLOBAL to all functions :confused:
hmmm...
Maybe it's the constant definition,
the "IDC_EDIT_2", but isn't that defined as
GLOBAL to all functions :confused:
its 'cause U use hwnd var but U didn't set it in any way! so it's simply zero!
just add
into your WM_INITDIALOG handling func and it will work ;) :alright:
just add
Push hWnd
Pop hwnd
into your WM_INITDIALOG handling func and it will work ;) :alright:
Thanks NEMO that worked:alright:
I think I have fooled around with exactly this
code....
Now I gotta take care of the FLICKERING stuff:)
I think I have fooled around with exactly this
code....
Now I gotta take care of the FLICKERING stuff:)
i don't know how you, but i've got a GPF when count downing is finished.
Hi NEMO
On Win2K there is no "General Protection Faults",
it works just fine ;)
On Win2K there is no "General Protection Faults",
it works just fine ;)
i'm using win98
found it!;)
all ya have to di is add "ret" at the very end of ThreadProc :alright:
all ya have to di is add "ret" at the very end of ThreadProc :alright: