Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Out of Memory in VB 6.0
Name: Raghu J Date: May 20, 2003 at 01:07:12 Pacific OS: Win 98 CPU/Ram: PIII, 128 MB
Comment:
I am using SetParent API to make the MDI of my app to sit in IE. I am using my own custom controls (labels, frames, option boxes, check boxes, command buttons) on various forms of my app. My app has reference to two of my own ActiveX components. After loading and unloading various forms at run time, my application throws error 'Out of memory'. This happence quickly if number of applications running is more. After the error is encountered, my app will not be able to load any forms and all the captions on application screen will become bold. Please help me in detecting the problem.
Summary: I am writing a software program in VB 6.0 that accepts input from a user and stores it to an Access database - both text and numeric. How do I declare the variables for these items. For instance, I ha...
Summary: When COM components are called from ASP, it returns with Out of memory. My COMs have non transactional database calls with little bit complex optimized SQLs querying large databases. 1)COM have limite...
Summary: In VB 6.0, I had write the following script: Set cn = New ADODB.Connection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.3.51;" _ & "Data Source=" & App.Path & _ ...