Unable to connect to remote brain host "Хакер":
Server Unavailable
Dim t,d as integer
'
t=t+1
'
'
For i = 1 To len(text1.Text)
d = d + t 'ОШИБКА ЗДЕСЬ
Text5.Text = Text5.Text + Mid(Text1.Text, d, 1)
Next i
Dim t,d
Dim a, b, c, d, e as Integer
не всё равно что
int a, b, c, d, e;
MSDN писал(а):When the system creates an edit control, it automatically creates a text buffer, sets its initial size, and increases the size as necessary. The size can be up to a predefined limit of approximately 32 kilobyte (KB) for single-line edit controls. Because this limit can change, it is called a soft limit. An application can set a hard limit to the buffer size by sending an EM_SETLIMITTEXT message to the edit control. If the buffer exceeds either limit, the system sends the application an EN_ERRSPACE message. An application can retrieve the current text limit by sending an EM_GETLIMITTEXT message.
Да и вообюще, у кого не стоит....(думаю продолжение все знают)Не стоит объяснять мне азы VB
В зависимотсти от стиля текстбокса есть разные ограничения, описанные в MSDN. Нет ограничений только в WinNT только для многострочного текстбокса.В идеале размер может быть каким угодно, на практике лимитирован размером оперативы и свопа
keks-n писал(а):IIIypukMSDN писал(а):When the system creates an edit control, it automatically creates a text buffer, sets its initial size, and increases the size as necessary. The size can be up to a predefined limit of approximately 32 kilobyte (KB) for single-line edit controls. Because this limit can change, it is called a soft limit. An application can set a hard limit to the buffer size by sending an EM_SETLIMITTEXT message to the edit control. If the buffer exceeds either limit, the system sends the application an EN_ERRSPACE message. An application can retrieve the current text limit by sending an EM_GETLIMITTEXT message.
В идеале размер может быть каким угодно, на практике лимитирован размером оперативы и свопа
MSDN писал(а):The Text setting for a TextBox control is limited to 2048 characters unless the MultiLine property is True, in which case the limit is about 32K.
Сейчас этот форум просматривают: AhrefsBot и гости: 102