| Thread | Last Post | Replies |
|
| Database Security Error | 27 Dec 2005 23:39 GMT | 2 |
A customer of mine gets "Error 3051 Database Open Exclusively by other or you do not have permission to open database" when attempting to run my program from a workstation connected on a local area network. The server where the database is stored is running Windows XP SP2, while ...
|
| How do I iterate through a treeview? | 27 Dec 2005 21:35 GMT | 2 |
Before, I had a path, e.g. a\b\c\d, which I split on the '\' sign and created a tree. Now, I have the tree, I want to build the path? tia.
|
| Publication of properties from a subclass | 27 Dec 2005 20:16 GMT | 6 |
I have one class, lets call it MyClass. In that class I have a reference to a class called Language. The app only load MyClass and need to address some properties in the Language subclass, for exmple:
|
| Help with debugger | 27 Dec 2005 19:07 GMT | 2 |
I run VB6 on two different computers (both WIN XP). On one computer, when I run the debugger in break mode, the current values of any variables are displayed when I move the cursor over the variable name. At the other location, this doesn't happen. I can't find any differences in ...
|
| MonthView highlight | 27 Dec 2005 13:35 GMT | 2 |
I have a MonthView control where I am setting the initial date via the Value property. When the form is first displayed, it highlights and circles today's date, regardless of the initial date that I defined. I have a Label control on the form that displays the MonthView Value ...
|
| Active Directory DNS query | 27 Dec 2005 06:03 GMT | 3 |
Does anyone have an example of how to query the domain to get a list of ldap servers available? I am trying to write a vb program that will get a list of available AD servers so that I don't have to hardcode the server name in case
|
| Displaying Browser window in my application | 27 Dec 2005 02:51 GMT | 1 |
I am using ShellExecute to open a website in browser window from my VB app. Is there a way of displaying the browser window not seperately but in a form in my app or even in some sort of control such as an image control so that it looks more intergrated with my application?
|
| viusal basic 6 - Treeview right to left | 27 Dec 2005 02:39 GMT | 3 |
I am using VB 6 on win XP home edition , and I need to use a treeview control that is right to left adjusted. I have searched online but have not found much relevant info except for the tip mentioned on http://www.codecomments.com/archive293-2005-10-670790.html
|
| find the Inverse Log of a number | 27 Dec 2005 01:19 GMT | 21 |
I am having trouble in finding the propoer way to find the Inverse Log of a number in VB.Net Express edition. Can anyone tell me how it is done. Thanks!
|
| Treeview | 26 Dec 2005 23:17 GMT | 8 |
I need to add to a tree view the components of a path. Here is my code Set mynod = TreeView1.Nodes.Add(mynod.Key, tvwChild, s1(i), s1(i)) This works when the key is unique, but throws an error when not unique.
|
| How do I define multiple treeview node styles at the same level | 26 Dec 2005 19:47 GMT | 6 |
I have a treeview sourced from a SiteMap. I want to use 2 styles for the root level nodes. The top root node should not have a top border, all the other root nodes should have a top border. Is it possible to have more than 1 style at the same level (parent node)
|
| APP object | 26 Dec 2005 17:07 GMT | 1 |
In VB6 I can use: App.Major App.Minor App.Revision
|
| Form won't show up for the first time | 26 Dec 2005 15:33 GMT | 5 |
I have a strange problem. My program startup form will not show up. It is running though, since Task Manager reports it. After I kill this process and start the program again, this time the form will show up. This is a repeatable problem. I have the following in the form ...
|
| VB6 and SQL Express 2005 | 26 Dec 2005 15:11 GMT | 8 |
I'm trying out the SQL Express 2005 installed on my server. But I cannot get a connection. Code: Set connDB = New ADODB.Connection
|
| Treeview help | 26 Dec 2005 14:43 GMT | 10 |
Can someone help me, I need to create a tree view from a file path ( like the folder view of Explorer ) I have all the path components in a string array s() which is obtained using 'split(path,"\")'
|