| Thread | Last Post | Replies |
|
| Unique key or value in treeview node | 15 Sep 2003 23:39 GMT | 1 |
I am using a treeview to display data. The treeview is working fine...I just need to know how I can attach a key or unique value to the last child node in order to display related data on the form. My last node is as
|
| HELP! Using ADOX - Need DataType AutoNumber | 15 Sep 2003 16:41 GMT | 1 |
Using VB6 - ADOX with Microsoft Access 2000 Thru code, I'm creating new DB along with the tables needed for my project. Things are OK- I'm able to create the DB,
|
| find controls in container | 15 Sep 2003 16:13 GMT | 1 |
I know I can list all the controls on a form by code like this: Dim ctl As Control For Each ctl In Controls 'code
|
| Can I adjust Toolbar height? | 15 Sep 2003 15:32 GMT | 2 |
I have added a Toolbar to ActiveX Control. I want to adjust the height, make it shorter. How can I do this? Even if I start over and try to "draw" it smaller it always snaps to the same height, even before it has buttons.
|
| Socket communication on WAN/Internet | 15 Sep 2003 14:50 GMT | 2 |
I have a program that relies on Winsock for communication in between two computers. I have used the Winsock control for this. While the program now works fine on a LAN, I haven't tried it for clients connecting to the server on a WAN or by a dial up connection. While
|
| vb 6 enterprise | 15 Sep 2003 09:09 GMT | 1 |
I have VB6 enterprise edition. Daniel
|
| Treeview Node with PopupMenu - help! | 14 Sep 2003 19:55 GMT | 3 |
I have three different levels on my treeview, each level has its own popup menu. If I select one of the nodes on level1 and move the mouse over a level2 node and then right-mouse click I get the popup menu for level1, not level2.
|
| Can You Explain the code | 14 Sep 2003 17:42 GMT | 1 |
Hi I have a code in Visual Basic for skinnin goyur application can any one Explain that code to me. YOu can find that free code from the vbAccelerator.com
|
| Reverse order sorting | 13 Sep 2003 22:36 GMT | 3 |
Waht term should be used to sort records in an SQL in ascending order?
|
| which grid control should I use? | 13 Sep 2003 14:53 GMT | 1 |
I would like to use a grid control without using the data binding capabilities. It is important that I have extensive control over the grid. I usually use the FlexGrid control. Can anyone recommend a grid control that comes with vb 6?
|
| Animated lines | 13 Sep 2003 13:44 GMT | 1 |
Does any one know how to draw an animated line from one point on the form to another when an event has been executed? Example: I have two images on the form. When I click on the first image a line with an arrow is drawn
|
| Bound Controls, Why so bad??? | 13 Sep 2003 05:28 GMT | 2 |
Hi, I've been developing in VB since VB for DOS. I was recently looking up something and came across a statement that one should never use bound controls. ??? I tried to look up the articles that advocated against this, but the ones I found had more to do with data controls and ...
|
| DateTimePicker and MS Access | 13 Sep 2003 05:26 GMT | 1 |
This seems like a very simple problem. It's one I can't figure out though... I have a form that currently populates text boxes with data from an Access database. They can be selected, updated & added. One is a dateTime field. What I want is to not have a text box for that field, but ...
|
| Treeview Background Color | 12 Sep 2003 23:17 GMT | 1 |
Microsoft Knowledge Base Article - 178491 HOWTO: Change the TreeView Control Background Color I am using Windows Xp Pro Op System... the KB code does not work....white space created where background color
|
| Inet Control and DSL - CACHE ACCESS DENIED - HELP! | 12 Sep 2003 22:18 GMT | 1 |
hope this is the right newsgroup... i am using an inet control on a form to post to a website. on some clients (1%) the post fails. most of these are DSL connections, but no all. one of them returned a message "CACHE ACCESS DENIED" for a Squid/2.4 server. yet
|