Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > autoclick inside webbrowser1


Reply
 
Thread Tools Display Modes
  #1  
Old 09-05-2004, 04:04 PM
anddos anddos is offline
Newcomer
 
Join Date: Sep 2004
Posts: 10
Default autoclick inside webbrowser1


ive made the webbroswer1 work onload for the site , but how do u make it so it will click a picture when the site has loaded
Reply With Quote
  #2  
Old 09-05-2004, 07:57 PM
meteo's Avatar
meteo meteo is offline
Ultimate Contributor
 
Join Date: Aug 2002
Location: Richardson, Texas
Posts: 1,617
Default

Well, you'll need to get the handle, if possible, of the picture. What is the URL and I'll see if I can retrieve a handle and help you out.
__________________
WARNING: Self-Taught Programmer. Use at your own risk.
Standards and Practices
Reply With Quote
  #3  
Old 09-05-2004, 08:00 PM
meteo's Avatar
meteo meteo is offline
Ultimate Contributor
 
Join Date: Aug 2002
Location: Richardson, Texas
Posts: 1,617
Default

A handle is a long number that identifies a resource. It's used when integrating with any application outside of the one you are working with. You can also get the child handle as well as the parent; as can you use the title; which is the resource name.

***EDIT***
Oh, and you can also use the Class[name] to locate "parts" on external resources. There are many other methods of interaction as well. I suggest that both of you do some research on it here for what you are both wanting to do.
__________________
WARNING: Self-Taught Programmer. Use at your own risk.
Standards and Practices
Reply With Quote
  #4  
Old 09-05-2004, 08:25 PM
anddos anddos is offline
Newcomer
 
Join Date: Sep 2004
Posts: 10
Default

Well, you'll need to get the handle, if possible, of the picture. What is the URL and I'll see if I can retrieve a handle and help you out.

ok
, i want to it so when the site loads it clicks on the banner , instead of me having to load the site and click it

http://anddos.europe.webmatrixhosting.net/ok.html

the banner that needs to be clicked is bride.ru

heres the program ,

http://anddosdick.tripod.com/Project1.src

just download and rename to .exe

Last edited by anddos; 09-05-2004 at 08:36 PM.
Reply With Quote
  #5  
Old 09-06-2004, 08:59 AM
meteo's Avatar
meteo meteo is offline
Ultimate Contributor
 
Join Date: Aug 2002
Location: Richardson, Texas
Posts: 1,617
Default

Nope, no handle. A handle is a number... that usually isn't static. It may change every time you initialize the resource.
__________________
WARNING: Self-Taught Programmer. Use at your own risk.
Standards and Practices
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->