|
-
Jul 20th, 2003, 08:42 PM
#1
what the hell? is it a bug? can't put "<" in lable
try setting the text of a lable to something like this "<previous"
the lable will resize to 0x0 dunno why. It only happens if "<" is the first character of the text and if there are no spaces after it. At least it happens to me in this one project. What's up with that?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jul 20th, 2003, 09:06 PM
#2
PowerPoster
Try changing it to this:
You have to remember that the < and > characters are html characters. They cause errors.
If you ever have problems, you can use my simple tool to convert regular text to html encoded text easily:
http://www.variantx.com/Main/DevTools/HTMLEncoder.aspx
-
Jul 20th, 2003, 09:40 PM
#3
umm well yes I thought of that, but, thinking it over, I thought that it shouldn't happen to a lable control since it's not one of those HTML controls. It works fine without the space though, hehe.. thanks, I'll use that < instead
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Jul 21st, 2003, 08:50 AM
#4
No label is different. It is the literal control you want if you want to keep intact html specific characters so that they are viewed on the page render itself.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|