|
||||||
| Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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... |
|
|||
|
I resolved the problem. I tried using VB Decompiler 5 Pro, but it didn't decompile all of the form information (there were like 10 tabs on the form, and it only decompiled 1 of them I think), so I couldn't find the text-fields I was looking for to patch the data. I ended up just writing another "dummy" program in VB with 9999 as the maxlength of a text field, then opened it with a hex editor (010 Editor to be exact) to find out how the maxlength property is stored (the number 9999 doesn't come up very often, so I could just do a search and it popped right up!), and then I was able to find it again in our original program and overwrite it to 0 (no maxlength) instead of 3. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How Upload 2 picture file with 2 textfield??? | joola | PHP Forum | 1 | 07-09-2008 07:40 AM |
| Error in Edit plz help !!!!!! | Magic_PHP | PHP Forum | 14 | 02-22-2008 08:22 AM |
| Edit a Microsoft Agent | r1card0 | General Programming | 0 | 03-11-2007 02:15 PM |
Algorithms and Data Structures
Programming Language Popularity
Code Collaboration
Podnet IRC Network
AmpHosted
Goal #1: 1,000 Blogs
Goal #2: 1,000 Wiki Pages
Goal #3: 300,000 Posts
Goal #4: 20,000 Threads
Done: 30%, 23%, 55%, 75%