| Thread | Last Post | Replies |
|
| Accessing to Address Book in Outlook | 19 Jan 2006 03:55 GMT | 5 |
Could anyone please help me here. I need to disable this message box from my Outlook whenever i try to delete a selected mail using an exe program.
|
| Problem Trimming All items in 1d array | 19 Jan 2006 02:15 GMT | 12 |
I have a 1 dimensional array in my code and I am trying to use the following function to trim all items in the array. Used like str_PrjDB = Trim_Array(str_PrjDB) where str_PrjDB is an array. The problem is the str_PrjDB is not an array after I have used the
|
| Can I sell an application developed using VB 2005 Express? | 19 Jan 2006 00:57 GMT | 20 |
I have been writing Office applications for a while using VBA. I want to start using Visual Basic 2005 tools. I have a Visual Basic 2005 Empress Edition CD. Can I develop simple applications with these and sell them to my clients?
|
| Drop-down FONT list using screen.fonts W/O @FONTS | 19 Jan 2006 00:34 GMT | 8 |
I am creating a drop-down font list like so... Dim i As Integer For i = 0 To Screen.FontCount - 1 Combo1.AddItem Screen.Fonts(i)
|
| Sizers (grabhandles) | 19 Jan 2006 00:18 GMT | 5 |
Happy 2006 to all i am trying to make pictureboxes on a form to change in width/height a little like vb in design mode but i would like my sizers(grabhandles ?) to always be visible
|
| VB3 Common Dialog File Open Issues in WinXP | 18 Jan 2006 23:55 GMT | 11 |
Greetings to anyone still hacking with VB3 Does anyone know what and if there are problems with the Common Dialog File Open feature? We have just recently been made aware of a problem where the File Open dialog does not appear to function properly in WinXP. The PATH window will not ...
|
| How to detect user Lock Windows XP | 18 Jan 2006 23:08 GMT | 1 |
Is there any way to detect a user Lock the Windows XP by pressing Ctrl-Alt-Del ? Also I need to detect user unlock it as well ? Best Regards Ferrong
|
| Urgent!! error 400. The form already displayed, can't show modaly | 18 Jan 2006 22:16 GMT | 4 |
I have two form -- formA and FromB. I write FormB.show in the form A when user click the textbox on the form A. I write Me.hide on the form B when user click the button on the form B. The program run normally for a long time. But recently, there is a error 400 which says 'The
|
| VBD Documet Object Access/Reference Inquiry... | 18 Jan 2006 21:57 GMT | 6 |
Hello Friends, I am working with a VBD Dll project. I am also quite new to this technology. What I need to do is be able to talk to an object on the VBD. For example, I have an FTP control on the VBD called Ftp1. The VBD is
|
| "Object library not registered" error | 18 Jan 2006 19:49 GMT | 6 |
Hello. I am receiving the error in the subject line at compilation on the following declaration within a form file: Dim rsBanks as ADODB.Recordset. I have a reference in the project to the Microsoft ActiveX Data Objects 2.7
|
| cool list of threads for clearing Software Interviews | 18 Jan 2006 19:29 GMT | 2 |
.NET Interview Questions http://blogs.crsw.com/mark/articles/2542.aspx http://www.geocities.com/dotnetinterviews/ http://blog.daveranck.com/archive/2005/01/20/3553.aspx
|
| Application monitoring/key logging | 18 Jan 2006 19:26 GMT | 7 |
I don't know whether this classes as OT or not, but here goes anyway. I'm looking for a keyboard logger, but it needs to capture mouse activity as well. I want it for testing some software. Occasionally we get a crash, but only after a long session of complex activity. What I'd ...
|
| Capturing External Events | 18 Jan 2006 17:15 GMT | 1 |
Hello - thanks for your time. I have an application that can throw an external event, I would like my VBA application to respond to this event. Is this possible? Could you provide links to documentation - my search efforts weren't very
|
| Entering data using DOM without webbrowser control possible? | 18 Jan 2006 16:05 GMT | 2 |
I have an application that enters data into a webbrowser control then hits ths submit button using the DOM. Looks like this... Dim oDocument As IHTMLDocument2 Set oDocument = WebBrowser.Document
|
| Icon On Taskbar? | 18 Jan 2006 15:38 GMT | 3 |
I have a VB6 app which uses 10 Forms. Apart from the start-up Form, the other 9 Forms load when a menu item is clicked. When the app starts & the start-up Form loads, the icon on the Taskbar is shown "depressed" meaning that my app is currently being used by the
|