| Thread | Last Post | Replies |
|
| How do I revert from Unload sub? | 31 Oct 2004 03:31 GMT | 4 |
Hi, there: What I need to do is revert back to the form when the reply is vbOK. I added reply = msgbox("Your data is not correct, go back and correct it?"...) into the From_Unload sub but not working.
|
| Saving report file with CommonDialog control | 31 Oct 2004 01:18 GMT | 2 |
Does anyone know how to save a file with the CommonDialog? I do not mean saving the text in a RTF control, that's child's play. I have tried the Write #1 and Print#1 and it just writes the pathname inside the saved file. Any help is greatly appreciated.
|
| Data Grid Control | 30 Oct 2004 15:49 GMT | 2 |
I've never used a datagrid control before. Could someone please explain what's the easiest way to add a datagrid to my existing VB 6.0 project? What I'm hoping to achive with this is to display data in a table-like format based on the criteria that a user specifies in the ...
|
| Data Grid | 30 Oct 2004 00:34 GMT | 1 |
Is there a way to turn off the "*" new row option for a data grid but still allow editing of existing records. I want users to update a specific column (all other columns set to read only) but not allow a new row to be added. Thank you, Gary
|
| Panel Control | 29 Oct 2004 21:48 GMT | 1 |
How can I access the first item in the controls collection in a panel control without having to loop through each control. For example is there a way to get a control by doing the following: dim frmMyForm = CType(Panel1.Controls.Item(0), Form)
|
| Image on button disappears when disabled | 29 Oct 2004 21:15 GMT | 2 |
I have a command button with style set to graphic. I've assigned the image at time of control creation. When I set the enabled property for either the button or the control at design time the command button becomes disabled and the graphic disappears.
|
| Generate mouse movement from VB? | 29 Oct 2004 16:03 GMT | 3 |
Is there any way of doing the mouse equivalent of SendKeys - i.e. send mouse movements generated in code to another application which has the focus? Any help greatly appreciated. Kind regards,
|
| controls: 4 Millions Domains data with Category | 29 Oct 2004 15:18 GMT | 1 |
Successfull Internet and Direct Marketing products on www.promotionsite.net * NEW * DOMUS Domains Toolkit Fall 2004 - Unique on the Net 4 Millions "Whois" Domains data with Expiration Date and Category*.
|
| How to Manage a "Download Window" From My App VB6 | 29 Oct 2004 14:47 GMT | 3 |
I'm trying to develop a program that opens an URL and then save the file that the URL gives to download. The name of the file changes every day and I can't reach the file directly throught the URL, that's why I have to use the "Download Window" in order to save the file
|
| TextBox with multiline, scrollbars and others | 29 Oct 2004 12:53 GMT | 11 |
I´ve a problem making a new textbox control. I want to put a multiline property to my control, and scrollbars, etc. But VB6 says that those are read-only properties. How can I do? Thx!
|
| Help a newbie | 29 Oct 2004 08:28 GMT | 2 |
Hi! I´m newbie in creating controls. I always create controls taking as base other controls, like a textbox, because i don´t know another way to do that. Could someone tell me where can i get a SDK, help, guide or other...??? Thanks.
|
| Is there any controls like MSFlexGrid but the cells are editalble? | 28 Oct 2004 19:03 GMT | 11 |
Hi, I know it is possible to add additional text box or combo box to make the FlexGrid looks like editable, but this need to use the ZOrder property of the text box, which is not support in VBA for Access. Now, I am working on an Access project which need the FlexGrid to be editable ...
|
| ComboBox Help Please Urgent | 28 Oct 2004 18:12 GMT | 4 |
hello guys..: Please help me in here. i have a combobox binded in a datatable. i also had specified the display member. I also need to turn the droppeddoew to true. the problem is when i
|
| Disabled colors | 28 Oct 2004 16:18 GMT | 2 |
On this group, people have asked many times whether they can cause text in disabled controls to have a different color, since the default Windows system color is often hard to read. They've also wanted to change the backcolor to indicate that the control is disabled, which
|
| Setting Sub Menu visible Property from parent | 27 Oct 2004 16:40 GMT | 1 |
I am having a problem as follows: I want to use popup menus and standard menu's in my app. The majority of the popups I don't want visible when I use the menus from the menu bar. however, I can only set the .Enabled=False property for the sub menu and not
|