| Thread | Last Post | Replies |
|
| History of Word documents | 22 Sep 2003 10:36 GMT | 1 |
My users have option to open word documents from within my vb app. Is it possible to make an entry into one of my backend access tables if the user saves the word document? Thanks
|
| Check the important package from the M$ Corporation | 22 Sep 2003 04:35 GMT | 5 |
Microsoft User this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| want to create text to voice - Bhaskar1 | 20 Sep 2003 18:35 GMT | 1 |
I want to create an application which can Convert text to speech for a project. What should I study for that. Is there any active X control provided by Microsoft in VB6 enterprise edition for that purpose.
|
| Threads | 19 Sep 2003 23:49 GMT | 1 |
I am trying to use an ocx created by programmer friend, This ocx has threads in it. It crashes VB6 IDE. Question, Is it safe to use multi threaded ocs's?
|
| SMS | 19 Sep 2003 10:57 GMT | 3 |
If I want to write a program that can send SMS to a mobile phone, what should be required? Where can I find the gateway from the Internet to the mobile network? thanks
|
| Question about memory allocation | 18 Sep 2003 18:11 GMT | 3 |
Please take a look at the following codes: 10 Dim My_Recordset As ADODB.Recordset 20 Set My_Recordset = New ADODB.Recordset 30 My_Recordset.Open [This and That]
|
| EASY ONE | 18 Sep 2003 09:22 GMT | 2 |
Is there a way to get the username and PASSWORD active in Windows (XP/2000) using Visual Basic. I need to pass this values to an FTP site. Thanks
|
| Critical error hinders VB to create the executable | 17 Sep 2003 18:13 GMT | 2 |
I am having problems when I try to compile a VB EXE Project. After the compilation of the Project when Visual Basic is writing the .exe occurs a critical error that said VB IDE had to close and the .exe file isn't
|
| Versioning...VSS question | 17 Sep 2003 05:29 GMT | 1 |
I previously posted the following message to the SourceSafe news-groups, but afterwards thought that maybe I should have posted it to the VB Enterprise news-group to reach a more related target audience. Any pointers would be most helpful
|
| Windows Services | 17 Sep 2003 00:55 GMT | 1 |
How may I create a Windows Service with VB6 ? Thx
|
| Getting Number in 12,34,56,789 this format | 16 Sep 2003 20:35 GMT | 6 |
I want to get Numbers in 12,34,56,789 As it is needed that the commas should be in such a position and not in a
|
| Bitmap Handles | 16 Sep 2003 08:37 GMT | 1 |
How can I disply a picture in a picture box if all I have is a handle to a bitmap? I am getting a handle to a bitmap from another component? -Lou
|
| Try This - Bhaskar 1 | 15 Sep 2003 18:44 GMT | 1 |
I don't know the reason for my problem Put a command button on a new form and write the code below on the command button's click event. ( I do it in VB6 Enterprise Edition) Private Sub Command1_Click()
|
| Properties Window | 15 Sep 2003 08:07 GMT | 1 |
Can anyone explain this. I have one usercontrol that is inserted in a form. I give it a background colour of red. When I load the form it is red.
|
| Semiphore critical code between VB6 threads | 12 Sep 2003 09:51 GMT | 3 |
Hi I think I need to semiphore protect some code in an object (vb6 class) would like to get a pointer about whats the best way to do this and get some resources to study. Thanks in advance for you time
|