topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 9:50 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kiran45 [ switch to compact view ]

Pages: [1]
1
Post New Requests Here / Re: [idea] Text to Unicode Conversion
« on: March 21, 2008, 09:52 PM »
Hi Curt,
thanks for the link. That's a nice application.

2
Post New Requests Here / Re: [idea] Text to Unicode Conversion
« on: March 21, 2008, 04:35 AM »
Hi,
Sorry. I am afraid this will not do the job. I was looking for something like this:
When I give this string
http://www.example.com
I should get output like this
http://www.example.com

I tried to get this output with stringconverter, but failed. Please try yourself and let me know if you get. It will be OK even if I can get the ouput on command line or inside a new file. An AHK script would be even better, because I can integrate it into my existing ahk script.

I apologize if I am not clear in my first post. Thanks again for trying.

3
Post New Requests Here / [idea] Text to Unicode Conversion
« on: March 21, 2008, 01:57 AM »
Hi,
I am writing a script that requires me to convert normal urls into unicode form. I am trying to do something like this:
inputvar=http://www.example.com
Transform, outputvar, unicode, %inputvar%
msgbox, %outputvar%

However, I am not able to convert the text. please help
thanks

P.S. We have websites like http://tokira.net/unicode or http://fantomaster.c...der/fascodersv-e.cgi to do this. However, I need a desktop script/software.

4
Post New Requests Here / Re: IDEA: Moving Keyboard focus to a control
« on: February 22, 2008, 09:34 PM »
Hi
thanks for the alternative

regards
kiran

5
Post New Requests Here / IDEA: Moving Keyboard focus to a control
« on: February 22, 2008, 12:52 AM »
Hi
I love autohotkey. Thanks for the great program.

Though I use autohotkey scrips regularly, one simple command is driving me crazy. Hope somebody will help.

I have a html page with many controls and one of them is defined like this:

<input type="text" name="textbox1" id="textboxid1" value="">

Now how can I move my keyboard focus to this control irrespective of where the focus is.
I am using this:
!q:: ;shortcut key
controlfocus, textbox1
I do not want to give window title, as I want to use the current window

Please help
Thanks

Pages: [1]