Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: This Error Message PopUp when I execute, anyone can help me how to solve this? Pin
drexler_kk22-Jan-06 17:51
drexler_kk22-Jan-06 17:51 
GeneralRe: This Error Message PopUp when I execute, anyone can help me how to solve this? Pin
Owner drawn22-Jan-06 17:56
Owner drawn22-Jan-06 17:56 
GeneralRe: This Error Message PopUp when I execute, anyone can help me how to solve this? Pin
drexler_kk22-Jan-06 19:19
drexler_kk22-Jan-06 19:19 
QuestionSystem.IO.File.Delete Pin
elcheah22-Jan-06 16:57
elcheah22-Jan-06 16:57 
AnswerRe: System.IO.File.Delete Pin
Owner drawn22-Jan-06 17:34
Owner drawn22-Jan-06 17:34 
GeneralRe: System.IO.File.Delete Pin
elcheah22-Jan-06 18:03
elcheah22-Jan-06 18:03 
GeneralRe: System.IO.File.Delete Pin
Owner drawn22-Jan-06 18:09
Owner drawn22-Jan-06 18:09 
GeneralRe: System.IO.File.Delete Pin
elcheah22-Jan-06 19:15
elcheah22-Jan-06 19:15 
i have called the close method for file steam at the other place of my program but it still din work Cry | :(( and the System.Web.Mail.SmtpMail does not have a close method,can u show me a simple piece of code on wht to write in the catch block when i fail to send the email?Unsure | :~
<br />
try<br />
If attach_string <> "" Then<br />
    For Each sSubstr In attach_string.Split(delim)<br />
    Dim myAttachment As MailAttachment = New MailAttachment(sSubstr)<br />
    Message.Attachments.Add(myAttachment)<br />
    Next<br />
End If<br />
<br />
SmtpMail.Send(Message)<br />
catch ex as exception<br />
' what should i do here to close the open handles file when i fail to attach?<br />
finally<br />
end catch

GeneralRe: System.IO.File.Delete Pin
Dave Kreskowiak23-Jan-06 5:09
mveDave Kreskowiak23-Jan-06 5:09 
GeneralRe: System.IO.File.Delete Pin
elcheah23-Jan-06 16:46
elcheah23-Jan-06 16:46 
GeneralRe: System.IO.File.Delete Pin
Dave Kreskowiak24-Jan-06 2:32
mveDave Kreskowiak24-Jan-06 2:32 
QuestionCreating Virtual Serial/Com ports? Pin
bskirkman22-Jan-06 16:31
bskirkman22-Jan-06 16:31 
AnswerRe: Creating Virtual Serial/Com ports? Pin
progload22-Jan-06 19:03
progload22-Jan-06 19:03 
GeneralRe: Creating Virtual Serial/Com ports? Pin
bskirkman23-Jan-06 13:43
bskirkman23-Jan-06 13:43 
QuestionDATA LINK PROPERTY LAYER Pin
thealca22-Jan-06 15:22
thealca22-Jan-06 15:22 
AnswerRe: DATA LINK PROPERTY LAYER Pin
Dave Kreskowiak22-Jan-06 15:57
mveDave Kreskowiak22-Jan-06 15:57 
GeneralRe: DATA LINK PROPERTY LAYER Pin
thealca22-Jan-06 17:45
thealca22-Jan-06 17:45 
GeneralRe: DATA LINK PROPERTY LAYER Pin
Dave Kreskowiak22-Jan-06 19:04
mveDave Kreskowiak22-Jan-06 19:04 
QuestionGenerating Crystal Report using Vb.net Pin
Meniacus22-Jan-06 15:11
Meniacus22-Jan-06 15:11 
AnswerRe: Generating Crystal Report using Vb.net Pin
lavanya_satheesh22-Jan-06 23:59
lavanya_satheesh22-Jan-06 23:59 
QuestionAdvice on vb/asp? Pin
Sam Marrocco22-Jan-06 10:52
Sam Marrocco22-Jan-06 10:52 
AnswerRe: Advice on vb/asp? Pin
Christian Graus22-Jan-06 11:48
protectorChristian Graus22-Jan-06 11:48 
GeneralRe: Advice on vb/asp? Pin
Sam Marrocco22-Jan-06 12:55
Sam Marrocco22-Jan-06 12:55 
GeneralRe: Advice on vb/asp? Pin
Christian Graus22-Jan-06 14:42
protectorChristian Graus22-Jan-06 14:42 
QuestionHow to minimise dialog without minimising parent form? Pin
BeyondCloister22-Jan-06 10:39
BeyondCloister22-Jan-06 10:39 

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.