|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Listview item fontstyleI everyone... i'm having some problems when i'm trying to change a item =
= fontstyle in a listview (details view). Code: frmMain.FeedsList.Items(CInt(id1)).Font.Style =3D FontStyle.Regular The problem is the property FontStyle is read-only. Can anyone help me = with this please ? Thanks "Tiago Salgado" <tiagosalgado.developer> schrieb: Create a new 'Font' object with the desired style (see 'Font' constructors) >frmMain.FeedsList.Items(CInt(id1)).Font.Style = FontStyle.Regular > >The problem is the property FontStyle is read-only. Can anyone help me >with this please ? and assign it to the item's 'Font' property. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Thanks a lot. It works ;)
On Sat, 08 Jul 2006 16:23:46 +0100, Herfried K. Wagner [MVP] = <hirf-spam-me-here@gmx.at> wrote: Show quoteHide quote > "Tiago Salgado" <tiagosalgado.developer> schrieb: -- =>> frmMain.FeedsList.Items(CInt(id1)).Font.Style =3D FontStyle.Regular >> >> The problem is the property FontStyle is read-only. Can anyone help m= e = >> with this please ? > > Create a new 'Font' object with the desired style (see 'Font' = > constructors) and assign it to the item's > 'Font' property. > Tiago Salgado http://www.foruns.org
Window Form refresh
Date Sort Windows Image Acquisition (WIA) Taking black photos Scrolling DataGrid's selected row out of view selects next control How to Get DataSet ot DataTable from DataGrid Limit bandwith of my application VB Net 2005 and Email! combobox view display width question .net remoting question Empty Recycle bin - VB.NET code |
|||||||||||||||||||||||