Hi,
i wanna display logged in user name in place of caption on every form in my c# winform application. Is it possible?? There are six forms in an application n m using Access-2007 for database storage.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hemant SrivastavaPosted May 29, 2013, 6:02 PM
this.Text = username;or you could fire an event whenever any user logged in and in the event handler, assign the Caption as a username.
amberPosted May 29, 2013, 9:56 AM
Pankaj PandeyPosted May 29, 2013, 9:07 AM
do you mean caption =UpperCase ??
if yes then just put the code.
string x=x.ToUpper();
try it...
mark as answered if it helps