how to display longer text in label?

Login to reply to this topic.
Thu, 2008-05-08 13:29
Joined: 2008-01-07
Forum posts: 19

This is my problem:
when I use DIALOG to construct a progress diaolg , and use label to display dynamic text.such as "exporting message",but
the label can only show one line with limited text .
how can I display more longer text in one label ?

RESOURCE DIALOG r_progress_dialog
{
}

thanks in advance!
regards
lsz


Fri, 2008-05-09 09:27
Joined: 2006-11-23
Forum posts: 15
Re: how to display longer text in label?

Hi legenlau,

I have a sample application posted here in which i have demonstrated how to set mutiline text to a label control in dialog.. you can take help from that to do the same here in your case...

Br,
Pankaj


Pankaj Dubey

Fri, 2008-05-09 09:32
Joined: 2008-01-07
Forum posts: 19
Re: how to display longer text in label?

Thanks Pankaj
regards
legendlau

  • Login to reply to this topic.