|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to remove a window-IconI have programmed a window with an icon.
Now I want, that this window has NO Icon. But I can not remove the icon within VS.NET. I can only select an other ICON ! How can I remove the icon from the window ? Is a window without Icon possible ? Thanks Peter Play with FormBorderStyle or set ControlBox to false.
HTH rawCoder Show quoteHide quote "Peter Stojkovic" <Peter.Stojko***@gmx.net> wrote in message news:e1Sup$EPFHA.3788@tk2msftngp13.phx.gbl... > I have programmed a window with an icon. > Now I want, that this window has NO Icon. > > But I can not remove the icon within VS.NET. > I can only select an other ICON ! > > > How can I remove the icon from the window ? > > Is a window without Icon possible ? > > > Thanks > Peter > > > > > "Peter Stojkovic" <Peter.Stojko***@gmx.net> schrieb: You can remove a custom icon from a window by either placing the cursor over >I have programmed a window with an icon. > Now I want, that this window has NO Icon. > > But I can not remove the icon within VS.NET. > I can only select an other ICON ! > > > How can I remove the icon from the window ? the "(Icon)" text in the properties window and pressing the Delete key or by selecting "Reset" from the property's context menu. > Is a window without Icon possible ? Set the 'FormBorderStyle' property to 'FixedDialog', the 'ShowInTaskbar' property to 'False' and the 'Icon' property to 'Nothing' (at runtime). -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
How to detect when items are added to Combobox/Listbox
TextChanged stringbuilder replace doesn't work on vbLf , vbCrLf , vbCr Excel Reports in VB.NET Inheriting forms problem bin folder Opening and Closing a form error : Cannot access a disposed object named "frmImage". Validate User Change/assign a value to dataset DATAGRID+SQL: INSERT - works, but SELECT - not :-( |
|||||||||||||||||||||||