Lost Password?


Go Back   CodeCall Programming Forum > Software Development > Visual Basic Programming

Visual Basic Programming Discussion forum for Visual Basic, an event driven programming language and associated development environment from Microsoft for its COM programming model.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-2007, 03:28 PM
milin's Avatar   
milin milin is offline
Newbie
 
Join Date: Oct 2007
Posts: 5
Rep Power: 0
milin is on a distinguished road
Default WebBrowser control

Hi everybody!

I'm new to the forum, but I hope you'll be willing to help me with a problem I was unable to google out! I'm trying to do a program that would check (instead of me) if any new changes have been made on a site that I use to view my grades. The problem is that when I do the WebBrowser.Navigate(link) comand, a security alert for a certificate pops up and I do not know how to control this and press 'Yes' using my code! So, if any one has a solution for me, I would be most grateful..

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 10-27-2007, 06:04 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

If you give me the link I may be able to see what is the dialog button and maybe I will be able to help you... Visual basic can even show your grade withing visual basic without using the webbrowser! Depends on your link.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-27-2007, 02:29 PM
milin's Avatar   
milin milin is offline
Newbie
 
Join Date: Oct 2007
Posts: 5
Rep Power: 0
milin is on a distinguished road
Default

The link is:

ahyco.fer.hr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 10-27-2007, 07:14 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

so the msg box you are getting si about a certificate or something? And it will be hard as you need to login.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-28-2007, 08:19 AM
milin's Avatar   
milin milin is offline
Newbie
 
Join Date: Oct 2007
Posts: 5
Rep Power: 0
milin is on a distinguished road
Default

Yes, it's about a certificate of some sort! The problem is that it appears after a random time, so SENDKEYS doesn't work, it's being transmitted into something else, and I don't know how to get handle to the msgbox!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 10-28-2007, 09:43 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Hmm that is a bit of a problem! but if you can determine if the msg box appeared then sendkeys should work? And because of the certificate I don't know if the Inet component will work..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-28-2007, 12:15 PM
milin's Avatar   
milin milin is offline
Newbie
 
Join Date: Oct 2007
Posts: 5
Rep Power: 0
milin is on a distinguished road
Default

Yes.. If I could just get focus to the certificate msgbox, then I could use sendkeys and fix this..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 11-01-2007, 02:19 PM
GMailGuy GMailGuy is offline
Learning Programmer
 
Join Date: Oct 2007
Posts: 60
Rep Power: 5
GMailGuy is on a distinguished road
Default

Would the INET control (or something like that) bypass this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 11-05-2007, 10:57 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

That is a good idea.. I will try it and let you know if that can be done.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-05-2007, 12:02 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

The only program with INET is that you cant login as far as I know if the website uses $_POST and not $_GET
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding MSCOMM control to Visual C++ Application ifitzgerald C and C++ 2 09-14-2007 11:05 AM
Printer control through Parallel fargo_182 General Programming 0 09-04-2007 11:58 PM
Custom Control McMillan0520 C# Programming 0 08-08-2007 11:12 AM
WebBrowser Control: Extract HTML xxarmoxx Visual Basic Programming 0 04-09-2007 01:49 AM
Standards without control? martinig General Programming 3 01-18-2007 10:57 AM


All times are GMT -5. The time now is 05:51 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads