HI,
How many items can a list control take?
Thanks in advance.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10161820.htm...
Zones:
Windows MFCDate Answered: 05/17/1999 Grade: B Views: 0
I have just read Peter Nortons guide to setting the pagefile size and I'm still unsure what is the best size as it tells me that it's more important to set the minimum size right rather than the ma...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10167267.html
Zones:
Windows NTDate Answered: 06/02/1999 Grade: A Views: 0
Does anyone know if the maximum row size of 1962 bytes will be increased in Sybase 12?
http://www.experts-exchange.com/Database/Sybase/Q_10211429.html
Zones:
SybaseDate Answered: 09/30/1999 Grade: B Views: 0
I want to declare a varchar field with a length of 2500 - I have only dokumentation of SQL-Server 7.0 where I read that it is allowed up to 8000 but in my SQL-Server 6.5 I got the message, that 255...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10265636.html
I would like to know if Microsoft published something that tells you the constraints of each of the controls. For example how many items can you put in a list box? How big a file can be put into ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10301177....
Zones:
VB ControlsDate Answered: 03/01/2000 Grade: B Views: 0
Hi,
Does anyone know if there's a maximum datasize that can be passed to one call to a sockets send() function?
There's seems to be some limit around 30-40Kb on Linux and less on FreeBSD...
Is...
http://www.experts-exchange.com/Programming/Languages/C/Q_10309323.html
Zones:
CDate Answered: 03/12/2000 Grade: B Views: 0
We submit a lot of Parameter with java-script over the URL. Now we have a problem with the max length.
In our LAN it works with 2000 bytes, but over I-Net it works only with 1700 bytes
Is this pr...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_11399038.html
Hi guys,
I have a problem with a query.
I have 2 tables (rtcompanies and rtacbaleventlog) and I want to retrieve the latest entry from rtacbaleventlog for a given company id.
I've tried the ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20318692.html
Hi all,
I have a macro as follows:
#define max(a,b) ((a) > (b) ? (a) : (b))
Now in main I have:
int a=5,b=0;
max(++a, b); // a is incremented twice
max(++a,b+10); // a is in...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20437352.html
Zones:
C++Date Answered: 12/27/2002 Grade: A Views: 0
If I drop a hscroll bar on a form and set it's properties to this:
min 0
max 70
smchange 1
lgchange 35
and then add this event:
Private Sub HScrollBar1_ValueChanged(ByVal sender As Ob...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20442517.html
Zones:
.NETDate Answered: 07/30/2003 Grade: A Views: 0