| Thread | Last Post | Replies |
|
| Seems like a stupid question! | 29 Apr 2004 09:22 GMT | 7 |
I'm sure there must be a simple answer to this, but I can't seem to work it out... dim ctrl as Control for each ctrl in frmMain.Controls
|
| download html via ie.innerhtml or sendkeys, having problems | 29 Apr 2004 05:19 GMT | 4 |
I am using VBA to download html from the web. I'd like to use the Document.body.InnerHTML property of internet explorer. But I am having trouble getting vb to focus on the correct html frame. The html I need is in the middle frame of the page, but a call to innerhtml gives the ...
|
| Control packet size | 29 Apr 2004 04:29 GMT | 1 |
I have an application that is used by many customers so I hate to make too many changes to it. My problem is that I have one customer who is having trouble because the size of her tcp/ip data packets coming through is so small. The application is a special telnet emulator and ...
|
| Passing Objects as arguments | 29 Apr 2004 02:21 GMT | 7 |
Subroutine Module: Private Sub write_coordinates(Line1() As Control) ... curX = Line1(0).X1 <- Error: object not set
|
| Listbox with Drag&Drop please help!!!!!! | 28 Apr 2004 23:19 GMT | 1 |
Where can I find a listbox that allows me to drag&drop its items within itself? I mean, I want to change the items position by drag&drop (not to drag to another control on the form) EX: I have a listbox with 5 names(items) and then I want to put the 2nd name after the 4th name ...
|
| Multi questions, please help | 28 Apr 2004 21:58 GMT | 2 |
I asked these question before, but nobody replied, but I urgently need answers. These are my problems: 1. I want to to play avi, mpeg and DVD video on a form. I presume I need a
|
| Using wide charater strings in the TreeView control | 28 Apr 2004 16:29 GMT | 6 |
I have a standard, Unicode BSTR in VB that has been filled with a series of Japanese characters. If I display this string in a MsgBox using the wide version of the API directly, it looks fine. If I use this same string as the "Text" argument of the TreeView.Nodes.Add() method, ...
|
| Menu Create in run time | 28 Apr 2004 14:12 GMT | 1 |
dear I have made a propram with a menu. And the question is how to craete submenu in run time such as
|
| ComboBox height | 28 Apr 2004 13:52 GMT | 2 |
How do you control the height of the list portion of a combobox? I would like to show 20 items in the combobox list before the scrollbars appear. --
|
| How to make a ComboBox flat in VB^ | 28 Apr 2004 13:46 GMT | 1 |
I am using VB6 SP6 and have a form with 'flat' text boxes, check boxes etc but I cant get ComboBoxes to be 'flat' The Appearance setting has no effect, even when it is set to 'flat' the control is 3D. It is possible to add the "Microsoft Forms 2.0 Object Library" as components and ...
|
| Control Name | 28 Apr 2004 13:43 GMT | 1 |
Is there a way to know the Name of a control from it´s inside. Every time i use the Name property in the control code i get its class name. What i´m doing wrong??? Thanks
|
| Please help me | 28 Apr 2004 04:07 GMT | 6 |
I try to create a user control, but I dont know how to update the value of its property in run-time to design time If anybody knows, please help me Thanks a lo KhoaDan
|
| Changing cell's backcolor based on data value??? | 28 Apr 2004 04:02 GMT | 1 |
Is there any way to do this? As data is dynamically created and added to a DataTable, I would like to modify the backColor of either a single cell or the entire row containing a cell in the data grid associated with tha DataTable based on the value displayed.
|
| HELPEB!!!! DataCombo never refills | 28 Apr 2004 04:01 GMT | 4 |
Hi guys, I need hel I have a DataCombo filled with Customer Codes and Names; BoundColumn is the code and ListField is the name. When a new customer was added I need to show it on the DataCombo. I have tried the following CboCustomer.Refil CboCustomer.BoundText = strNewCustCod
|
| listview with checkboxes | 28 Apr 2004 01:42 GMT | 1 |
are there any good articles on using checkboxes in a vb6 listview control tia dk
|