Click here to Skip to main content
15,895,011 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHelp with Checkbox please Thanks Pin
Bob Beaubien26-Aug-09 3:11
Bob Beaubien26-Aug-09 3:11 
AnswerRe: Help with Checkbox please Thanks Pin
Jay Royall26-Aug-09 3:35
Jay Royall26-Aug-09 3:35 
AnswerRe: Help with Checkbox please Thanks Pin
Dave Kreskowiak26-Aug-09 3:59
mveDave Kreskowiak26-Aug-09 3:59 
GeneralRe: Help with Checkbox please Thanks Pin
Bob Beaubien26-Aug-09 6:19
Bob Beaubien26-Aug-09 6:19 
GeneralRe: Help with Checkbox please Thanks Pin
Dave Kreskowiak26-Aug-09 6:21
mveDave Kreskowiak26-Aug-09 6:21 
Questionpowerpoint show Pin
Omar Mallat25-Aug-09 21:05
professionalOmar Mallat25-Aug-09 21:05 
AnswerRe: powerpoint show Pin
Christian Graus25-Aug-09 21:07
protectorChristian Graus25-Aug-09 21:07 
QuestionOutlook Write Events problem Pin
dcdhingra25-Aug-09 20:01
dcdhingra25-Aug-09 20:01 
Hi all,

I am newbie in outlook programming using vb.net.
i m facing write event problem of outlook.

The code is below. What i am doing in this code. i m getting all contacts form outlook and create write events for all contact. When i m trying to edit any contact from outlook 2007 and save that contact, then it is showing last contact name and body of contact which is last write by for loop given below. But i want to show those contact full name and body info which i edit.</b> I am using vb.net2005.



For i1 As Integer = 1 To contactFolder.Items.Count

contact = DirectCast(contactFolder.Items(i1),Microsoft.Office.Interop.Outlook.ContactItem)

AddHandler contact.Write, AddressOf Contact_write_Event_

Next

Public Sub Contact_write_Event_(ByRef cancel As Boolean)
MsgBox(contact.FullName & "-----> " & contact.Body)
End Sub

Where i m wrong please guide me.

Thanks a lot

Dharmchand Dhingra
D'Oh! | :doh:

AnswerRe: Outlook Write Events problem Pin
N a v a n e e t h25-Aug-09 20:17
N a v a n e e t h25-Aug-09 20:17 
GeneralRe: Outlook Write Events problem Pin
dcdhingra25-Aug-09 20:38
dcdhingra25-Aug-09 20:38 
GeneralRe: Outlook Write Events problem Pin
Steven J Jowett25-Aug-09 22:57
Steven J Jowett25-Aug-09 22:57 
GeneralRe: Outlook Write Events problem Pin
dcdhingra26-Aug-09 0:10
dcdhingra26-Aug-09 0:10 
QuestionHow do I update a Listbox in realtime Pin
Martin Stevens25-Aug-09 17:04
Martin Stevens25-Aug-09 17:04 
AnswerRe: How do I update a Listbox in realtime Pin
N a v a n e e t h25-Aug-09 17:10
N a v a n e e t h25-Aug-09 17:10 
GeneralRe: How do I update a Listbox in realtime Pin
Martin Stevens25-Aug-09 23:06
Martin Stevens25-Aug-09 23:06 
GeneralRe: How do I update a Listbox in realtime Pin
Dave Kreskowiak26-Aug-09 3:25
mveDave Kreskowiak26-Aug-09 3:25 
GeneralRe: How do I update a Listbox in realtime Pin
Luc Pattyn26-Aug-09 3:36
sitebuilderLuc Pattyn26-Aug-09 3:36 
GeneralRe: How do I update a Listbox in realtime Pin
Martin Stevens26-Aug-09 18:59
Martin Stevens26-Aug-09 18:59 
QuestionWhere do you go for Icons? Pin
henrynb25-Aug-09 11:33
henrynb25-Aug-09 11:33 
AnswerRe: Where do you go for Icons? Pin
N a v a n e e t h25-Aug-09 17:11
N a v a n e e t h25-Aug-09 17:11 
AnswerRe: Where do you go for Icons? Pin
Sebastian Br.26-Aug-09 0:43
Sebastian Br.26-Aug-09 0:43 
AnswerRe: Where do you go for Icons? Pin
o m n i26-Aug-09 3:49
o m n i26-Aug-09 3:49 
AnswerRe: Where do you go for Icons? Pin
David Skelly26-Aug-09 4:29
David Skelly26-Aug-09 4:29 
GeneralRe: Where do you go for Icons? Pin
henrynb30-Aug-09 9:22
henrynb30-Aug-09 9:22 
QuestionConnection to MS Access on 64-bit Machines Pin
RichFeldman25-Aug-09 6:01
RichFeldman25-Aug-09 6:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.