Click here to Skip to main content
15,879,184 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to save SQL Server 2008 Multiple Tables Pin
DaveAuld28-Feb-11 4:07
professionalDaveAuld28-Feb-11 4:07 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 4:49
Paramu197328-Feb-11 4:49 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
DaveAuld28-Feb-11 5:03
professionalDaveAuld28-Feb-11 5:03 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 7:22
Paramu197328-Feb-11 7:22 
AnswerRe: How to save SQL Server 2008 Multiple Tables Pin
Dave Kreskowiak28-Feb-11 8:07
mveDave Kreskowiak28-Feb-11 8:07 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Luc Pattyn28-Feb-11 9:08
sitebuilderLuc Pattyn28-Feb-11 9:08 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 18:30
Paramu197328-Feb-11 18:30 
QuestionCDO mails in proxy network Pin
WinCrs27-Feb-11 20:25
WinCrs27-Feb-11 20:25 
Hi,

I am sending mail from my vb app using CDO with out any issues. One of my client, they does not have internet connection in the client machine. They have configured through proxy setup. I've added below two line in existing code to support for proxy.

oField = oFields["http://schemas.microsoft.com/cdo/configuration/urlproxyserver"];
oField.Value = "itgproxy";
oField = oFields["http://schemas.microsoft.com/cdo/configuration/proxyserverport"];
oField.Value = 80;


I've confirmed that the passed proxy details are correct. And I got the error "Transport failure".

If anybody have an idea / experience on this please share with me, it will be a valuable help for me.

Advance Thanks,

Regards,
Rishi
WinCrs

AnswerRe: CDO mails in proxy network Pin
WinCrs28-Feb-11 0:25
WinCrs28-Feb-11 0:25 
GeneralRe: CDO mails in proxy network Pin
Dave Kreskowiak28-Feb-11 8:02
mveDave Kreskowiak28-Feb-11 8:02 
QuestionHow to configure the directory name in vba excel code Pin
priyaahh27-Feb-11 17:19
priyaahh27-Feb-11 17:19 
AnswerRe: How to configure the directory name in vba excel code Pin
Eddy Vluggen27-Feb-11 22:02
professionalEddy Vluggen27-Feb-11 22:02 
Questionscaling the picturebox size the same as a whiteboard Pin
batanglangka26-Feb-11 10:06
batanglangka26-Feb-11 10:06 
AnswerRe: scaling the picturebox size the same as a whiteboard Pin
Henry Minute26-Feb-11 11:23
Henry Minute26-Feb-11 11:23 
AnswerRe: scaling the picturebox size the same as a whiteboard Pin
DaveAuld27-Feb-11 1:21
professionalDaveAuld27-Feb-11 1:21 
Questiondrag drop icon with picturebox in vb6 Pin
ainie8625-Feb-11 5:11
ainie8625-Feb-11 5:11 
AnswerRe: drag drop icon with picturebox in vb6 Pin
Henry Minute26-Feb-11 11:28
Henry Minute26-Feb-11 11:28 
QuestionFormatting HTML - Source Code Pin
David Ballantyne23-Feb-11 3:15
David Ballantyne23-Feb-11 3:15 
AnswerRe: Formatting HTML - Source Code Pin
David Skelly23-Feb-11 6:29
David Skelly23-Feb-11 6:29 
AnswerRe: Formatting HTML - Source Code Pin
RobCroll26-Feb-11 23:38
RobCroll26-Feb-11 23:38 
GeneralRe: Formatting HTML - Source Code Pin
Henry Minute27-Feb-11 1:13
Henry Minute27-Feb-11 1:13 
GeneralRe: Formatting HTML - Source Code Pin
RobCroll27-Feb-11 1:54
RobCroll27-Feb-11 1:54 
GeneralRe: Formatting HTML - Source Code Pin
Richard MacCutchan27-Feb-11 1:56
mveRichard MacCutchan27-Feb-11 1:56 
GeneralRe: Formatting HTML - Source Code Pin
RobCroll27-Feb-11 2:43
RobCroll27-Feb-11 2:43 
GeneralRe: Formatting HTML - Source Code Pin
Henry Minute27-Feb-11 4:35
Henry Minute27-Feb-11 4:35 

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.