Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~4K People Reached
Favorite Forums

8 Posted Topics

Member Avatar for HBovenkamp

Good day, I have a vb.net application that reads my default inbox. Now I need to expand it to read the inboxes of other accounts to which I have access. Can anyone please point me into the right direction? Thanks, Hans

Member Avatar for lolafuertes
0
169
Member Avatar for HBovenkamp

Good day, I have a vb.net application that navigates to a series of url's and logs in, using credentials read from an external file. After navigating to some URL's a windows security pop-up appears and takes focus. Can anyone please point me to information to populate ths pop-up with credentials …

Member Avatar for tinstaafl
0
151
Member Avatar for HBovenkamp

Good day, i'm writing a rotator that navigates to an url and then either displays the page or logs in and does something else. Some of these urls have the windows security pop uo, which takes focus and halts processing. To proceed it requires a login id and a password. …

Member Avatar for HBovenkamp
0
169
Member Avatar for HBovenkamp

Good day, I keep running into a very persistent "Could not fine installable ISAM" error when trying to connect to an Excel sheet (office 2010) by opening an OledbConnection Here's my connection string: Dim strCon As String strCon = "Provider=Microsoft.ACE.OLEDB.12.0;ACE OLEDB:Database Password=" & strEnter & ";Data Source= " & strExcel …

Member Avatar for HBovenkamp
0
2K
Member Avatar for TheQuestor

Hi, here's some code that works Imports System Imports System.Timers Module Module1 Dim aTimer As New System.Timers.Timer Dim strMinutes As String Dim strNmbrOfSecs As String Dim strMilisecs As String Dim intInterval As Integer Sub Main() intInterval = SetInterval() aTimer.AutoReset = True aTimer.Interval = intInterval '2 seconds AddHandler aTimer.Elapsed, AddressOf tick …

Member Avatar for TheQuestor
0
406
Member Avatar for HBovenkamp

Good day, I'm tasked to develop an application that opens a web page, completes some fields to log on and then issues a crlf to send it on its way. Here's the code Public Sub LoginIntoSite(ByRef wbBrowser As SHDocVw.InternetExplorer) Dim HTMLDoc As mshtml.HTMLDocument Dim HTMLDoc2 As mshtml.HTMLDocument Do Loop Until …

Member Avatar for G_Waddell
0
441
Member Avatar for HBovenkamp

Hi All, I'm running an application in VB.NET 2003 that loads huge amounts of data into a sql server database ( a conversion project) When the application has run for some time the windows form freezes and displays a (Not Responding) message in the title of the form. In the …

Member Avatar for Art_95148
0
470
Member Avatar for HBovenkamp

Hi, I have a working vb.net application that gets information from a database and writes it to an excell worksheet. So far, so good. Now when I install this application on a machine on which windows xp runs in any other language but english And a non-English version of Office …

0
62

The End.