| Thread | Last Post | Replies |
|
| Is it posible to enable client COM to COM+ Server capability compo | 22 Jun 2008 15:40 GMT | 2 |
HI Experts, I have client which interacts with COM+ Server Component which is deployed in the Component Service to get Data from the database. This is architecture of my application. Now my requirement is something like this.
|
| Fetch current folder | 20 Jun 2008 09:09 GMT | 6 |
How can I determine the name and path of the folder in which my VB6 app is running. Peter Hibbs.
|
| i really need help! | 11 Jun 2008 15:11 GMT | 1 |
I am developing a DLL on VB6 and i have this issue: To add certain functionality on it, i had to add the whole opensource code of the VB Core Libraries (which supplies dot net like functionality), i have removed almost every class what i dont need and
|
| How to copy a picturebox.picture into clipboard? | 07 Jun 2008 16:52 GMT | 4 |
I do some drawing to a picturebox and thought I could move the content to the clipboard for later use in Word like this: PIC.AutoRedraw=true
|
| On Error Resume Next NOT Suppressing Automation Error?! | 06 Jun 2008 22:05 GMT | 3 |
Has anyone seen an instance where On Error Resume Next was NOT successful in suppressing a run-time error? I have an application which uses Automation to control Word and Excel. It's tricky because we need to support Office 2000, XP, 2003 and 2007. Obviously,
|
| how to pass a drawing area limitation? | 03 Jun 2008 03:57 GMT | 4 |
I'm writing a grid control which does the main work to draw the grid lines into a picturebox and handles cursor movement, scrolling, and so on. The cell content itself should be drawn by the calling application, so I am looking
|