473,394 Members | 1,852 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Toggling VB Code from ASP page

Hi Friends,

I have got a ActiveXDll written in Visual Basic.
I am trying to call it from an ASP page and It works fine.
But I want to toggle through the VB code. Can some one suggest me how how to do it. But I am able to toggle the ASP page

Eg:

set obj = Server.CreateObject("TestDll.AddNumbers")
obj.TestMethodObjectCtxt
set obj = Nothing

Where TestDll is my Project name, AddNumbers is my Class module name and TestMethodObjectCtxt is the method name.When the control in the ASP comes to set obj = Server.CreateObject("TestDll.AddNumbers"), I want it to enter in to the VB code.

Can some one suggest me how to do this?
Mar 6 '08 #1
2 1003
debasisdas
8,127 Expert 4TB
....................... I want it to enter in to the VB code.
I am not sure what exactly you are trying to do. Can you explain further please.
Mar 6 '08 #2
QVeen72
1,445 Expert 1GB
Hi,

What does "Enter Into VB".. mean..?
Are you wanting Some kind of "Intellisense" in ASP Code..?

REgards
Veena
Mar 6 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Jamie | last post by:
Hi all, I have a page in which I display a menu which is a table within a div element. Each cell in the table is a menu item with an "onclick" event handler assigned. I want to make it so...
1
by: Tristan Miller | last post by:
Greetings. I am trying to write a function which toggles the display of a certain class of <div> elements in an HTML page. The CSS file initially sets some classes to "display: none", and...
6
by: Dr John Stockton | last post by:
I see, quite often, code like if (tmp.style.display == 'none') tmp.style.display = 'block'; else if (tmp.style.display == 'block') tmp.style.display = 'none'; or if (tmp.style.display ==...
1
by: siaj | last post by:
Hello all,, I want to have a page where I can have two images shown alternately in a image control. The image should keep toggling Any link or sample code will be appreciated.
1
by: timburda | last post by:
Presently, when I add a new webform to asp.net project and begin filling out the content of the form, I am getting additional characters added to the HTML which appears in the HTML editor of the...
1
by: Jesse Aufiero | last post by:
I have an MDI application with two maximized child forms. At any given time only one of the child forms is in the foreground and visible. To alternate between the two child forms, I can type...
4
by: plumba | last post by:
Let me explain.... I have a form (most of which you guys have helped me with!!). The initial problem I was having is that it was holding the data in the fields after submit, I resolved this by...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.