Search found 31 matches
- Tue May 23, 2006 12:51 am
- Forum: General Support & Discussions
- Topic: Blogger.com Accounts
- Replies: 3
- Views: 5620
Yeah with captcha this is about impossible. The best bet if you're using IIM is to have it do a popup input for the captcha. More complicated would be embed in VB and run threads setting up 5-10 accounts at once. then just fill a form with them all. Another thing I've done is code a creator in PHP a...
- Tue May 23, 2006 12:41 am
- Forum: How-To's and useful iMacros: All other topics
- Topic: Embedding in VB is a must, Here's an app to create code...
- Replies: 40
- Views: 231177
I moved this to
http://turboautomation.com/iim/vbmacrowriter.html
Also, I should have the new updated one out soon.
Success,
Jason
http://turboautomation.com/iim/vbmacrowriter.html
Also, I should have the new updated one out soon.
Success,
Jason
- Mon May 22, 2006 3:24 am
- Forum: How-To's and useful iMacros: All other topics
- Topic: Embedding in VB is a must, Here's an app to create code...
- Replies: 40
- Views: 231177
Thanks for the responses everyone. I have the version with a few of the errors that I mentioned before all finiished. I'm putting together a website and will have it posted in a couple of days. With regards to C# I don't program in it. I only program in VB and PHP. So if you want to give me an examp...
- Wed Feb 22, 2006 3:57 pm
- Forum: General Support & Discussions
- Topic: Thoughts to releasing a DLL, code gen?
- Replies: 3
- Views: 4218
Mathais, Thank you for the response. Not sure if this would be to complicated or not. But I was thinking a VB, C# or whatever language code generator. So basically you'd go through the same steps as you do with IIM now. But the difference would be you could have it produce the actual VB code to embe...
- Tue Feb 21, 2006 11:36 pm
- Forum: How-To's and useful iMacros: All other topics
- Topic: Embedding in VB is a must, Here's an app to create code...
- Replies: 40
- Views: 231177
Thanks for the response bem, you should be able to change the macroname right now. Just type the one you want bfore you hit the button. This was a must because often you're runing 20-100 macros in one program, and they cna't all have the same name. I have a version for .NET that saves your macroname...
- Tue Feb 21, 2006 11:19 pm
- Forum: General Support & Discussions
- Topic: Thoughts to releasing a DLL, code gen?
- Replies: 3
- Views: 4218
Thoughts to releasing a DLL, code gen?
Do you guys have any plans on releasing a dll or VB code generator so you wouldn't have to use the exe?
- Sat Feb 18, 2006 3:59 am
- Forum: General Support & Discussions
- Topic: Blogger Post Problem
- Replies: 8
- Views: 7586
a good way to test things is just put that line of code in a macro and see what happens. Is it loading the page? Try running just TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://www.blogger.com/post-create.g?blogID=16266475 and see what happens. Also, you might try deleteing your cookies and then don't a...
- Sat Feb 18, 2006 3:49 am
- Forum: Data Extraction and Web Screen Scraping
- Topic: xml export
- Replies: 4
- Views: 4978
well the simplest way to create a new XML file using VB.NET is to use the streamwriter and write to a file. 'set your imports to use the IO namespaces Imports System.IO 'set your string you're going to write to the file sXML = "<Node>" + vbnewline+"<Child>"+"</Child>"+vbnewling+</Node> 'this is to o...
- Fri Feb 03, 2006 6:23 pm
- Forum: How-To's and useful iMacros: All other topics
- Topic: Embedding in VB is a must, Here's an app to create code...
- Replies: 40
- Views: 231177
- Thu Jan 26, 2006 10:24 am
- Forum: Command Line and Scripting Interface
- Topic: Best way to handle Errors
- Replies: 3
- Views: 4318
One way I've found to handle this is to take a big macro and break it down into little parts. Then run each of the parts and increment a counter. This way you know what got ran and to what stage of the process. Then have it rerun the stage it was at again and if it still comes back as not working, t...
- Wed Jan 25, 2006 6:40 am
- Forum: Command Line and Scripting Interface
- Topic: String Var in VB limitation?
- Replies: 3
- Views: 4265
- Mon Jan 23, 2006 3:11 am
- Forum: Command Line and Scripting Interface
- Topic: Repeat until successful?
- Replies: 1
- Views: 3457
In VB you could just use the timer control. Once you've executed your macro run an if, then, else with the else being setting the timer to fire the macro again after a certain time. Dim iret Dim iim1 As InternetMacros.App Private Sub Form_Load() 'initialize your IIM object to use Set iim1 = CreateOb...
- Mon Jan 23, 2006 2:35 am
- Forum: Command Line and Scripting Interface
- Topic: Best way to handle Errors
- Replies: 3
- Views: 4318
It seems most common on the refresh. I have an autoposter for Craigslist built and the biggest place it seems to hickup is when I hit back and then refresh. I have a second refresh added in but sometimes that doesn't even do the trick. For some reason it randomly can't find the link. Usually works 9...
- Mon Jan 23, 2006 2:30 am
- Forum: How-To's and useful iMacros: All other topics
- Topic: Embedding in VB is a must, Here's an app to create code...
- Replies: 40
- Views: 231177
- Mon Jan 23, 2006 2:29 am
- Forum: Command Line and Scripting Interface
- Topic: String Var in VB limitation?
- Replies: 3
- Views: 4265