T O P I C R E V I E W |
Eyal |
Posted - 02 Jun 2008 : 17:55:02 Hi, I've used the Project Converter utility to convert a VB project and it can no longer be compiled. It seems that the converter replaced VB TextBox with ctlUniTextBoxXP, but did not change the event handlers signatures.
' Original code Private Sub txtTo_KeyPress(KeyAscii As Integer) ' Do Something End Sub
' New code in order for compilation to continue Private Sub txtTo_KeyPress(KeyAscii As Integer, Shift As Integer) ' Do the same thing End Sub
And this is only one event example.
it is very frustrating and time consuming to change every event signature. the converter should handle this automaticaly.
|
1 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 18 Jun 2008 : 17:48:44 OK I'll try to enhance the project converter as soon as possible! |
|
|