Re: Mixing Font Sizes
- From: PeterD <peter2@xxxxxxxxxx>
- Date: Sat, 09 Jun 2007 15:35:46 -0400
On Sat, 09 Jun 2007 17:09:39 GMT, "Pop`" <nodoby@xxxxxxxxxxxxxxxxxxx>
wrote:
Hi,
First post on this group. I'm a complete newbie to VB with the slight
exception that I have a years-old smattering of C and can currently do
fairly well with batch files. I'm using tutorials for the most part and
then diverging from them and trying to write my own subs; rather
successfully I'm happy to say.
VB6 Enterprise on XP Pro: IDE, simple "Standard.Exe" IDE env at the moment.
Is there a way to programmatically set Font Sizes within a line of text?
e.g. made-up example:
txtResult = txtOperand1 & " Plus " & txtOperand2 & " = " & dblResult
I would like to make the "=" sign larger and bold with the rest of the
text normal.
Is that possible in the IDE or should I wait until I have more experience
under my belt?
Thanks for any relevant information,
Pop`
You might be successful using a RTF text box. I've had, at best, mixed
results using RTF boxes, so there is a learning curve. I don't know of
any other stock way--I have a similar application need and use
multiple text boxes to achieve the same result. In my case, the text
is relatively static, however.
.
- Follow-Ups:
- Re: Mixing Font Sizes
- From: Pop`
- Re: Mixing Font Sizes
- From: Juergen Thuemmler
- Re: Mixing Font Sizes
- References:
- Mixing Font Sizes
- From: Pop`
- Mixing Font Sizes
- Prev by Date: Re: Loading Icon-Invalid Picture Error
- Next by Date: Re: Libraries of subs and functions
- Previous by thread: Re: Mixing Font Sizes
- Next by thread: Re: Mixing Font Sizes
- Index(es):
Relevant Pages
|