Enter Keywords:
1 - 10 of 635(0.01 seconds)
Sort By:
 
Hi folks, Here is my problem. I would like to know the current class name in the main method of a class. Unfortunately, the Object.getClass().getName() is not static and so, cannot be used. I w...
Zones: JavaDate Answered: 11/17/1998 Rating: 8.6 Views: 0
I got an "Exception in thread "main" java.lang.NoSuchMethodError: main" message when running the following program, can someone suggest a way to fix it? class Test2{              public void WriteData(Stri...
Zones: JavaDate Answered: 03/10/1999 Rating: 7.8 Views: 0
I need help with linking pages to view in the main frame of my frame set. for the frames I am usin this basic frame code. <FRAMESET COLS="20%,80%" FRAMEBORDER="0"> <FRAME SRC="test1.html"> ...
Zones: Web DevelopmentDate Answered: 04/12/2003 Rating: 7.4 Views: 0
Hello, I have a main window that opens a popup window. My problem is that I want BOTH windows closed when I close EITHER the main or the popup window. So far I succeeded with the first case...
Zones: JavaScriptDate Answered: 12/10/2002 Rating: 9.4 Views: 0
In borland c++, can i call main() function in any other function defined by me? ALso can i call main() in main() itself? I know its a very silly question but can any1 help me..... Abi
Zones: C++Date Answered: 01/31/2003 Rating: 7.4 Views: 0
Hi, I have an ACCESS database running on one computer.  Its got about 100,000 records in it and growing at the rate of 400 records a day.  Besides addition of 500 records, some 250 records are a...
Zones: DatabasesDate Answered: 10/04/2003 Rating: 8.2 Views: 0
I am still learning C, and I wanted to know how exactly do I compile a C program containing a function, but that program doesn't have a Main block? I guess what Im trying to say is, make a function...
Zones: CDate Answered: 03/20/2003 Rating: 8.4 Views: 0
Hi all, my code: #include "mol.h" int main char *argv[]){   OEMol mol;   return (1); } OEMol is a class that is defined within the mol.h header However, upon compilation I cannot declar...
Zones: C++Date Answered: 07/23/2003 Rating: 7.0 Views: 0
Hello, I am a beginner Foxpro programmer trying to write a standalone EXE programme.  In this programme I want to hide or close the main Foxpro window, and show a separate parent MDI form, in wh...
Zones: FoxProDate Answered: 12/14/2003 Rating: 9.8 Views: 0
Need help - output from array is not printing.  Purpose:      This program will set and retrieve employee ID numbers,employee salaries,         first and last employee names. The program will requi...
Zones: JavaDate Answered: 01/28/2004 Rating: 6.0 Views: 0