Hello, Thank you both for the informtion. There is also information at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconvisualbasicspecificationslimitationsfileformats.asp
Can be helpful for developpers - yvl.
Why not disable the x?
'Load form
'Disable 'x'
RemoveMenu GetSystemMenu(Me.hwnd, 0), 6, MF_BYPOSITION
'Module
'Disable closing by 'x'
Public Const MF_BYPOSITION = &H400
Public Declare Function GetSystemMenu Lib "user32" (ByVal hwnd As Long, ByVal bRevert As Long) As Long
Public Declare...
Is there a limit in expanding a VB-project? My compiled project already reached 4920 kB. I found the following about controls but nothing about the max size for compiling :
Project Limitations
A single project can contain up to 32,000 "identifiers" (any nonreserved keyword), which include, but...
Hello comaboy,
Frame controls are used to provide an identifiable grouping for other controls. For example, you can use frame controls to subdivide a form functionally. That's not what I need. I just want to know how to paste a Word document into a document object on a form. The properties...
Hello,
I'am seeking to import a whole Word document to show it into a document on a form. Reference marked [Microsoft Word 10.0 object librarie] and Component Insertable object [Microsoft Word document] are marked. So, I can place a [document] that's available in the toolbox. How can I get the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.