Click here to Skip to main content
15,918,108 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Help, My Program Very Slow Pin
Duncan Edwards Jones31-Jul-06 22:29
professionalDuncan Edwards Jones31-Jul-06 22:29 
AnswerRe: Help, My Program Very Slow Pin
Nouvand3-Aug-06 2:12
Nouvand3-Aug-06 2:12 
QuestionTAB or Enter key in DataGrid Pin
fiaolle31-Jul-06 22:03
fiaolle31-Jul-06 22:03 
QuestionVBScript [modified] Pin
MozhdehQeraati31-Jul-06 21:35
MozhdehQeraati31-Jul-06 21:35 
AnswerRe: VBScript Pin
MehdiMousaviNezhad12-Aug-06 0:32
MehdiMousaviNezhad12-Aug-06 0:32 
QuestionWeb Control Problem Pin
sihotamarpal31-Jul-06 21:24
sihotamarpal31-Jul-06 21:24 
Questioncheck the Image is Adobe RGB Pin
Andy_Anand31-Jul-06 20:58
Andy_Anand31-Jul-06 20:58 
Questionhow to show a default email client using vb.net in windows application [modified] Pin
kalyankumar14331-Jul-06 20:45
kalyankumar14331-Jul-06 20:45 
Hi
I am devoloping an windows application. In the main window user can see different images. When the user clicks on the "send Mail" button the active image needs to send as email to the user. But it is not send straight away, the image is attached to the email and it should be shown in the default email client waiting for user to enter the email id. I had implemented it with MSMAPI but we need this in dotnetway. (64bit because MSMAPI is 32 bit.) I tried using the following

Dim emailMessage As New System.Text.StringBuilder

emailMessage.Append("mailto:kalyan.v@yahoo.com")

emailMessage.Append("&subject=this is test subject")

emailMessage.Append("&body=this is test body")

emailMessage.Append("&Attach=c:\\a.txt")


Dim myProcess As New Process

myProcess.StartInfo.FileName = emailMessage.ToString()

myProcess.StartInfo.UseShellExecute = True

myProcess.StartInfo.RedirectStandardOutput = False

myProcess.Start()

myProcess.Dispose()

but i was not able to attach the image to this email message. but i can see the outlook client with body and subject.

Please help me out in this issue as soon as possible


Kalyan


-- modified at 4:50 Tuesday 1st August, 2006
Questionole object in access database......... Pin
Nagraj Naik31-Jul-06 20:39
Nagraj Naik31-Jul-06 20:39 
AnswerRe: ole object in access database......... Pin
Nouvand3-Aug-06 23:21
Nouvand3-Aug-06 23:21 
QuestionDispaly Barcode in VB.NET Pin
angelagke31-Jul-06 17:23
angelagke31-Jul-06 17:23 
AnswerRe: Dispaly Barcode in VB.NET Pin
Christian Graus31-Jul-06 19:12
protectorChristian Graus31-Jul-06 19:12 
GeneralRe: Dispaly Barcode in VB.NET Pin
angelagke31-Jul-06 19:20
angelagke31-Jul-06 19:20 
GeneralRe: Dispaly Barcode in VB.NET Pin
Christian Graus31-Jul-06 19:24
protectorChristian Graus31-Jul-06 19:24 
GeneralRe: Dispaly Barcode in VB.NET Pin
angelagke31-Jul-06 19:32
angelagke31-Jul-06 19:32 
AnswerRe: Dispaly Barcode in VB.NET Pin
Steven J Jowett2-Aug-06 22:58
Steven J Jowett2-Aug-06 22:58 
QuestionNeed some sample programs Pin
Simple programmer31-Jul-06 17:11
Simple programmer31-Jul-06 17:11 
QuestionShowing all the hyperlinks in a richtextbox Pin
Aaron12831-Jul-06 11:29
Aaron12831-Jul-06 11:29 
QuestionUsing webcam as barcode reader in VB.net Pin
ashkanmm31-Jul-06 8:35
ashkanmm31-Jul-06 8:35 
AnswerRe: Using webcam as barcode reader in VB.net Pin
Christian Graus31-Jul-06 11:06
protectorChristian Graus31-Jul-06 11:06 
GeneralRe: Using webcam as barcode reader in VB.net Pin
Dave Sexton31-Jul-06 21:06
Dave Sexton31-Jul-06 21:06 
GeneralRe: Using webcam as barcode reader in VB.net Pin
Christian Graus31-Jul-06 21:12
protectorChristian Graus31-Jul-06 21:12 
GeneralRe: Using webcam as barcode reader in VB.net Pin
Dave Sexton31-Jul-06 23:49
Dave Sexton31-Jul-06 23:49 
QuestionRefreshing panels Pin
I am Igor31-Jul-06 8:29
I am Igor31-Jul-06 8:29 
AnswerRe: Refreshing panels Pin
Christian Graus31-Jul-06 11:06
protectorChristian Graus31-Jul-06 11:06 

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.