User Profile

Collapse

Profile Sidebar

Collapse
im tryin
im tryin
Last Activity: May 3 '07, 08:50 AM
Joined: Mar 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Reading Outlook Inbox using vb.net windows application

    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
    See more | Go to post

  • 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
    See more | Go to post

    Leave a comment:


  • 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
    ...
    See more | Go to post

    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,
    ...
    See more | Go to post

  • Hi

    Thankyou so much for the reply,but i am creating a windows application using vb.net would the code be the same?
    See more | Go to post

    Leave a comment:


  • im tryin
    started a topic How do i open a new outlook message in vb.net
    in .NET

    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
    See more | Go to post
No activity results to display
Show More
Working...