From: milonass on 26 Jun 2010 10:43 When I "put" my application to system tray, in the Windows 7 customizing of the system tray the "file description" is missing and "TODO: <FileDescription>" appears. How can I set this "<FileDescription>"? Thanks, Thomas
From: David Ching on 26 Jun 2010 11:49 "milonass" <milonass(a)discussions.microsoft.com> wrote in message news:9735F4B0-1FF7-4ED5-ADCD-51566DB120F7(a)microsoft.com... > When I "put" my application to system tray, in the Windows 7 customizing > of > the system tray the "file description" is missing and "TODO: > <FileDescription>" appears. How can I set this "<FileDescription>"? Open the .rc file in Visual Studio and edit the Version Info. -- David
From: Joseph M. Newcomer on 26 Jun 2010 15:55 Well,. that's probably because you failed to set the VERSIONINFO in your resources. Fix it. joe On Sat, 26 Jun 2010 07:43:50 -0700, milonass <milonass(a)discussions.microsoft.com> wrote: >When I "put" my application to system tray, in the Windows 7 customizing of >the system tray the "file description" is missing and "TODO: ><FileDescription>" appears. How can I set this "<FileDescription>"? >Thanks, >Thomas Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: milonass on 26 Jun 2010 16:45 Yes, that's it. Thank you. "Joseph M. Newcomer" wrote: > Well,. that's probably because you failed to set the VERSIONINFO in your resources. Fix > it. > joe > > On Sat, 26 Jun 2010 07:43:50 -0700, milonass <milonass(a)discussions.microsoft.com> wrote: > > >When I "put" my application to system tray, in the Windows 7 customizing of > >the system tray the "file description" is missing and "TODO: > ><FileDescription>" appears. How can I set this "<FileDescription>"? > >Thanks, > >Thomas > Joseph M. Newcomer [MVP] > email: newcomer(a)flounder.com > Web: http://www.flounder.com > MVP Tips: http://www.flounder.com/mvp_tips.htm > . >
|
Pages: 1 Prev: PlaySound Question Next: ON_UPDATE_COMMAND_UI overridden???? |