Hi
Im am using vb.net and want to read my outlook inbox from my windows application. i also want it to refresh every 1minute or so for new emails does anyone have any idea how i would integrate outlook in vb.net windows application?
Please help
User Profile
Collapse
-
Reading Outlook Inbox using vb.net windows application
-
ok sorry if i was not clear before:
i am creating adress book and what i want is a blank outlook message to display when i click a button? does that make sense?
thanks -
Hi All just thought id let you know i managed to get the code to retreive information for a access database and display it on a datagrid using a button:
(make sure you change the database location and table name)
Imports System.Data.Ole Db
Imports System.Data
'then writs this as private:
Code:Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Leave a comment:
-
retrieving data from access into vb.net application
Hi All, Im working on a project and need to retreive data from my access database and display it on my vb.net windows application can anyone help me? i have tried this code but does not seem to work?
Code:Imports System.Data.OleDb Public Class Form1 Inherits System.Windows.Forms.Form Dim cn As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader Private Sub Form1_Load(ByVal sender As System.Object,
-
Hi
Thankyou so much for the reply,but i am creating a windows application using vb.net would the code be the same?Leave a comment:
-
How do i open a new outlook message in vb.net
Hi
Im trying to open a new outlook message when i click a button on my form1 does anyone know how i do this? Im very new to progrmming and this is all new to me!!
thanks
No activity results to display
Show More
Leave a comment: