| Author |
Message |
Topic: Editbox empty output? |
ppeterpp
Replies: 3
Views: 283
|
Forum: Ask for Help Posted: Mon Nov 09, 2009 10:05 pm Subject: Editbox empty output? |
AFAIK, it's "" (blank).
thank you i try it out |
Topic: FN Button on laptop. |
ppeterpp
Replies: 2
Views: 186
|
Forum: Ask for Help Posted: Mon Nov 09, 2009 10:01 pm Subject: FN Button on laptop. |
Hi!
Can someone tell me what is the function (FN) button's keyname in autohotkey i'm using laptop and i want to bind it to another button.
Thanks for helping!
^1::Send, {FN}{ ... |
Topic: Editbox empty output? |
ppeterpp
Replies: 3
Views: 283
|
Forum: Ask for Help Posted: Sun Nov 08, 2009 9:40 pm Subject: Editbox empty output? |
Hy.
What is the editbox's output when it's emtpy?
Is it 0 or nul() ? or what?
Thank you for help!
Regards
Peter |
Topic: Gui help. |
ppeterpp
Replies: 2
Views: 196
|
Forum: Ask for Help Posted: Thu Oct 22, 2009 1:15 pm Subject: Re: Gui help. |
Try this (UNTESTED):
Gui, 2:+owner1
Gui,2 is the login for my script :S:S
Gui 2 destroys at start,
Normal Gui (1) is the main script and i want
Gui 1 owns the Gui6 what is the password c ... |
Topic: Gui help. |
ppeterpp
Replies: 2
Views: 196
|
Forum: Ask for Help Posted: Wed Oct 21, 2009 10:11 pm Subject: Gui help. |
Hi!
I tried +owner1 to the gui 6 but it says there is no owner1
My script starts with gui2 first!!
Please help!
When i open the change password i want to disable
Gui like in this script :
SetBa ... |
Topic: Iniread and Iniwrite with Checkbox o.o |
ppeterpp
Replies: 4
Views: 414
|
Forum: Ask for Help Posted: Sun Oct 18, 2009 7:32 am Subject: Iniread and Iniwrite with Checkbox o.o |
Are you performing Gui, Submit?
Login = LOGIN TO S-MINER
Gui, 2:Font,cFF0000,
Gui, 2:Color, 000000
Gui, 2:+ToolWindow
Gui, 2:Add, Edit,-Vscroll cBlack x80 y12 w80 h20 vUsrname ... |
Topic: Iniread and Iniwrite with Checkbox o.o |
ppeterpp
Replies: 4
Views: 414
|
Forum: Ask for Help Posted: Sat Oct 17, 2009 9:36 pm Subject: Iniread and Iniwrite with Checkbox o.o |
using the checkbox output variable, use if-else
like:
if rememberuser = 1
{
msgbox, save in ini
IniWrite
}
i tried this but it don't works :S:S
i can't make iniread and iniwri ... |
Topic: Iniread and Iniwrite with Checkbox o.o |
ppeterpp
Replies: 4
Views: 414
|
Forum: Ask for Help Posted: Sat Oct 17, 2009 9:29 pm Subject: Iniread and Iniwrite with Checkbox o.o |
Hi!
Please help me making this. (i can't do this bur i read the help)
Writeand read from inifile.
If rememberuser checkbox checked, save username and pass in inifile, and at the next login it stays ... |
Topic: Checkbox and remember. |
ppeterpp
Replies: 12
Views: 413
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 1:13 pm Subject: Checkbox and remember. |
Gui, 2:Add, Checkbox, x12 y100 Left vrememberusrpas, Remember Username/Password
??
Btw: Youre asking questions, not answers
sorry, i just phone when i wrote this question checkb ... |
Topic: Checkbox and remember. |
ppeterpp
Replies: 12
Views: 413
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 12:34 pm Subject: Checkbox and remember. |
You have to check rememberusrpas if it is 1 or 0.
1 is checked, 0 is unchecked.
oh thanks, and my last answer, how can i make the checkbox text to align left? |
Topic: Checkbox and remember. |
ppeterpp
Replies: 12
Views: 413
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 12:29 pm Subject: Checkbox and remember. |
From the help:
Checkbox
Description: A small box that can be checked or unchecked to represent On/Off, Yes/No, etc.
Example: Gui, Add, Checkbox, vShipToBillingAddress, Ship to billing address?
T ... |
Topic: Checkbox and remember. |
ppeterpp
Replies: 12
Views: 413
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 12:08 pm Subject: Checkbox and remember. |
i donīt see any checkboxes in your script.
because i don't know how they are work  |
Topic: Checkbox and remember. |
ppeterpp
Replies: 12
Views: 413
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 11:48 am Subject: Checkbox and remember. |
where did you look for it? did you check the IniWrite, this is a new value, C:\Temp\myfile.ini, section2, key
IniRead, OutputVar, C:\Temp\myfile.ini, section2, key
MsgBox, The value is %Outp ... |
Topic: Checkbox and remember. |
ppeterpp
Replies: 12
Views: 413
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 11:31 am Subject: Checkbox and remember. |
Just write your variables username and password to an ini-file.
Look for iniwrite, iniread in the help-file.
i have looked for it for 2 weeks but i don't understood, if i get an example i will can ... |
Topic: Checkbox and remember. |
ppeterpp
Replies: 12
Views: 413
|
Forum: Ask for Help Posted: Tue Oct 06, 2009 11:07 am Subject: Checkbox and remember. |
Hi!
I want to create a checkbox for remember username and remember password.
How can i make this.
My gui is now :
Login = LOGIN TO S-MINER
Gui, 2:Font,cFF0000,
Gui, 2:Color, 000000
Gui ... |
| |