Hi,
I created one desktop application. In this application I have to two tabs, for example tab1 and tab2.
I wanted to show tab1 to everyone who is installed on their computer.
No problem comes with tab2.
I want to show tab2 for only one person whose windows authentication (username: Tej).
How can I do it.
Many thanks
Darma
Loading
darma tejaPosted Jan 7, 2013, 7:17 AM
My question is How can I get username?
Thanks,
Darma
venkata kumarPosted Dec 19, 2012, 5:31 AM
in tab click event u can check condition
if user name is true
then visible=true that tab
else visible=false