Some menu issues (PB4)

Everything else that doesn't fall into one of the other PB categories.
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post 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.
Post Reply