| Thread | Last Post | Replies |
|
| Drag and Drop doesn't works from a floating window | 07 Aug 2004 20:25 GMT | 1 |
Hi! I'm triyng to create an user interface to edit a format, so I did it with a floating window, that has the fields that form could contain, I'm trying to implement a drag & drop routine, but it doesn't works from one window to another... anyone can help me?
|
| VB & Signature pad | 06 Aug 2004 04:07 GMT | 1 |
Did anybody ever worked with those signature pad and incorporated with a VB application ? If so, what/how did you implement it ? Regards
|
| DLL not dynamic? | 06 Aug 2004 03:26 GMT | 8 |
I have written a DLL (in VB6) for my VB6 program and declared it as below. "Public DLL_XXXX As New Class_XXXX" However, everytime I make changes to the DLL and then copy it to a testing machine, the main program will NOT work.
|
| Error: the array is fixed or temporary locked | 05 Aug 2004 16:17 GMT | 2 |
I get this error when running VB6 application. The error is: Error: the array is fixed or temporary locked Any idea?
|
| Convert DataReport to PDF | 04 Aug 2004 22:35 GMT | 5 |
Is there a way to convert MS-DataReport of VB6 to PDF file in order to send it as attachment by email? =============== Avi Cohen A.D.V. Ltd.
|
| Progress bar | 03 Aug 2004 18:31 GMT | 2 |
How do i run the progress bar while i'am searching for records. I'am using vb6 and sql 2000 Thanks
|
| VB6 Scrollable Viewport 3rd party tools - opinions? | 02 Aug 2004 18:49 GMT | 1 |
My team is looking into 3rd party tools for creating a scrollable form (VB6). Its a new requirement from the user - the form was not designed this way initially. Without getting into too much detail on the reasons, we have decided to look into 3rd party tools to do the
|
| VB6 SP6 | 02 Aug 2004 17:59 GMT | 5 |
Does any of you guys have any problem with Service Pack 6?
> There is no answer. > There has not been an answer. |
| How to Change Printer's Orientation | 02 Aug 2004 10:26 GMT | 3 |
I'm trying to print a datareport, it gives me the error: the width of the report is greater than the paper's width. That's because the preinter's orientation is Portrait, and the report is designed for LandScape. Setting Printer.Orientation property before to show the report, ...
|
| Alt-Tab icon | 02 Aug 2004 06:49 GMT | 1 |
I have a form in a DLL and if using alt-tab an ugly windows icon is showed. I would like to display a customized icon in the alt-tab screen but can't get it working. Anyone suggestions: Regards,
|
| Object half gone at beginning of Class_Terminate Event | 01 Aug 2004 05:06 GMT | 2 |
I have created a class in VB6 to wrap the Scripting.TextStream class. In doing this I used "Implements Scripting.TextStream" near the top of my class module and then created a private data member: Private mvarTextStream As Scripting.TextStream 'underlying TextStream object
|