| Thread | Last Post | Replies |
|
| VB6: strange Err object behavior. | 27 Mar 2008 14:43 GMT | 1 |
I have a routine with this prototype in a *.dll Public Sub RaiseError(ByRef vError As Variant, _ ByVal sRoutine As String, _ ByVal sApplicationVersion As String, _
|
| VB Excel automation slow. | 24 Mar 2008 18:55 GMT | 3 |
Automating excel 2003 (sp2) on windows 2003 (sp2) is slow on network printers. It seems to slow down while trying to change font attributes of a cell. If I change the default printer to something like image writer, the application improves drastically. I've seen references to ...
|
| Setting Borders in Excel | 13 Mar 2008 04:36 GMT | 1 |
I'm using a VB6 app to create and excel spreadsheet. I'm getting the same error I try to turn on the borders for a selected range: Selection.Borders(xlDiagonalUp).LineStyle = xlNone With Selection.Borders(xlEdgeLeft)
|
| Possibility of calling function in dll(MFCAppWizardDLL) from VB Ac | 07 Mar 2008 13:50 GMT | 1 |
when i call a function of a VB activeX DLL which interns call the VC++ MFC DLL function, results in error .I am using the late binding to access the ActiveX DLL from my VB application . Can you help me regarding this? Run Time error Message displayed:
|
| huge memory | 06 Mar 2008 17:45 GMT | 31 |
Why doesn't VB6 allow to specify huge arrays greater than available physical memory? I thought virtual memory is the answer to such limitations, but dimensioning a binary array (Redim BUF(xxx)) ends at
|
| CreateFileMapping question | 03 Mar 2008 13:18 GMT | 3 |
Why does CreateFileMapping return .. ...no error with lpFilename = "XYZ.tmp", "L:XYZ.tmp", or even "L:/XYZ.tmp" (slash) ...path not found error (3) with lpFilename="L:\XYZ.tmp" ?
|