Click here to Skip to main content
15,897,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Read data from MS Excel Pin
nishkarsh_k17-Aug-10 2:36
nishkarsh_k17-Aug-10 2:36 
QuestionNaming Convention Pin
programmervb.netc++30-Apr-10 0:58
programmervb.netc++30-Apr-10 0:58 
AnswerRe: Naming Convention Pin
Eddy Vluggen30-Apr-10 1:12
professionalEddy Vluggen30-Apr-10 1:12 
GeneralRe: Naming Convention Pin
programmervb.netc++30-Apr-10 4:27
programmervb.netc++30-Apr-10 4:27 
GeneralRe: Naming Convention Pin
Eddy Vluggen30-Apr-10 4:54
professionalEddy Vluggen30-Apr-10 4:54 
AnswerRe: Naming Convention Pin
DaveAuld30-Apr-10 1:20
professionalDaveAuld30-Apr-10 1:20 
AnswerRe: Naming Convention Pin
fjdiewornncalwe30-Apr-10 3:22
professionalfjdiewornncalwe30-Apr-10 3:22 
QuestionResponse.End not working in ActiveX DLL Pin
neil.stevens29-Apr-10 22:22
neil.stevens29-Apr-10 22:22 
Hi,

I am putting together an ActiveX DLL for a web application that i am working on, the application is developed in Classic ASP and VB6.

In the DLL i am gaining access to the Intrinsic ASP objects using the Microsoft Active Server Pages Object Library and GetObjectContext().

The problem is that when i call MyResponse.End in the DLL, execution simply continues past

MyResponse.Write "

I am here!!

"
MyResponse.End
MyResponse.Write "

And I'm here too!!

" --> this line still executes in the DLL

Is there a reason for this, have i missed a setting on the webserver or is this an issue with using the Intrinsic ASP objects in a COM DLL environment.

Regards
Neil
QuestionEvent implementation and autocomplete handler signature with Visual Studio 2008 Pin
hoernchenmeister29-Apr-10 20:30
hoernchenmeister29-Apr-10 20:30 
AnswerRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
Dave Kreskowiak30-Apr-10 3:37
mveDave Kreskowiak30-Apr-10 3:37 
GeneralRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
hoernchenmeister2-May-10 20:40
hoernchenmeister2-May-10 20:40 
GeneralRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
Dave Kreskowiak3-May-10 2:07
mveDave Kreskowiak3-May-10 2:07 
GeneralRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
hoernchenmeister3-May-10 2:36
hoernchenmeister3-May-10 2:36 
QuestionSplitting a text box with commas in it Pin
offroaderdan29-Apr-10 8:30
offroaderdan29-Apr-10 8:30 
AnswerRe: Splitting a text box with commas in it Pin
Luc Pattyn29-Apr-10 9:00
sitebuilderLuc Pattyn29-Apr-10 9:00 
AnswerRe: Splitting a text box with commas in it Pin
Wayne Gaylard29-Apr-10 20:30
professionalWayne Gaylard29-Apr-10 20:30 
QuestionWebclient doesn't get entire file Pin
cstrader23229-Apr-10 2:09
cstrader23229-Apr-10 2:09 
AnswerRe: Webclient doesn't get entire file Pin
Eddy Vluggen30-Apr-10 1:13
professionalEddy Vluggen30-Apr-10 1:13 
Questionaddhandler, addressof question Pin
Simon_Whale29-Apr-10 1:25
Simon_Whale29-Apr-10 1:25 
AnswerRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 2:28
professionalWayne Gaylard29-Apr-10 2:28 
GeneralRe: addhandler, addressof question Pin
Simon_Whale29-Apr-10 2:37
Simon_Whale29-Apr-10 2:37 
GeneralRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 3:13
professionalWayne Gaylard29-Apr-10 3:13 
GeneralRe: addhandler, addressof question Pin
Simon_Whale29-Apr-10 3:27
Simon_Whale29-Apr-10 3:27 
GeneralRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 3:40
professionalWayne Gaylard29-Apr-10 3:40 
GeneralRe: addhandler, addressof question Pin
Gregory Gadow29-Apr-10 4:19
Gregory Gadow29-Apr-10 4:19 

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.