| Thread | Last Post | Replies |
|
| rich text box control question | 22 Nov 2006 06:35 GMT | 1 |
First time I've used this control, and I can't figure out how you're meant to change the name? You can't do it from the properties pages. I tried to do it when the main form loads form2.RichTextBox1.Name = "rtbSQLData" and it barks at me,
|
| VB 6.0 I/O | 22 Nov 2006 05:16 GMT | 7 |
I want to open a MS Word file and want to read the file and display the file contain through VB 6.0 I want to know how it is possible. Thanks & Regards,
|
| noob class question | 22 Nov 2006 02:41 GMT | 7 |
I have a project group that has a project containing a class module (foo) saved to foo.cls and also has another second project which is set to be the startup containing a from. In the form code I :
|
| Grid Control | 22 Nov 2006 02:41 GMT | 3 |
I have defined in a FlexGrid control the column headings and I'm using an sql query to populate the data in my grid, but once populated the column headers that I defined has changes to the name of the fields defined in my sql query..!!!
|
| Class module in Access VBA | 22 Nov 2006 02:34 GMT | 1 |
We are working on a workflow tool based on Access 2003. How can I trap teh closing of the application when a user clicks the red close button on the application toolbar. i want users to close the app only from the main menu. Any ideas? Can I get hooks into the appliocation object?
|
| Detecting midnight | 21 Nov 2006 20:35 GMT | 28 |
What is the best way to get date change (midnight)? Should my app keep track of the time or maybe there is some message broadcasted by Windows? Your help appreciated,
|
| Creating DesktopBand in VB 6.0 for IE-7 | 21 Nov 2006 19:34 GMT | 6 |
i want to create desktop band for Internet Explorer in VB 6.0. Please any one know about the procedure to create it and configuration for IE-7. With Thanks,
|
| Need Help with textbox scrollbar in a form | 21 Nov 2006 18:03 GMT | 8 |
I created a form with a textbox with instructions that will act as a user manual for an excel worksheet I'm working on. The idea is when you click a "help" button, the form appears, and you can read the text. I have a scrollbar on the text box, but when you first click the "help" ...
|
| Visual Basic (2005) and Blowfish | 21 Nov 2006 16:51 GMT | 1 |
I have an old program that was written and compiled using ActiveState PERL. I'm attempting to convert the code from PERL to VB. **I'm new to VB ** The PERL program stores sensitive information using Blowfish and I
|
| Arrays question | 21 Nov 2006 15:32 GMT | 9 |
Which is the limit for a two dimension array? array(x,y)
|
| "not responding" and refresh label question | 21 Nov 2006 14:47 GMT | 7 |
I've been looking at all the different solutions on this group for an application showing "not responding" when it is actually working. But I have a further problem. First a little background. My app is accessing an access database that
|
| Problem with Recursive Folder Search | 21 Nov 2006 14:45 GMT | 4 |
I am trying to loop through all the subfolders of a directory but I keep getting an 'Invalid Procedure Call' on the line ' MyName = Dir ' Get next entry.' I know there are other ways to do this but can it be done using the 'Dir'
|
| CreateObject question, help needed | 21 Nov 2006 14:39 GMT | 6 |
I'm creating an app that uses a ordinary executable in VB6. I can't find out how to put that in a CreateObject statement. When using Word or Excel it's ease like 'myObj = CreateObject("Excel.Application")' but how can that be done with something
|
| Howto Write a VB6 Compatible DLL? | 21 Nov 2006 13:00 GMT | 5 |
Flame away. I know its been asked before. I've even found some of the answers. But they don't work, are a mixture of old and new (and not being a VB programmer I don't know what's what) or are just plain wrong.
|
| Implements ADODB.Connecction | 21 Nov 2006 12:28 GMT | 3 |
when I try Implements ADODB.Connection I get Bad Interface for Implements. ... Is this a God-given restriction of VB6 or does someone know
|