Hi everyone,
I have a vb program and an asp application that access the same dll file. The both send some values to the dll file, some calculations are done and the new values are returned. With the vb progam the types are defined in the dll file as int or double but for asp they are not. My...
Hi all,
I have an asp page that has the following structure:
<html>
form action = ""
some html code to draw textboxes and a button "create"
<% if action = "create"
....
make new button "DoThis"
elseif action = "DoThis"
do...
Hi all,
Hope someone can spread some light on to this matter for me.
I have an ASP webpage that i am using to acess a vb dll file that i have created myself. When I try to connect to the dll file it get this error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed...
Hi all,
Hope someone can spread some light on to this matter for me.
I have an ASP webpage that i am using to acess a vb dll file that i have created myself. When I try to connect to the dll file it get this error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed...
Hi all,
At the moment I have a list box with items from a datbase in it. I want to be able to double clck on one of the items and then this will open a page with the full details for this item. My problem is though that I cannot find how to do a listbox dbl_click event or even if it is...
Hi all,
I am just wondering if I can pass a multidimensional array to a function and have it passed back later. I have been trying to do this but can't seem to get it right so I am wondering if i have to break it up in to an array of arrays?
Any help would be greatly appricated.
Regards,
benny
Hi all,
I am new to this site and am begining to develop a website in ASP. I'm not 100% sure that this is the correct forum to ask this question in but anyway. I want to develop a website that is both accessable to a PDA with minimal difficulty. Also I was wondering what would the easiest way...
Hi everyone,
I'm wondering if anyone can help me with this problem i have when I try to insert values in to an Access table from VB. Here is the relevant code:
Dim businessname As String
Dim firstname As String
businessname = txtBusinessName.Text
firstname = txtFirstName.Text
Dim sql As...
Hi all,
I'm just wondering if anyone can tell me how to use a resource file for multiple langauages. I have read tutorials on how to use them and can do it using a single string but i'm wondering how to have multiple langage strings, for example if i have:
ID English French
101 Hello...
Hi all,
I am somewaht of a novice programmer and i am about to create an application in visual basic that is intended to be used in multiple languages i.e. English, German and French. I was just wondering if anyone could point me in the right direction in this area. Any help would be greatly...
Hi
I am just beginning to use crystal reports and I have a really simple question. I'm trying to print multiple lines from one if statement but I can't find the syntax to print multiple lines i.e.
If (condition)
then
"Hello world";
"Hello again"
else
""
does...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.