Search found 552 matches
- Feb 18, 2010 0:21
- Forum: Beginners
- Topic: Blink text
- Replies: 7
- Views: 1147
- Feb 16, 2010 0:51
- Forum: Beginners
- Topic: Blink text
- Replies: 7
- Views: 1147
You could make your own.....
Just an example:
Just an example:
Code: Select all
while inkey = ""
color 15,4
locate 5,5
print "Press key to continue"
sleep 1
color 4,4 'same foreground and background
locate 5,5
print "Press key to continue"
sleep 1
wend
- Aug 28, 2009 22:22
- Forum: Hardware Interfaces / Communication
- Topic: Send form data using winsock
- Replies: 4
- Views: 2754
- Aug 28, 2009 17:18
- Forum: Hardware Interfaces / Communication
- Topic: Send form data using winsock
- Replies: 4
- Views: 2754
- Aug 26, 2009 10:13
- Forum: Hardware Interfaces / Communication
- Topic: Send form data using winsock
- Replies: 4
- Views: 2754
Send form data using winsock
Currently am using disphelper to log in to a site, get different pages, parse out the pages, save the data. I want to take IE out of it. For 2 reasons: 1. speed, don't have to wait on IE to get page. 2. other users have different browsers as default There is no display of the page. Just getting info...
- Aug 21, 2009 0:25
- Forum: Windows
- Topic: dhGetValue and path
- Replies: 5
- Views: 1418
- Aug 18, 2009 20:56
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11740
I didn't think that id did, but had to ask. I've tried different ways to do this and disphelper has been the closest to what I need to do. 1) open browser 2) get html 3) be able to interact [forms] I have thought about trying Loe's AXSupport. I downloaded it, but haven't really looked at it too much
- Aug 17, 2009 20:29
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11740
- Aug 08, 2009 15:38
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11740
I went with the first example. The second would mean I would almost have to edit any lines that might cause an error. And with the size of program that it is now...too much. Thanks. When I made my request, I was thinking like I was using M$ QBasic, or a debugger. Where in QBasic it is "compile at ru...
- Jul 31, 2009 20:18
- Forum: General
- Topic: Internet Explorer 7 - DispHelper
- Replies: 52
- Views: 11740
Is there any way to "trap" any DH errors. like "on error gosub DHError(_Sub_,CurrLIne) ......" where it sends what sub and line that had the error. I just made up the variables to pass. Doubt they are the right ones, but wanted to give you some idea of what I am after. And slammed the esample sub to...
- Jul 29, 2009 20:17
- Forum: General
- Topic: Radiobutton grouping
- Replies: 3
- Views: 759
- Jul 26, 2009 21:28
- Forum: General
- Topic: Radiobutton grouping
- Replies: 3
- Views: 759
Radiobutton grouping
I have a grid of radiobuttons and cannot get the "grouping" correct.
---A B C D E
1-O O O O O
2-O O O O O
3-O O O O O
I want all A(1,2,3) to be grouped, B.....
A1, B1 ..... have Group as true.
I click on B2 and it unselects A1 and leaves B1 selected.
Confused???? I am too!
---A B C D E
1-O O O O O
2-O O O O O
3-O O O O O
I want all A(1,2,3) to be grouped, B.....
A1, B1 ..... have Group as true.
I click on B2 and it unselects A1 and leaves B1 selected.
Confused???? I am too!
- Jul 19, 2009 21:39
- Forum: Windows
- Topic: Creating Desktop Shortcuts
- Replies: 16
- Views: 5406
- Jul 18, 2009 22:19
- Forum: Windows
- Topic: Creating Desktop Shortcuts
- Replies: 16
- Views: 5406
- Jul 11, 2009 0:31
- Forum: Windows
- Topic: Ampersand in static text in dialog window
- Replies: 8
- Views: 1233