| Thread | Last Post | Replies |
|
| self deleting email | 26 Nov 2005 09:02 GMT | 17 |
I would like a program that I could embed in an email that will cause the email to delete itself after a certain amount of time. Either that or turn the text to gibberish... is there a VB person out there that could create such a thing that would work in an email?
|
| Minimum time to show a label then hide it | 26 Nov 2005 07:29 GMT | 33 |
I'm writing a program to do subliminal messenging. I have a high-performance timer object that enables a label, waits about 25ms, then disables it. It's still visible to the human eye though, which means it's still above 100ms. I tried putting form.refresh in there,
|
| Resizing ListView width: looking for magic formula | 26 Nov 2005 06:27 GMT | 10 |
I am looking for the magic formula to resize all columns width (each column has different width) proportionally with the ListView width, and accomodating extra space for the vertical scrolling bar. Jack
|
| VB5.0 to VB6.0, And Access2000 Compability | 26 Nov 2005 01:11 GMT | 20 |
I have a project about 90% done in VB 5.0 Im thinking about converting it to VB6.0 Is it worth the trouble? What advantages could I ger using 6.0 instead of 5.0??
|
| Comm Port 16 and Higher | 25 Nov 2005 19:20 GMT | 11 |
Is there any simple way to get access to comm ports 16 and higher?
 Signature Regards, Chuck
|
| Detect Parallel port | 25 Nov 2005 19:16 GMT | 4 |
I need to detect the parallel port address of a machine, using VB. Please help. Thanks in advance. -- Thanks & Regards,
|
| How to find default Installation Folder of an application? | 25 Nov 2005 19:14 GMT | 9 |
How can I find in which folder the apllication is installed? It is generally installed in X:\Program File\folder_name. (X: is system drive) I am trying to trap this folder for a follwing reason:
|
| Three Tier application issues and VB.Net 2005 | 25 Nov 2005 18:15 GMT | 1 |
Dera Dr. GUI, MVPs and others Features of VB.Net 2005 makes it so easy to access mdb tables directly from the form's controls. This makes me wonder how and if I should restrict the communication to and from a database tables to a separate data tier which
|
| Highlightng Text from anywhere | 25 Nov 2005 17:23 GMT | 2 |
Hi What I want to do is to be able to pass a text box name from anywhere and highlight the text. I thought this would work, but it does not. HighlightText txtTextBox.Name
|
| Windows Global Variable | 25 Nov 2005 16:36 GMT | 7 |
Okay, I know it's simple, but I'm having a brain fart. I'm using VB6 on XP-SP2. I want to set the Windows Global Variable of %MYDOCDIR% to a string variable in my app, yet I cannot seem to remember how to refer to the Global Variable in my code. Thanks in advance. - The Merg
|
| Is it possible to detect installed browsers? | 25 Nov 2005 16:09 GMT | 3 |
Hi. I'm wondering if it's possible to detect, find out, what browsers are installed on your system. Thanks
|
| UserControls | 25 Nov 2005 15:40 GMT | 1 |
I have a main ASPX page with controls that I add to a PlaceHolder. One of the functions coded into the control is to save some fields to a SQL table. I have the code built onto the control and not the main page, but when I click the Save button the control disappears from the ...
|
| SetWindowPos()-Unable to Move the Control | 25 Nov 2005 15:29 GMT | 1 |
I am facing a problem in using SetWindowPos() . I am handling a localization project. For this i need to resize and reposition the dialog controls. I am calling GetWindowRect () to get the control dimensions and after changing them i am trying to call SetWindowPos()
|
| IP from message | 25 Nov 2005 15:21 GMT | 1 |
Hello does somebody know how can I obtain the IP address from a mail message using Outlook XP? (by code, of course) Thank you very much
|
| Text Box SelStart and SelLength usage | 25 Nov 2005 14:36 GMT | 2 |
Can anyone explain what Text1.SelStart and Text1.SelLength are supposed to do? Peferably with an example and explanation???
|