| Thread | Last Post | Replies |
|
| treeview help | 01 Nov 2004 16:06 GMT | 7 |
Can someone provide me a link with a good example. I would like to populate the treeview with the parent level to start. And then have all the expansion data populated on demand on the the fly. To many rows to populate all at once.
|
| Set control position question | 01 Nov 2004 15:47 GMT | 2 |
I'm trying to do what I thought would be a simple matter. Set a label at the bottom right of a form. if oCtl is the lable and Me is the form... oCtl.Top = Me.Height - oCtl.Height
|
| Run Time error 380 in progress Bar | 01 Nov 2004 15:10 GMT | 2 |
I am using Visual Basic 6 . I have error : " Run Time error 380 , Invalid property value " when i execute the ReadItem_Click button. Any suggestion is much appreciated ? Thanks Below is my code :
|
| How do I NOT save copy of e-mail in Outlook Sent folder | 01 Nov 2004 14:28 GMT | 2 |
I am sending e-mail out of Access, on behalf of an e-mail address that is not the current Access/PC user. I do not want a copy of the e-mail item saved in the user's Outlook Sent folder (users all have Outlook 2000 or 2003 as mail client). How do I NOT save a copy of the sent ...
|
| Using DOS commands in VB | 01 Nov 2004 14:18 GMT | 4 |
Hey guys, Here's my situation, I have a file out on a shared drive. I need to take this file, parse it, and save it to a database. Afterwards, I then need to move this file to an archive folder.
|
| Virtual Fields | 01 Nov 2004 11:48 GMT | 1 |
I am using VB 6 . I have DataGrid component in my form. In the DataGrid , there 3 column from my Access database table , user table.
|
| Installing both Visual Studio Professional and Enterprise | 01 Nov 2004 09:39 GMT | 9 |
I'm helping a local college set up a computer lab. Don't ask me why they want to do this, but they want to have both the Professional and Enterprise versions of Visual Studio 6, plus the July 2K version of MSDN, on each machine. OS on some machines = Win 2K, on others = Win
|
| A Tiny CHALLENGE: WordPad or Generic Word Object & Object references... | 01 Nov 2004 09:39 GMT | 3 |
Anyone know the reference and objects for coding an application to read word documents into text on any Windows box that does not have Word or Office installed - just like WordPad? IE - What replacement reference do we use and how do we alter the following
|
| How to Modify HotKey define in Visual Basic | 01 Nov 2004 05:09 GMT | 1 |
How to modify the Hotkey for "Edit" --> "Complete Word". How to do? I want to change the HotKey of "Complete Word" from "Ctrl + Space" to "Alt + RightArrow".
|
| encrypt password | 01 Nov 2004 04:39 GMT | 2 |
I am writing a VB application with MS SQL server. I want to store the login and password of each application user in SQL server. But I want to encrypt the password and store in a character field. What is the best practice to do so? What encryption algorithm is good for password ...
|
| ListBox deselect question | 01 Nov 2004 03:23 GMT | 10 |
I have a ListBox which has 10,000 items in it. 50 random items are selected. Is it possible with one or two instructions to deselect all selected items without looping through all 10,000 indexes and testing them and deselecting them? I want to avoid the loop through if possible.
|
| Convert RTF to HTML without popup | 01 Nov 2004 03:20 GMT | 4 |
I open an RTF file as a Word application then use the "Saveas" to convert it to HTML. Works great. The only problem is there's an annoying little popup asking from which file type I'm converting. How can I eliminate the popup?
|
| Problem installing a VB6 program | 01 Nov 2004 01:59 GMT | 5 |
I am trying to install a couple of VB6 programs on to a computer running WinXP that has been "updated" (with the so-called "critical" updates) but does NOT have Service Pack 2 on it. The programs were created on a unit running WinXP WITH Service Pack 2.
|