Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Cannot set me.text Collapse All
Subject Author Date
Sven Rutten Aug 29, 2007 - 12:21 PM

When I create a new form, an put the following code in it:

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.Text = "22"
MsgBox(Me.Text)
End Sub

It shows correctly "22"

When I then put a ribbon onto the form and run it, I get the old name (Form1)

Seems that I cannot set the me.text

Technical Support Aug 31, 2007 - 9:11 AM

Thank you for reporting this bug. We reproduced it only on Vista with Aero Glass enabled. It will be fixed in the next release.