Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3857

Pretty sure I was able to fix it using the standard features. I vaguely recall that I may have simply switched over to the wide string type (simply wstring compared to string) from the normal one but it’ll need verification. It would increase memory a tad since it has to allocate more storage per character but the effect should be negligible

Most GUI libraries let you change the tab order so we’ll want to make sure the sequence is correct in whatever GUI library we go with. GUI programming is something I don’t have much experience with outside of VB 6 so we’ll see how it goes 😛

Do I understand correctly or is there more to it than that?

I found an old VB 6 disc lying around somewhere when I was cleaning up a few years ago. Really need to see if it still works!