Re: Scrolling text in a stationary label help needed



OK, now they're probably getting tired of my posts. :) Anyways, I'll
just use a label in the above situation. It is already present on my
form.

John

jcrouse1@xxxxxxxxxxx wrote:
Mike,
After spending a little time in your code I got the "Coke"
(non-timer) example working in a fixed label. The question is, if the
length of the text is less than the width of the picture box I just
want to print the text in the picture box. I can do this but how can I
center it?

Thanks,
John

.



Relevant Pages

  • Re: Questions (Space)
    ... of the planet, and it's different according to which planet. ... energy thing? ... label, ... start the rest built up a fine picture. ...
    (rec.arts.sf.composition)
  • Re: redraw pictureboxes in image????
    ... own suggested method to perform this job (a Picture Box containing two ... As for your current specific problem, use a Label to hold the "number in the ... at their defaults if you wish) and set its ToolTipText to whatever you want. ... Draw your line between the images using the VB Line method (type the word ...
    (microsoft.public.vb.general.discussion)
  • Re: How do I have a picture as a background for each label in mail mer
    ... With the cursor in the first label on the sheet, ... Insert menu and then select from File and select the picture that you want ... Format menu, select Picture and on the Layout tab of the Format Picture ...
    (microsoft.public.word.mailmerge.fields)
  • Re: Show Design Grid in a Picture Box?
    ... control masks label controls but not textbox controls. ... Just to amplify Bob Butler's response, you can set a Picture Box to be the Container for a Label either in code or manually at design time in the VB IDE. ... Make sure the code window is showing the full view by clicking the little "Full Module View" button at the bottom left and then copy the code from my message and paste it ito the code window. ...
    (microsoft.public.vb.general.discussion)
  • Re: how to print a picturebox
    ... Write separate printer routine to reproduce ... > If TypeOf ctl Is Label Then ... > ElseIf TypeOf ctl Is Line Then ... >> I have a picture box with label and lines inside. ...
    (microsoft.public.vb.winapi.graphics)