Hi,
i noticed that the menu items dont have a visible property. Also no handle
property. I want to control the visibility of my app's menu items (make them
visible true or false). How can I do that?
Using .net cf 2.0. whidbey beta2.
thanks,
Ab.

Re: visibility of menu items by Daniel

Daniel
Sun Sep 11 07:23:26 CDT 2005

Sounds like this is the same as netcf v1.0

You have to programmatically add/remove the menuitems as and when you see
fit. A bit more code but works well...

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

"Abubakar" <abubakarm@gmail.com> wrote in message
news:%23oWNJrstFHA.1472@TK2MSFTNGP15.phx.gbl...
> Hi,
> i noticed that the menu items dont have a visible property. Also no handle
> property. I want to control the visibility of my app's menu items (make
> them visible true or false). How can I do that?
> Using .net cf 2.0. whidbey beta2.
> thanks,
> Ab.
>



Re: visibility of menu items by Abubakar

Abubakar
Sun Sep 11 07:38:13 CDT 2005

thanks. 2.0 should have atleast provided a handle so we could do stuff with
core apis.

Ab.
http://joehacker.blogspot.com

"Daniel Moth" <dmoth74@hotmail.com> wrote in message
news:eY52dustFHA.208@TK2MSFTNGP10.phx.gbl...
> Sounds like this is the same as netcf v1.0
>
> You have to programmatically add/remove the menuitems as and when you see
> fit. A bit more code but works well...
>
> Cheers
> Daniel
> --
> http://www.danielmoth.com/Blog/
>
> "Abubakar" <abubakarm@gmail.com> wrote in message
> news:%23oWNJrstFHA.1472@TK2MSFTNGP15.phx.gbl...
>> Hi,
>> i noticed that the menu items dont have a visible property. Also no
>> handle property. I want to control the visibility of my app's menu items
>> (make them visible true or false). How can I do that?
>> Using .net cf 2.0. whidbey beta2.
>> thanks,
>> Ab.
>>
>
>