Page 1 of 1

How to change app icon on all forms?

Posted: Tue Jan 18, 2011 10:52 am
by alhalwachi
Hi there

How can I change the main icon that appears on the top as well as in the windows task bar when the application is minimized? this icon also appears in all of the sub-froms and pop-up windows?

please advise

Thanks

Re: How to change app icon on all forms?

Posted: Tue Jan 18, 2011 1:47 pm
by jordansparks
Well, nearly every form runs Lan.F(this) in the constructor. The purpose of that method is to translate everything on the form. It looks like that would also be a convenient time to change the icon. You would use a plug-in.

Re: How to change app icon on all forms?

Posted: Fri Jul 15, 2011 8:19 am
by alhalwachi
Hi
The icon i want to change is the one that appears at the task bar when you launch OD. Once the main app form is loaded, the icon appears in the main taks bar, how can i change it?

Re: How to change app icon on all forms?

Posted: Fri Jul 15, 2011 8:23 am
by jordansparks
Are you building a plugin or are you interested in just compiling and not receiving our releases?

Re: How to change app icon on all forms?

Posted: Fri Jul 15, 2011 10:19 am
by alhalwachi
i got it done, thanks. I changed the main icon of the "formopenDental.cs" :p