Click here to Skip to main content
16,004,969 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Return the value of cancel button Pin
Syed Abdul Khader3-Oct-04 23:11
Syed Abdul Khader3-Oct-04 23:11 
GeneralRe: Return the value of cancel button Pin
Mekong River3-Oct-04 23:17
Mekong River3-Oct-04 23:17 
GeneralRe: Return the value of cancel button Pin
Desi Bravo5-Oct-04 3:51
Desi Bravo5-Oct-04 3:51 
QuestionHow to create COM objects in VB.NET Pin
MohammadAmiry3-Oct-04 21:30
MohammadAmiry3-Oct-04 21:30 
AnswerRe: How to create COM objects in VB.NET Pin
Dave Kreskowiak4-Oct-04 5:43
mveDave Kreskowiak4-Oct-04 5:43 
QuestionHow to make a spread sheet application using c++? Pin
M Astrid3-Oct-04 20:29
M Astrid3-Oct-04 20:29 
AnswerRe: How to make a spread sheet application using c++? Pin
Colin Angus Mackay3-Oct-04 23:29
Colin Angus Mackay3-Oct-04 23:29 
GeneralHi Help Me I Want Write VBScript Of ("Outlook.Application") Pin
webhot3-Oct-04 20:07
webhot3-Oct-04 20:07 
Hi Help Me I Want Write VBScript Of ("Outlook.Application")
1 ) I want Send E-Mail In list AddressBook Of Outlook At set create list AddressBook
I don't Sent Item.To = "a@a.com;b@asp.com" I want send Program As Question 1
2 ) Function Object ("Outlook.Application") and each Set In Ex.Code I am write Have Properties and Manton P.write Ex. Give Me
Thank
-----------------------
Ex Code Email.vbs
--------------------
'On Error Resume Next ' start code
Set Outlook = CreateObject("Outlook.Application")
Set Item = Outlook.CreateItem(OlTaskItem)
'Item.Assign
Set myDelegate = Item.Recipients.Add("info@microsoft.com")
myDelegate.Resolve
If myDelegate.Resolved Then
Item.Subject = "test"
Item.body= "test"
Item.To = "a@a.com;b@asp.com"
Item.Cc="a@a.com"
Item.Bcc ="a@a.com"
Item.Attachments.Add wScript.ScriptFullName
'Item.DueDate = Now +30
Item.Display
'Item.Send
End If
msgbox "ha"
Set Outlook= CreateObject("Outlook.Application")
Set MAPI = Outlook.GetNameSpace("MAPI")
Set MyFolder = MAPI.GetDefaultFolder(10)
Set Item = MyFolder.Items.Add("IPM.Contact.MyForm")
'Item.Display
Item.FirstName = "FirstName"
Item.LastName = "LastName"
Item.FullName = "FirstName LastName"
Item.CompanyName = "CompanyName"
Item.JobTitle = ""
Item.Department = ""
Item.Email1Address = "info@microsoft.com"
Item.Email1AddressType = "SMTP"
Item.Display
'Item.save ' end code
--------------

fff
GeneralRe: Hi Help Me I Want Write VBScript Of ("Outlook.Application") Pin
Dave Kreskowiak4-Oct-04 5:28
mveDave Kreskowiak4-Oct-04 5:28 
GeneralSpeed Dialer using VB 6.0 Pin
wlho3-Oct-04 16:51
wlho3-Oct-04 16:51 
GeneralRe: Speed Dialer using VB 6.0 Pin
Dave Kreskowiak4-Oct-04 8:48
mveDave Kreskowiak4-Oct-04 8:48 
Questionhow to refresh datagrid?? Pin
Lisana3-Oct-04 15:44
Lisana3-Oct-04 15:44 
AnswerRe: how to refresh datagrid?? Pin
Syed Abdul Khader3-Oct-04 23:39
Syed Abdul Khader3-Oct-04 23:39 
GeneralRe: how to refresh datagrid?? Pin
Anonymous4-Oct-04 4:08
Anonymous4-Oct-04 4:08 
GeneralRe: how to refresh datagrid?? Pin
Syed Abdul Khader4-Oct-04 18:39
Syed Abdul Khader4-Oct-04 18:39 
GeneralCould not transfer the data from database to listview in VB.NET Pin
Mekong River3-Oct-04 15:37
Mekong River3-Oct-04 15:37 
GeneralRe: Could not transfer the data from database to listview in VB.NET Pin
Mekong River3-Oct-04 17:06
Mekong River3-Oct-04 17:06 
GeneralRe: Could not transfer the data from database to listview in VB.NET Pin
Mekong River5-Oct-04 3:19
Mekong River5-Oct-04 3:19 
GeneralVB6 Taskbar Notification Window Pin
Anonymous3-Oct-04 12:33
Anonymous3-Oct-04 12:33 
GeneralRe: VB6 Taskbar Notification Window Pin
Anonymous3-Oct-04 15:11
Anonymous3-Oct-04 15:11 
Generalrestricting imput to numbers Pin
dhnabi3-Oct-04 7:58
dhnabi3-Oct-04 7:58 
GeneralRe: restricting imput to numbers Pin
KevinMac3-Oct-04 8:18
KevinMac3-Oct-04 8:18 
GeneralMSDN style help for VB.NET Pin
eshban2843-Oct-04 5:22
eshban2843-Oct-04 5:22 
GeneralcontrolBox Pin
Mohammad Daba'an3-Oct-04 4:59
Mohammad Daba'an3-Oct-04 4:59 
GeneralRe: controlBox Pin
Dave Kreskowiak4-Oct-04 9:51
mveDave Kreskowiak4-Oct-04 9:51 

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.