Search found 9 matches

by hpegar
Wed Nov 14, 2012 10:30 pm
Forum: The Water Cooler
Topic: Creating a game in Macro Scheduler
Replies: 8
Views: 13382

Where it is the code?

I'm probably going to release the code this weekend for this. Is there any place where I should put this code as an open project? I'd love to get a base line completed for host/server and then if anyone has any good ideas, to let them update the code and check it out. I'd love for a couple of smart...
by hpegar
Mon Nov 12, 2012 10:49 pm
Forum: Scripts and Tips
Topic: A script to send email from your gmail account (VBscript)
Replies: 2
Views: 4614182

Re: A script to send email from your gmail account (VBscript

hpegar wrote:I tried this code and get> Error 1033
Any ideas?
GetDialogProperty>Dialog1,Sysinfo,Text,copiaresto
Let>VBSEmailBody=copiaresto

Seems like this is the mistake :'( Sorry
by hpegar
Mon Nov 12, 2012 10:47 pm
Forum: Scripts and Tips
Topic: A script to send email from your gmail account (VBscript)
Replies: 2
Views: 4614182

Re: A script to send email from your gmail account (VBscript

I tried this code and get> Error 1033
Any ideas?
by hpegar
Wed Jun 13, 2012 11:44 pm
Forum: Beginners
Topic: How to remove last blank line on a file
Replies: 1
Views: 6648

How to remove last blank line on a file

Ive tried to make a line add mini macro

0122/12Firstone
Empty line here

What it does?
Well, i just click ADD, see what happens

0122/12Firstone
0124/12Second
Empty line here

But empty line continue

How to rid out of this? :?:
by hpegar
Thu Jun 07, 2012 5:10 pm
Forum: Beginners
Topic: Uneditable Msmemo, cat change property text
Replies: 6
Views: 9199

:) U just simply get it!

:D :D :P U just know what to do!

By the way, if i assign a variable called ( for example ) Let>ItemIndex=0,
if i try to read a itemindex property from a dialog, Will it be equal to 0?
by hpegar
Thu Jun 07, 2012 2:04 am
Forum: Beginners
Topic: Uneditable Msmemo, cat change property text
Replies: 6
Views: 9199

i just forget the vbscript

VBSTART Dim IE 'Creates IE instance Sub CreateIE Set IE = CreateObject("InternetExplorer.Application") IE.Visible=1 End Sub 'Navigate to an IE instance Sub Navigate(URL) IE.Navigate URL do while IE.Busy loop End Sub 'This function extracts text from a specific tag by name and index 'e.g. TABLE,0 (1s...
by hpegar
Thu Jun 07, 2012 12:24 am
Forum: Beginners
Topic: Uneditable Msmemo, cat change property text
Replies: 6
Views: 9199

Here is the code

Dialog>Dialog1 object Dialog1: TForm Left = 251 Top = 104 HelpContext = 5000 BorderIcons = [biSystemMenu] Caption = 'CustomDialog' ClientHeight = 216 ClientWidth = 568 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style ...
by hpegar
Wed Jun 06, 2012 9:19 pm
Forum: Beginners
Topic: Uneditable Msmemo, cat change property text
Replies: 6
Views: 9199

Uneditable Msmemo, cat change property text

VBRun>CreateIE VBRun>Navigate,http://www.pjbc.gob.mx/ VBEval>ExtractTag("BODY",0,0),body //Here if i set dialog property text on dialog1,msmemo1,text,body // i can get result Let>text=%body% Let>pattern=var1 RegEx>pattern,text,0,matches,num,0,, // From this point i cant make any modifications to dia...
by hpegar
Mon Jun 04, 2012 8:07 pm
Forum: Beginners
Topic: DELETE THIS PLZ
Replies: 0
Views: 8238

DELETE THIS PLZ

Hello, iam an absolute beginner, this is my problem, i want to auto consult a webpage, this web page contains lots of information, and changes name every day, i`ve been solved that already, Real problem is: http://www.pjbc.gob.mx/boletinj/2012/my_html/ti120604.htm i am try to get result as this form...
Sign up to our newsletter for free automation tips, tricks & discounts