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

Visual Basic

 
GeneralClose a modal form on mouseclick outside .... Pin
MaWeRic13-Jul-05 2:50
MaWeRic13-Jul-05 2:50 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Fu Manchu13-Jul-05 3:10
Fu Manchu13-Jul-05 3:10 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Anonymous13-Jul-05 4:10
Anonymous13-Jul-05 4:10 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Dave Kreskowiak13-Jul-05 4:40
mveDave Kreskowiak13-Jul-05 4:40 
GeneralRe: Close a modal form on mouseclick outside .... Pin
MaWeRic14-Jul-05 4:18
MaWeRic14-Jul-05 4:18 
GeneralRe: Close a modal form on mouseclick outside .... Pin
Dave Kreskowiak14-Jul-05 4:33
mveDave Kreskowiak14-Jul-05 4:33 
GeneralPhilosophy: UserControl to UserControl Pin
Sled Dog13-Jul-05 2:43
Sled Dog13-Jul-05 2:43 
GeneralAttachment in outlook express Pin
Rizwan Bashir13-Jul-05 2:22
Rizwan Bashir13-Jul-05 2:22 
I am using vb.Net 2003. the problem is

I want to open a compose mail page of outlook /outlook express with an attachment of image file. upto now I am succeeded in opening mail with every information like To, From, Bcc,CC, subject, Body.. but Attachment is a problem can any one help me out how to do this ?? the code is

Dim mailMess As String = "mailto:abc@xyz.com"
mailMess = mailMess & "?Subject=Mail from Rizwan"
mailMess = mailMess & "&Body=This is the sample text"
mailMess = mailMess & "&attachment=C:\Connection.txt"
System.Diagnostics.Process.Start(mailMess)

this opens fine but attachment never comes... I tried the word Attach as well but no result..

note: I have implemented this with outlook reference library. but dont want to use that as I had problem when client is using any other version of outlook ...

any solution will be highly appreciated..
GeneralRe: Attachment in outlook express Pin
Dave Kreskowiak13-Jul-05 2:35
mveDave Kreskowiak13-Jul-05 2:35 
GeneralRe: Attachment in outlook express Pin
Rizwan Bashir13-Jul-05 2:43
Rizwan Bashir13-Jul-05 2:43 
GeneralMaking a usercontrol Transparent Pin
Fu Manchu13-Jul-05 2:12
Fu Manchu13-Jul-05 2:12 
GeneralRe: Making a usercontrol Transparent Pin
Anonymous13-Jul-05 5:24
Anonymous13-Jul-05 5:24 
Generalhelp me...Access Pin
vtalau12-Jul-05 23:45
vtalau12-Jul-05 23:45 
GeneralRe: help me...Access Pin
Anonymous13-Jul-05 5:38
Anonymous13-Jul-05 5:38 
GeneralWake On Lan - Help Pin
Geoff_300112-Jul-05 22:48
Geoff_300112-Jul-05 22:48 
GeneralRe: Wake On Lan - Help Pin
Anonymous13-Jul-05 5:08
Anonymous13-Jul-05 5:08 
GeneralRe: Wake On Lan - Help Pin
Anonymous15-Jul-05 10:24
Anonymous15-Jul-05 10:24 
GeneralRe: Wake On Lan - Help Pin
Geoff_300117-Jul-05 5:46
Geoff_300117-Jul-05 5:46 
GeneralConnecting with Sqlserver Pin
Anonymous12-Jul-05 22:24
Anonymous12-Jul-05 22:24 
GeneralRe: Connecting with Sqlserver Pin
Fu Manchu13-Jul-05 0:12
Fu Manchu13-Jul-05 0:12 
GeneralRe: Connecting with Sqlserver Pin
Amju13-Jul-05 1:49
Amju13-Jul-05 1:49 
GeneralRe: Connecting with Sqlserver Pin
Rizwan Bashir13-Jul-05 2:04
Rizwan Bashir13-Jul-05 2:04 
GeneralRe: Connecting with Sqlserver Pin
Amju13-Jul-05 2:24
Amju13-Jul-05 2:24 
GeneralRe: Connecting with Sqlserver Pin
Rizwan Bashir13-Jul-05 2:45
Rizwan Bashir13-Jul-05 2:45 
GeneralRe: Connecting with Sqlserver Pin
Amju13-Jul-05 2:57
Amju13-Jul-05 2:57 

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.