all groups > dotnet windows forms > june 2003 >
You're in the

dotnet windows forms

group:

Urgent...Help me..


Urgent...Help me.. Xalmen Horski
6/30/2003 8:11:28 AM
dotnet windows forms:
Thank you for your help in Advance.

I have have string " hellow world "

In this this i need to have different font for "hellow"
and different font for "world" . Leater i would assing
this string to a textbox.

Any tricks and tips would appriciated.

-Thanks
Re: Urgent...Help me.. Xalmen Horski
6/30/2003 9:05:21 AM
Lapshin
Thank you for your prompt suggestion.
I would check this class and its members/events.
But can i insert this control in a a cell of a DataGrid ?

Once again thanks for saving me lot of time.

Xalmen.


[quoted text, click to view]
Re: Urgent...Help me.. Xalmen
6/30/2003 11:45:21 AM
Wanger,
Thanks for your Help.
It works perfect with RichText box.
Thank you for u r Time.
Xalmen.
[quoted text, click to view]
Re: Urgent...Help me.. Dmitriy Lapshin [C# / .NET MVP]
6/30/2003 6:42:30 PM
Hi,

I'd suggest using the RichTextBox control instead. You can manipulate font
and color settings even for a single character by using RichTextBox object
model, as far as I remember, so this may be just what you need.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Unit Testing and Integration Environment
http://x-unity.miik.com.ua
Deliver reliable .NET software

[quoted text, click to view]
Re: Urgent...Help me.. Herfried K. Wagner
6/30/2003 8:01:57 PM
Hello,

"Xalmen Horski" <meetlax@hotmail.com> schrieb:
[quoted text, click to view]

Use a RichTextBox instead:

\\\
With Me.RichTextBox1
.Text = "Hello World"
.Select(0, 5)
.SelectionColor = Color.Red
.Select(6, 10)
.SelectionColor = Color.Blue
.Select(0, 0)
End With
///

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet

RE: Urgent...Help me.. babu
3/14/2007 7:16:11 AM
hi,
when i am in window based application at c#.net i could not set as start up applicaton. anybody help me how it is. pls.

From http://www.developmentnow.com/g/29_2003_6_0_0_114538/Urgent--Help-me-.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button