Page 2 of 2

Posted: Thu Jul 27, 2006 6:31 pm
by Edwin Knoppert
I don't get it, #PB_ANY does work again.
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 )

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.