Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Other hexagora products
 Programs (Programmi)
 Project Converter - Event Handlers

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

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!

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000