| Author |
Message |
Forum: Scripts Topic: Service() - Function set for Handling Windows Services |
| pdhawan |
|
Posted: December 16th, 2010, 11:30 pm
|
|
Replies: 15 Views: 5714
|
| thanks for making this. I am having some difficulty. I can query the service status as to running or not. However, when I do a service start or stop, nothing happens. Here is a sample of what I am doing. MsgBox % Service_State("Livescribe Smartpen Service") ; this returns 4 ServiceName := ... |
|
 |
Forum: Support Topic: How to enable a Textfield? |
| pdhawan |
|
Posted: August 2nd, 2006, 6:23 am
|
|
Replies: 9 Views: 684
|
WOW!
Your code worked and mine still didn't. I finally compared character for character and found that the problem I had was the comma after h30 on the following line.
Gui, Add, Text, x16 y17 w250 h30 vCaption, Nothing Loaded
Thank you very much for all your help!!!! |
|
 |
Forum: Support Topic: How to enable a Textfield? |
| pdhawan |
|
Posted: July 28th, 2006, 9:02 pm
|
|
Replies: 9 Views: 684
|
Hi,
Thanks I tried that...still a problem. It changes the first time but not the second. Even though the code is identical.
If I don't put the v in the following stmt
GuiControl, , vStatus, %currentrecord%
then it doesn't work at all.
Thanks |
|
 |
Forum: Support Topic: How to enable a Textfield? |
| pdhawan |
|
Posted: July 28th, 2006, 12:59 am
|
|
Replies: 9 Views: 684
|
| Hi, I have the following code. It manages to change the text the first time but not again.....any idea what I am doing wrong. Thanks currentrecord := "Nothing Loaded" Gui, Add, Text, x16 y17 w250 h30, vStatus, %currentrecord% Gui, Add, Button, x16 y67 w250 h40 , Button Gui, Add, Button, x1... |
|
 |
| Sort by: |