Advertisement

1 - 10 of 1165 containing alltags:("declared") (0.001 seconds)
Declare Function GetConsoleScreenBufferInfo Lib "kernel32" Alias "GetConsoleScreenBufferInfo" (ByVal hConsoleOutput As Long, lpConsoleScreenBufferInfo As CONSOLE_SCREEN_BUFFER_INFO) As Long The ab...
Zones: Visual BasicDate Answered: 04/23/1998 Grade: C Views: 0
i have a link error 2005 and 1169.  it says that my integer array has been declared more than once.  it says that it is already declared in the object code.  i tried  changing the name but it didn'...
Zones: Windows MFCDate Answered: 06/16/1998 Grade: A Views: 0
I am looking for the API calls to get the GDI and USER resources in Windows 95. What are they and how are they declared?
Zones: Visual BasicDate Answered: 09/02/1998 Grade: B Views: 0
Hi,    Please explain me why it's not possible to declare an array of functions. Thanks a lot.
Zones: C++Date Answered: 09/16/1998 Grade: C Views: 0
what are all the necessary variables i need to declare a boolean  two demension array in c ?  
Zones: CDate Answered: 01/20/1999 Grade: C Views: 0
Using SetPolyFillMode used to work and fill in my triangles. Now I am using it and it doesn't seem to work (it draws the triangle but doesn't fill it in). The call is: success = SetPolyFillMode(fr...
Zones: Visual BasicDate Answered: 07/12/1999 Grade: C Views: 0
I'm testing a subclass of BufferedInputStream that I wrote, but I can't get the testing code to compile. I'm using jdk1.1.6   My class is EncryptingBufferedInputStream.  It xors each byte with a ...
Zones: Java, New To JavaDate Answered: 02/28/2002 Grade: A Views: 0
I'm trying to get this to work, and I've never used winsock api's so bear with me. I'm trying to build a dll that I can call from an asp page that I can pass in a url and get the html back: Set ...
Zones: Visual Basic, WinsockDate Answered: 11/30/2000 Grade: B Views: 0
Hi, Just see the following code.No doubt it gives errors. We all know that members declared as final can't be modified and members declared as private can't be accessed in other classes.That is w...
Zones: JavaDate Answered: 11/24/2000 Grade: B Views: 0
hi, I want to create array variable in ASP but it should dynamic array. for example: do while not theTable.eof   ...   ...   myArray(i) = "whatever"   theTable.movenext   ..   .. loop ...
Zones: ASPDate Answered: 02/06/2001 Grade: A Views: 0