Declare Function GetConsoleScreenBufferInfo Lib "kernel32" Alias "GetConsoleScreenBufferInfo" (ByVal hConsoleOutput As Long, lpConsoleScreenBufferInfo As CONSOLE_SCREEN_BUFFER_INFO) As Long
The ab...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10044703.html
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'...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10058194.htm...
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10069409.html
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.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10075004.html
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 ?
http://www.experts-exchange.com/Programming/Languages/C/Q_10104079.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10142900.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10201812.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11382098.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11784440.html
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
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20073739.htm...
Zones:
ASPDate Answered: 02/06/2001 Grade: A Views: 0