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 » Visual Studio Default Collapse All
Subject Author Date
Sven Rutten Aug 27, 2007 - 9:05 AM

Hello

Can you change the default code generation if I press on a control in Designer mode to the default controls ones?

Example if I Doubleclick on combobox in designer mode, I get:

Private Sub ComboBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.Click
End Sub

The default controls generate:

Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
End Sub

Not a big thing but I guess we all are just used to it :-)

Thanks

Technical Support Aug 27, 2007 - 9:20 AM

Thank you for the suggestion. We will change this in the next release.

Sven Rutten Aug 28, 2007 - 5:07 AM

Thanks