In the office I've been working in the secretary has this old program someone wrote in VB5/6 to keep track of a bunch of information. There's a "name" field that has a maxlength of 5, which is really problematic for unicode characters since they're double-width and that means you can only enter 2.5 characters... I think we may be able to dig up the old source code from somewhere and maybe get our hands on a copy of vb5/6, but all we have right now is VB.Net, so that's not working very well...
So, my question to you is:
Is there any way to hex-edit or something and just change that *single* maxlength value on that *one* textfield? I was thinking that maybe I could track the component location with Spy++ or something, but I have no idea what I'd do from there...


LinkBack URL
About LinkBacks




Reply With Quote





Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum