Advertisement

1 - 10 of 1513 containing alltags:("max") (0.002 seconds)
HI, How many items can a list control take? Thanks in advance.
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...
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?
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...
Zones: MS SQL ServerDate Answered: 01/27/2000 Grade: A Views: 0
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 ...
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...
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...
Zones: Web DevelopmentDate Answered: 10/11/2000 Grade: B Views: 0
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 ...
Zones: MS SQL ServerDate Answered: 07/02/2002 Grade: A Views: 0
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...
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...
Zones: .NETDate Answered: 07/30/2003 Grade: A Views: 0