What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Translation » MsgPlus Hotkey Checker - 1.1.3

1 votes - 5 average   MsgPlus Hotkey Checker - 1.1.3
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: MsgPlus Hotkey Checker - 1.1.3
quote:
Originally posted by Shunter
Yeah, i read a lot about your program and i decided that i'll try .NET instead of APIs...
If you can program in VB.NET, using it would be easier for you than using VB 6, I think. I wrote the translator in VB.NET because I can't program in .NET and because when I did the first release I hadn't got it yet :P
quote:
Originally posted by Shunter
quote:
Originally posted by Choli
Text1.SelStart = 2
Text1.SelLength = 2
Text1.SetFocus
I'm like :o and :|... i spent 2 hours looking for such an expression in MSDN library, with no result... that's when i decided to use .NET. I believed SetFocus is only useful to give a control focus, and the library did not mention that it had a very useful another use...:)
But at least i'm slightly experienced in .NET now, too:D

the .SetFocus is there to give the textbox the focus so you can see what's selected, because when you create a textbox it has its HideSelection property set to true.
If when you create the textbox you set the HideSelection property to false, you don't need the .SetFocus line ;)
quote:
quote:
Originally posted by Patchou
Quick note about VB: Visual Basic works entirely in Unicode internally.
:o... however with common expressions or using FSO it does not like opening unicode files. there is a ANSI->Unicode conversion function StrConv, and with it i could kick it to life, but the scrolling problem still remained.

Now i see that it was not VB6 that lacked ability, but me ;)
I'll try and make some filters to add some intelligence to the app.
Thanks for all the help!:D
FSO=FileSystemObject? I've never used that and don't know what's that ^o)
and yes, when you open a file, VB reads ansi strings, however it stores them as unicode strings.  That may be a big problem with some files if you open them with the open function. You can work arround that by using APIs.

btw, what has the scrolling thingy to do with ansi/unicode? I don't see any problem with scrolling.
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
05-17-2004 01:25 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MsgPlus Hotkey Checker - 1.1.3 - by ShunterAlhena on 05-15-2004 at 05:46 PM
RE: MsgPlus Hotkey Checker - 1.0.1 - by ZrednaZ on 05-15-2004 at 06:24 PM
RE: MsgPlus Hotkey Checker - 1.0.1 - by Leif on 05-15-2004 at 06:54 PM
RE: MsgPlus Hotkey Checker - 1.0.1 - by ShunterAlhena on 05-15-2004 at 06:58 PM
RE: MsgPlus Hotkey Checker - 1.0.1 - by Patchou on 05-15-2004 at 07:04 PM
RE: MsgPlus Hotkey Checker - 1.0.1 - by Leif on 05-15-2004 at 07:29 PM
RE: MsgPlus Hotkey Checker - 1.1.2 - by ShunterAlhena on 05-15-2004 at 07:49 PM
RE: MsgPlus Hotkey Checker - 1.1.2 - by Leif on 05-15-2004 at 09:01 PM
RE: MsgPlus Hotkey Checker - 1.1.2 - by ShunterAlhena on 05-16-2004 at 06:53 AM
RE: MsgPlus Hotkey Checker - 1.1.2 - by Leif on 05-16-2004 at 11:10 AM
RE: MsgPlus Hotkey Checker - 1.1.2 - by CookieRevised on 05-16-2004 at 11:18 AM
RE: MsgPlus Hotkey Checker - 1.1.2 - by Leif on 05-16-2004 at 11:48 AM
RE: MsgPlus Hotkey Checker - 1.1.2 - by ShunterAlhena on 05-16-2004 at 12:10 PM
RE: MsgPlus Hotkey Checker - 1.1.2 - by CookieRevised on 05-16-2004 at 12:10 PM
RE: MsgPlus Hotkey Checker - 1.1.2 - by ShunterAlhena on 05-16-2004 at 07:02 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by Choli on 05-16-2004 at 08:07 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by Patchou on 05-16-2004 at 08:41 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by ShunterAlhena on 05-17-2004 at 12:30 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by Choli on 05-17-2004 at 01:25 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by ShunterAlhena on 05-17-2004 at 04:18 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by Kian on 05-18-2004 at 08:32 AM
RE: MsgPlus Hotkey Checker - 1.1.3 - by ShunterAlhena on 05-18-2004 at 02:46 PM
RE: RE: MsgPlus Hotkey Checker - 1.1.3 - by Kian on 05-18-2004 at 03:42 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by CookieRevised on 05-19-2004 at 05:21 AM
RE: MsgPlus Hotkey Checker - 1.1.3 - by ShunterAlhena on 05-19-2004 at 02:19 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by CookieRevised on 05-19-2004 at 05:13 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by ShunterAlhena on 05-19-2004 at 06:49 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by CookieRevised on 05-19-2004 at 11:20 PM
RE: MsgPlus Hotkey Checker - 1.1.3 - by Choli on 05-20-2004 at 10:44 AM
RE: MsgPlus Hotkey Checker - 1.1.3 - by ShunterAlhena on 05-20-2004 at 06:38 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On