|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Label text like in mirrorI need way to have text in label and look like in mirror like "ambulance" so
when i look text via mirror it print fine. Not "ecnalubma" but exactly like in mirror. thx Have you tried using Graphics.Drawtext with Right to left property enabled?
Rgds, Anand M VB.NET MVP http://www.dotnetindia.com Show quoteHide quote "Dzemo" wrote: > I need way to have text in label and look like in mirror like "ambulance" so > when i look text via mirror it print fine. Not "ecnalubma" but exactly like > in mirror. > thx > > > yes but i cant get that right. Is there any API or something
Show quoteHide quote "Anand[MVP]" <Anand***@discussions.microsoft.com> wrote in message news:4634AA90-5E8E-4EBB-9D64-085B36DFFF03@microsoft.com... > Have you tried using Graphics.Drawtext with Right to left property > enabled? > > Rgds, > Anand M > VB.NET MVP > http://www.dotnetindia.com > > "Dzemo" wrote: > >> I need way to have text in label and look like in mirror like "ambulance" >> so >> when i look text via mirror it print fine. Not "ecnalubma" but exactly >> like >> in mirror. >> thx >> >> >> "Dzemo" <dz***@wizard.ba> schrieb: \\\>I need way to have text in label and look like in mirror like "ambulance" >so when i look text via mirror it print fine. Not "ecnalubma" but exactly >like in mirror. e.Graphics.DrawString("FGH", Me.Font, Brushes.Red, 100, 100) e.Graphics.ScaleTransform(-1, 1) e.Graphics.DrawString("FGH", Me.Font, Brushes.Red, -200, 200) /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Hashtable question
guidelines for developing an application Form question (Re-usuable code) copying data from MS-SQL to MS-Access using VB.Net Icon for Components How do you protect from pirating? Object variable or With block variable not set. Anyone know what could cause the following error messages? SqlCommand w/ Params Select Issue Using the IN Clause Print information when ANY control is used |
|||||||||||||||||||||||