Posted: Thu Jul 27, 2006 6:31 pm
I don't get it, #PB_ANY does work again.
This was ever a problem..
Odd, but it seems i'm running beta 11 at home and at the office no beta.
Could it be there was an issue in one of the beta's?
It has been a while i changed from pb_any to 0.
This was ever a problem..
Code: Select all
nMenuID = CreateMenu( #PB_Any, hWnd )
If nMenuID <> 0
MenuTitle( "Menu 1" )
MenuItem( 1000, "Menu 1" )
SetMenuItemState( nMenuID, 1000, 1 )
Could it be there was an issue in one of the beta's?
It has been a while i changed from pb_any to 0.