| Thread | Last Post | Replies |
|
| MSFlexGrid - Manipulating the scrollbar in code | 16 Feb 2004 09:22 GMT | 1 |
I have an application with a MSFlexGrid that allows for additional rows to be added to the grid as the user inputs more data. Unfortunately, as the grid size increases over the size of the control on the form, the new cells (where the focus is) remains out of view until the user ...
|
| How to determine whether a control exists at runtime | 16 Feb 2004 08:43 GMT | 1 |
Dear guru, I drew some straight lines to represent the path an object will go (also known as tweening), I first test if the line exist by set controlname = "Line" & count
|
| Form Minimize/Restore event in VB 6 | 15 Feb 2004 00:59 GMT | 4 |
I have two questions about VB 6 Form I have two forms, say form1 and form2, which form1 is form that cannot be maximized , form2 is a sizable form with no control box. What I want are:
|
| If/Then Help | 14 Feb 2004 20:48 GMT | 3 |
I am having trouble getting my If/then statement to work. CODE: Private Sub Label1_Click() If Me.Height = Label1.Height + 7975 Then
|
| Automating signin/download file from website | 14 Feb 2004 14:38 GMT | 8 |
I'm trying to automate a process that involves signing into a website, posting a search string, then downloading a file. I've tried using multiple techniques in VB, such as inet and webbrowser. The first step posts the username to a form, which is working fine and I get a
|
| please help me | 14 Feb 2004 13:55 GMT | 1 |
I have 2 problems; I have a MDIChild form (form1) and a MDIForm (MainForm). I don't want form1 closed when I press close button. I want to hide it when user press close button. I write "form1.visible = false" and "cancel = true" to form1's
|
| ListView refresh enhancement | 14 Feb 2004 05:26 GMT | 5 |
I'm developing a tool using Visual Basic 6.0 which has the typical Explorer layout. It means, there is a TreeView control on the left and a ListView control on the right. I've almost completed the application but I've noticed that when I have to introduce quite rows (about 100), ...
|
| form active?? | 14 Feb 2004 05:19 GMT | 2 |
This might be a VERY easy question.... I'm looking to figure out if a certain form is opened or not - so when i close one form it knows to update this other form IF already open.
|
| Resizing of SStab control. | 14 Feb 2004 04:28 GMT | 8 |
I have an application with an SSTab control on it. I need the SSTab to resize with the window it is in, which is fine. The problem is that if the Tab control is made smaller than it's designed size, you can't access all the sub-controls on it, and if you make it bigger than it's ...
|
| Menu Help | 14 Feb 2004 02:18 GMT | 3 |
I am trying to remove individual items present in a listview in one instance and in another I am trying to remove all items present in the listview. This is what I have tried so far: ---------------Begin----------------------
|
| Removing Tabs from the SStab control | 13 Feb 2004 19:05 GMT | 2 |
I would like to remove a tab I set up that happens to be the 3rd of 6 tabs. Is there an easy way to do this or do I have to copy 4 to 3, 5 to 4, 6 to 5 and eliminate 6 ? There quite a few controls / tabs on the ones I want to keep.
|
| creating Self-registering ActiveX OCX in VB6 | 13 Feb 2004 18:22 GMT | 9 |
I have created an OCX in VB6 and would like it to self-register How I am using the OCX I am currently registering the OCX manually so I can use the OCX in my Script and than using the following code to create the object dim ob
|
| Upgrading from 16bit | 13 Feb 2004 15:09 GMT | 3 |
Believe it or not, I have a 16bit VB4 app that I need to upgrade to VB6 32bit. The app uses VSVBX. I've added the appropriate entry to the VB.INI file under [VBX Conversions32] and [VBX Conversions16], per the VSVBX documentation, but when I open the project in VB6, I get a VB6 ...
|
| Treeview - disable expand on double-click | 13 Feb 2004 02:44 GMT | 1 |
I am using the treeview control and I need to prevent the treeview control from collapsing and expanding when a parent node is double clicked. I do not want to disable expansion altogether (I want them to have to expand/collapse using the +/- controls).
|
| Struggling Could Use some guidiance | 13 Feb 2004 01:37 GMT | 3 |
I have a 2Part Question: 1.) How can I revise my code so that items that are unchecked in the treeview1 are removed from listview1. CODE:
|