topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday April 29, 2024, 11:43 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.


Topics - kiran45 [ switch to compact view ]

Pages: [1]
1
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.

2
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]