Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 8201(0.238 seconds)
Sort By:
 
I want to set a Href link so that when clicked it fires a function in another frame, but I'm having problems. <'A 'HREF = "javscriptvoid()"           onMouseover = "img_act('butt5')"           ...
Zones: JavaScriptDate Answered: 07/28/1997 Rating: 8.2 Views: 0
Rather than produce one long homogenous lump of code I have followed good programming practice and split out functional areas into separate functions and procedures. As an example I have a number ...
Zones: C++Date Answered: 09/10/1997 Rating: 5.2 Views: 0
Hi, I am in dispair. I have tried to use the GetKeyboardState function but it gives me the error 'Actual parameter not matching formal var parameter. Here is a fragment of my code: var KeybSt...
Zones: Delphi ProgrammingDate Answered: 12/13/1997 Rating: 6.6 Views: 4
Explain the concept of Friend class & Friend Functions with an example.
Zones: C++Date Answered: 02/15/1998 Rating: 8.6 Views: 0
Is there any built in functions that can return me the number of files found (Including sub directories) when i pass in a directory path. I just want the number of files found not including the dir...
Zones: Delphi ProgrammingDate Answered: 04/02/1998 Rating: 7.6 Views: 0
I have a function called ProperCase in a module.  I have a form with the following fields:  Name, Address1, Address2, City, ST, ZIP and Phone Number.    I would like to put the ProperCase function...
Zones: MS AccessDate Answered: 05/14/1998 Rating: 7.4 Views: 0
How many Pascal Experts it will take to answer with "Homework Alert!" as their first answer? Please, I want to learn but I do not want  "Homework Alert" for an answer. If Pascal did not contain co...
Zones: PascalDate Answered: 04/30/1998 Rating: 7.4 Views: 0
I know it is possible to declare a function pointer like:    typedef int (* fun)(int l, int r); and use it like this:    int add   (int l, int r) { return l + r; }    int minus (int l, int r) { ...
Zones: C++Date Answered: 06/13/1998 Rating: 7.2 Views: 0
Hi... I have problem calling ANY function from Rasapi32.dll in win95/98... I'm not shure I do it right... This can't be a problem for an expert...so if anyone please could help me out with this one...
Zones: Visual BasicDate Answered: 07/15/1998 Rating: 5.2 Views: 0
I'm trying to get 2 classes to work together.  The first class is called from the main code by creating an object: CWCA  obj1(record_entry); class CWCA { friend ostream& operator <<(ostream& str,...
Zones: C++Date Answered: 07/27/1998 Rating: 6.4 Views: 0