Click here to Skip to main content
15,895,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: e.graphics.fillpath Pin
Luc Pattyn16-Jul-07 5:17
sitebuilderLuc Pattyn16-Jul-07 5:17 
GeneralRe: e.graphics.fillpath Pin
Tom Deketelaere16-Jul-07 5:27
professionalTom Deketelaere16-Jul-07 5:27 
GeneralRe: e.graphics.fillpath Pin
Luc Pattyn16-Jul-07 5:31
sitebuilderLuc Pattyn16-Jul-07 5:31 
Questiongetting a string full of apostrophes Pin
reegan4116-Jul-07 4:53
reegan4116-Jul-07 4:53 
AnswerRe: getting a string full of apostrophes Pin
Luc Pattyn16-Jul-07 5:19
sitebuilderLuc Pattyn16-Jul-07 5:19 
Questionhow to click a button in another app Pin
billiardpro1816-Jul-07 3:48
billiardpro1816-Jul-07 3:48 
AnswerRe: how to click a button in another app Pin
Dave Kreskowiak16-Jul-07 4:12
mveDave Kreskowiak16-Jul-07 4:12 
AnswerRe: how to click a button in another app Pin
TomGarth16-Jul-07 4:36
TomGarth16-Jul-07 4:36 
This requires getting the handle of the other app's windows including the button that you want to click. You can then send it a message that tells the button it has been clicked. It's all Win32 API work, not terribly hard, but you can cause problems if you don't follow the rules, and you may never know all of the rules. I don't have the code any more, or I don't know where it is, but I adapted it from Bill McKinney's excellent book: Hardcore Visual Basic, Second Edition, Copyright 1997, Microsoft Press. Unfortunately it is no longer in print.

If this is important enough, and there is no other way, then I recommend you find a used copy of it. Another excellent resource is: Visual Basic Programmer's Guide to the Win32 API bu Dan Appleman. This is still in print and I consider it to be the bible of Win API programming.

Test, test, and test again.

Tom Garth
Developer
R. L. Nelson and Associates, Inc., Virginia

GeneralRe: how to click a button in another app Pin
billiardpro1816-Jul-07 4:44
billiardpro1816-Jul-07 4:44 
QuestionLocking a record Pin
dptalt16-Jul-07 2:42
dptalt16-Jul-07 2:42 
AnswerRe: Locking a record Pin
Eduard Keilholz16-Jul-07 3:54
Eduard Keilholz16-Jul-07 3:54 
AnswerRe: Locking a record Pin
Dave Kreskowiak16-Jul-07 4:11
mveDave Kreskowiak16-Jul-07 4:11 
QuestionRND FUNCTION Pin
swallow4eva16-Jul-07 2:32
swallow4eva16-Jul-07 2:32 
AnswerRe: RND FUNCTION Pin
Tom Deketelaere16-Jul-07 2:50
professionalTom Deketelaere16-Jul-07 2:50 
GeneralRe: RND FUNCTION Pin
swallow4eva16-Jul-07 3:09
swallow4eva16-Jul-07 3:09 
GeneralRe: RND FUNCTION Pin
Tom Deketelaere16-Jul-07 3:30
professionalTom Deketelaere16-Jul-07 3:30 
GeneralRe: RND FUNCTION Pin
swallow4eva16-Jul-07 4:18
swallow4eva16-Jul-07 4:18 
Questionweb services Pin
ankur123416-Jul-07 2:11
ankur123416-Jul-07 2:11 
AnswerRe: web services Pin
Dave Kreskowiak16-Jul-07 3:51
mveDave Kreskowiak16-Jul-07 3:51 
GeneralRe: web services Pin
ankur123416-Jul-07 17:42
ankur123416-Jul-07 17:42 
GeneralRe: web services Pin
ankur123416-Jul-07 18:28
ankur123416-Jul-07 18:28 
GeneralRe: web services Pin
Dave Kreskowiak17-Jul-07 1:57
mveDave Kreskowiak17-Jul-07 1:57 
Questionmdiclient Pin
WhiteGirl2316-Jul-07 1:13
WhiteGirl2316-Jul-07 1:13 
AnswerRe: mdiclient Pin
Tom Deketelaere16-Jul-07 1:43
professionalTom Deketelaere16-Jul-07 1:43 
AnswerRe: mdiclient Pin
Dave Kreskowiak16-Jul-07 2:08
mveDave Kreskowiak16-Jul-07 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.