Click here to Skip to main content
16,005,038 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DLL to call a function in a VB program Pin
Christian Graus7-Mar-08 10:10
protectorChristian Graus7-Mar-08 10:10 
QuestionWhy is this taking up all the memory? Pin
Jan Sommer7-Mar-08 4:22
Jan Sommer7-Mar-08 4:22 
GeneralPanels difficulty Pin
cstrader2327-Mar-08 2:19
cstrader2327-Mar-08 2:19 
GeneralRe: Panels difficulty Pin
Dave Kreskowiak7-Mar-08 10:16
mveDave Kreskowiak7-Mar-08 10:16 
GeneralRe: Panels difficulty Pin
cstrader2327-Mar-08 11:13
cstrader2327-Mar-08 11:13 
GeneralRe: Panels difficulty Pin
Dave Kreskowiak7-Mar-08 14:13
mveDave Kreskowiak7-Mar-08 14:13 
GeneralRe: Panels difficulty Pin
cstrader23210-Mar-08 2:59
cstrader23210-Mar-08 2:59 
QuestionConnecting to Outlook 2003 Pin
Giorgio Mantovani7-Mar-08 2:08
Giorgio Mantovani7-Mar-08 2:08 
I'm trying to get and modify both the OuOfOffice and OutOfOffice properties of the session object from within an application developed in VB with VS2005. There are apparently no errors in the code:

1 Dim MyOutL As Object
2 MyOutL = CreateObject("MAPI.Session")
3 MyOutL.Logon("Outlook")
4 MyOutL.OutOfOfficeText = Label1.Text & Format(DateTimePicker1.Value, "dddd dd MMMM yyyy") & ComboBox1.Text & "."
5 MyOutL.OutOfOffice = True
6 MyOutL.Logoff()
7 MyOutL = Nothing
8 GC.Collect()

but when executing the statement at line 4 tha application hangs.

Anyone can help me?

Giorgio

Generaldatagridview Pin
bhavani_ns7-Mar-08 0:33
bhavani_ns7-Mar-08 0:33 
GeneralRe: datagridview Pin
cstrader2327-Mar-08 3:39
cstrader2327-Mar-08 3:39 
GeneralRe: datagridview Pin
bhavani_ns7-Mar-08 17:25
bhavani_ns7-Mar-08 17:25 
GeneralRe: datagridview Pin
Xmen Real 8-Mar-08 3:30
professional Xmen Real 8-Mar-08 3:30 
GeneralRe: datagridview Pin
bhavani_ns10-Mar-08 19:40
bhavani_ns10-Mar-08 19:40 
GeneralRe: datagridview Pin
Xmen Real 10-Mar-08 19:55
professional Xmen Real 10-Mar-08 19:55 
GeneralReport Format in Crystal Report using VB.Net Pin
aqui_i7-Mar-08 0:29
aqui_i7-Mar-08 0:29 
Questionreport generation in vb.net Pin
revath6-Mar-08 23:57
revath6-Mar-08 23:57 
GeneralRe: report generation in vb.net Pin
Paul Conrad7-Mar-08 14:19
professionalPaul Conrad7-Mar-08 14:19 
GeneralRe: report generation in vb.net Pin
r_mohd7-Mar-08 23:51
r_mohd7-Mar-08 23:51 
GeneralAutomatically determine the smtp server Pin
Dom Sinclair6-Mar-08 21:41
Dom Sinclair6-Mar-08 21:41 
GeneralRe: Automatically determine the smtp server Pin
Christian Graus6-Mar-08 21:57
protectorChristian Graus6-Mar-08 21:57 
GeneralRe: Automatically determine the smtp server Pin
Dom Sinclair6-Mar-08 22:02
Dom Sinclair6-Mar-08 22:02 
GeneralWindows Application1 Encountered a problem and needs to be close Pin
Baulraj6-Mar-08 20:34
Baulraj6-Mar-08 20:34 
GeneralRe: Windows Application1 Encountered a problem and needs to be close Pin
Christian Graus6-Mar-08 20:43
protectorChristian Graus6-Mar-08 20:43 
GeneralSlower performance using Janus GridEX Pin
manowj6-Mar-08 19:36
manowj6-Mar-08 19:36 
GeneralRe: Slower performance using Janus GridEX Pin
Christian Graus6-Mar-08 20:44
protectorChristian Graus6-Mar-08 20:44 

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.