GUI create new email (to specific person)

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Userless
Posts: 2
Joined: 25 Jun 2017, 06:41

GUI create new email (to specific person)

25 Jun 2017, 07:17

Hello hello,
I'm pretty new to ahk GUI and I am struggeling with starting outlook and create an new email to the person I entered in the GUI.
For example, when I open the GUI and press g, it will ask me what I would like to google.
Image

Code: Select all

if Pedersen = g%A_Space% ; Search Google
{
    gui_search_title = LMGTFY
    gui_search("https://www.google.com/search?num=50&safe=off&site=&source=hp&q=REPLACEME&btnG=Search&oq=&gs_l=")
}
I want to use something similar to create a new email to specific person. Ehhh something like this? :? :?

Code: Select all

else if Pedersen = mail ; Send mail to:
{
	gui_search_title := "To who?"
	gui_search ahk_class rctrl_renwnd32, /c ipm.note /m [email protected]
REPLACEME: ; if I enter p, it should create a new email to [email protected]
p = ([email protected])
t = ([email protected])
s = ([email protected])
And so on...

Does anyone have any idea what I mean and how I can make it work?
BlueHornet

Re: GUI create new email (to specific person)

01 May 2018, 09:16

Did you ever get a response to your question? Because I may have the response you need, if you haven't already bypassed or learned elsewhere.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mikeyww, Oblomov228, PsysimSV, uchihito and 185 guests