| Thread | Last Post | Replies |
|
| Automation "Object invoked has disconnected...." error | 23 Jan 2006 14:23 GMT | 4 |
I have a VB6 application which installed in several environments and it has been working fine for years. Suddenly I have 1 Win2K user that is receiving the error "Automation Error: The object invoked has disconnected from its client"
|
| Making my CDO application work as a Windows Service (MAPI) | 23 Jan 2006 14:12 GMT | 1 |
I have created an application that polls an inbox of an user in MS Exchange 2003 using the CDO library. It works fine but now I want to make a Windows Service of my application. I know how to do so but can anyone tell me if my application still works because normally CDO make use ...
|
| display this coding into tree view | 23 Jan 2006 14:07 GMT | 1 |
How do i display this coding into tree view??? Private Sub Form_Load() sckControlPanel.RemoteHost = RemoteForm.sckIdentifier.RemoteHost sckControlPanel.RemotePort = 8005
|
| Is that possible? | 23 Jan 2006 14:04 GMT | 15 |
Is it possible to store a number (Long, not string) using Put function inside a file opened as binary and later retrieve that number also as a number (Long, not string) without any extra conversions?
|
| Multiple clipboards? | 23 Jan 2006 13:19 GMT | 6 |
Is it possible to save clipboard text separate from windows main clipboard? I'm trying to save a highlighted string of text from any application window without affecting the main clipboard (so users don't lose their clipboard data). At the moment I'm sending a CTRL+C when a user ...
|
| [VB6] supressing Microsoft HTML Object Library from launching additional windows | 23 Jan 2006 13:11 GMT | 5 |
I'm looking to embed a web page into a VB6 form. The webpage I'm loading, launches a few popups, and I would like to stop that from happening. [this is a legitimate web page and the popups are for java script
|
| Folder AccessMasks | 23 Jan 2006 13:07 GMT | 3 |
Hey all, Does someone know where I can find information about access masks on folders? I am using ADsSecurity for my access methods and what I need to know is what
|
| Checking Files of 0 length | 23 Jan 2006 13:01 GMT | 1 |
Hi I have the requirement to check if a file is 0 bytes, I don't really want to get into the File System Object is there a way to do this, maybe using the open or get commands?
|
| Help with Richtextbox | 23 Jan 2006 12:55 GMT | 1 |
I have seen a program load text into a richtext box and hightlight certain area's in a blue colour ie a header with text. Then place text below. I have tried to cut and paste into a VB6 richtextbox and only where there is
|
| Motion Sensing using VB | 22 Jan 2006 11:24 GMT | 1 |
I have made a small application in VB which detects motion captured by a webcam. The app. just two consecutive images and XORs the pixel colours and then accordingly detects the region of maximum movement...The rest is fine...Now there is one problem. I am gettin the
|
| Create a Shortcut in WinXP StartUp directory | 22 Jan 2006 08:00 GMT | 10 |
I need to create a shortcut in the C:\Documents and Settings\All Users\Start Menu\Programs\Startup directory on all users machines. Any suggestions?
|
| Take taskbar/quicklauch bars into account??? | 21 Jan 2006 19:27 GMT | 3 |
I want my form to be opened in the top, right corner of my desktop. Normally I could just use the following code to do this: 'Position and show settings form Me.Top = 0
|
| vb2005 | 21 Jan 2006 17:51 GMT | 2 |
I am having problems opening a Word Application from VB2005 could anyone outline the code that is required. Thanks
|
| MSHFlexGrid | 21 Jan 2006 17:50 GMT | 2 |
How can I set focus to last row of the grid, but when the number of records are bigger than grid lines the grid must scroll? With follow declaration I can setfocus but the grid doesn't scroll: grid.col = 1
|
| UDT in Collection | 21 Jan 2006 14:53 GMT | 12 |
Is it possible to add a user defined type to a collection? I am getting "Byref argument type mismatch" in VB5.
|