Enter Keywords:
1 - 10 of 4530(0.017 seconds)
Sort By:
 
Trying to use a third party dll... Here is the relevant information...  Supposed to pass it a DLL handle (I'm doing that ok...) and a pointer to a structure... (I've only shown part of the structur...
Zones: Delphi ProgrammingDate Answered: 10/15/1997 Rating: 8.0 Views: 0
I have made a Canvas class, which needs some parameters to run properly. Some of these parameters are expected as a String array: public MyCanvas(Applet applet, URL ParDocBase, int initialWidth, i...
Zones: JavaDate Answered: 03/31/1998 Rating: 8.2 Views: 0
I am VB new user. Can  tell me how VB program pass and recieve parameter values from one program to another.  Thank you
Zones: Visual BasicDate Answered: 07/21/1998 Rating: 5.6 Views: 0
Ok till I get to out main database I was writing a quick hack.  Anyhow what I have is a DB class to returns some basic things.  One thing I wanted to get back is an and array of char*.   So in the...
Zones: C++Date Answered: 08/21/1998 Rating: 6.6 Views: 0
I have an app already running and need to pass the parameter given on the commandline of a 2nd instance of an app to the first running instance. The 2nd instance wouldnt start but the first instanc...
Zones: Delphi ProgrammingDate Answered: 09/25/1998 Rating: 8.6 Views: 0
I'm using Qt for a GUI program. In my header file, I have defined the following class: class StatsWindow : public QWidget {  public:   StatsWindow(QWidget *parent, const char *name,              ...
Zones: C++Date Answered: 03/12/1999 Rating: 8.8 Views: 0
well, question is simple, I want to be able to pass an html file to a perl thingy, which retrieves all the links in the document, and print them out in a plain text .html document. thanx in advance
Zones: PerlDate Answered: 04/09/1999 Rating: 6.6 Views: 0
The Issue: When passing information from an ASP page to a com object, you need to pass each variant item from the request.form collection. When working with 50+ elements then parameter list for the...
Zones: AuthoringDate Answered: 07/13/1999 Rating: 6.0 Views: 0
Hi,    I'm using an ADODB Recordset(Microsoft ActiveX Data Objects 2.1) and am having problems with the .addnew method. When I try and add a new record passing the two neccesary arrays (fields a...
Zones: Visual Basic, VB ObjectsDate Answered: 12/09/1999 Rating: 7.6 Views: 0
I am trying to pass info input by a user within a form to be passed onto another form within a different html page. How can I do this? For example, my form might ask the user to enter their name...
Zones: HTMLDate Answered: 05/04/2000 Rating: 4.2 Views: 0