Problem in node installation -
Hi everybody,
At my client's office, there is a Windows NT 4.0 server computer, with 10 Windows 95/98 node computers linked to it. I installed a package developed in Visual Basic 6.0 (with Crystal reports 4.6.1.0) and Access 97 on the server. To run to the package from a node computer, I created a shortcut with a path and file name of the package's EXE file and registered my custom DLL files using regsvr32.exe. I also copied the files Msvbvm60.dll, Stdole2.tlb, Oleaut32.dll, Olepro32.dll, Comcat.dll, Asyncfilt.dll and Ctl3d32.dll to the Windows\System directory, which are mentioned in the MSDN help as required run-time files. Inspite of that, the package does not run from the node computer. It shows error messages like "Required file is missing", "Could not load Activex object", ".OCX file is missing", etc. Only after I install Visual Basic and Crystal reports on the computer it runs. Is it possible to run the package from the node without installing Visual Basic ?
Utpal
Rerorder Treeview as seen -
hello, I have a problem that's making me want to rip my hair out. I want to be able to store the data of a treeview into variables in the order that nodes are seen on the screen as opposed to the order they're added. Is there anyway to cause a tree have its nodes have the same order
dynamic treeview - please help -
I am trying to build a tree view from database tables. I have a master table that tells me how many levels of nodes there are and what tables to get the information.
However, I am having trouble writing the code so that it will add each level and check each node in each level and a
TreeView Node Index problem -
I'm writing in a drag and drop feature for a tree view. That all works fine until I get down to the root nodes. I want to be able to drag one node and insert it below the target node. This works fine in the background but I can't get the treeview to update properly.
Does anyone kno
treeview Masterpage etc. -
I have big treeview (dynamic that take the data from the DB)
to the node I add the NavigateUrl
my problem is that when I select node, the tree restart
and all the node by default are close.
Is it possible to show the node that selected?
(for example
if node.navigateurl = p
TreeView Node TRUE ORDER -
I have a treeview that is loaded from a database where nodes may be added/deleted/moved, etc to wherever in the tree structure. I need a way to get the true order of the nodes.
For example, if I add node A, then node C, THEN add node B as a CHILD of node A, then the indices will ret
Node click problem -
hi
I have a problem with my TREEVIEW. When I click the node sign + then node is selected. I want only to expand to node and the previous node stay selected.
how do I solve this problem
thanks
How to work with Treeview Tags -
Hi there,
My problem: I know the key of a node. I want to give the node's tag the key as a string.
The node, i want to fill, is NOT the selected node.
I want to fill the key (as a string) in the tag of a node when the node is created. I create the nodes in a FOR-loop.
Can someo
TreeView Processing/Display Issue -
Hi
I have a treeview where the child nodes are created in the afterSelect event when a parent node is clicked on (this is because several queries are executed to get the data from a db). For eg node 3 is created when node 2 is clicked on
Node 1
|_
.. Node 2
.. |_
.... N
highlighting a node -
I have a tree view that a user can delete nodes from(among other things they can do). Once a node is deleted i want the next node to be selected... which i can do fine. The problem is, the next node is not highlighted the same way it would be if the user clicked on it. There is in fact
TreeView Control Question -
Hi,
Probably an easy question, but I can't find an answer anywhere.
If I'm creating a treeview of data, how to I insert a new node between to existing nodes?
ie..
Node 1
---Node1-2
------Node1-3
Node 2
---Node 2-2
------Node 2-3
So in the above example, how would I
Display number of children nodes (VB 2005) -
Next to each parent node I want to put the number of children nodes it has. This is my code, but it doesn't work. It works with out the loop... Is there anyone who can help me?
This is what I want to do...
----NODE Parent_a (3)
----NODE Child_a
----NODE
treeview collapse problem -
hi all i have the following code for collapsing the previous selected node:
Code:
if (e.Node.Parent == null)
return;
string strNodeValue = e.Node.Value;
foreach (TreeNode node in e.Node.Parent.ChildNodes)
{
if (node
[2005] Question about the sitemap treeview -
Hi!
Im curious about the sitemap, I have a menu like this:
Root
|
----Node 1
|
-----Subnode 1
|
-----Subnode 2
|
----Node 2
|
-----Subnode 1
|
-----Subnode 2
And I want to configure it so that
Treeview control node check box -
I have a problem.
I have many nodes, under a parent. Selecting\checking the parent node, selects\deselects the child node as well.
Everything OK till now.
Now, if one of the child node is selected, i want the parent treenode to be grey out and look seleted as well.
How to do
Treeview Validation -
Hiya Folks,
I've created a TreeView which has 3 node levels (Make, Model, Year) and I'm trying (and failing) to implement some functionality into it. What I want to be able to do is have the parent/child of the checked node reflect the state of the Node that has been checked.
ie
Treeview Select Problem -
Hi,
I have a treeview that has a ContextMenu associated with it. The treeview shows as expanded when the form loads. If I RightClick on a node to get the menu and perform an action, the node appears to be selected on the form (highlighted) but the .SelectedNode property of the tree
Treeview icon changing when node has focus -
Hi Team
I have a tree view with each node having 1 of 3 icons depending on what type of node it is. This all works OK until a node gets focus. When a node gets focus its icon changes to the icon of its root node. Any ideas about this?
Thank FW
Treeview DragDrop Problem -
How do I get the Node to be selected on the initial MouseDown?
If I click the node first...then click/hold/drag...it works fine
but If I have one Node selected...then click/hold/drag a diff node...the original selected node gets dragged!???
(This is in Access2K btw)
Thanks!
Depth of node (how to make the looping) -
Hello,
I've a connection table in access database as below:
ID FROM_NODE TO_NODE
---------------------
1 10 11
2 10 12
3 11 10
4 11 13
5 11 14
6 12 10
7 12 13
8 12 15
9 13 12
10 13 14
11 13 16
12 14 13
13 14 11
14 14 17
15 15 12
16 15 16
17 16 15
18 16 13
19
Can you disable the nodeclick event in TreeView -
I'm trying to make an Explorer type app. If I collapse a node, and after the collapse event completes the mouse is now over another node, it generates a nodeclick event on that node. Then this node gets selected. Normally in Windows Explorer, if you collapse a node with a selected c
Problem in node installation -
Hi everybody,
At my client's office, there is a Windows NT 4.0 server computer, with 10 Windows 95/98 node computers linked to it. I installed a package developed in Visual Basic 6.0 (with Crystal reports 4.6.1.0) and Access 97 on the server. To run to the package from a node c
Treeview Click event -
I'm trying to make an Explorer type app. If I collapse a node, and after the collapse event completes the mouse is now over another node, it generates a nodeclick event on that node. Then this node gets selected. Normally in Windows Explorer, if you collapse a node with a selected chil
how to put nodes (icons) on map -
Dear all,
I am now doing a logistics project on travelling sales person.
I need to put nodes on my map to show the users the locations of some buildings. How do I write the code?
Is there any way to highlight the road between many nodes? For example. if I click on node 1 and node
Auto select new child node in treeview -
How can I automatically select a newly created child node in treeview?
Ie, after right clicking on a node, user gets a context menu which allows him to add a child under selected node. I want to move the focus to new child node just after creating that node.
How can I do that?
How to scroll treeview -
Hello everybody
I have got such problem:
I'm using Treeview component (VB6) inmy application. This componenet will be used only to inform about location of some node. That means that I don't need to select nodes in this tree, but at beginnig I programmatic select one node and it
Only during Admin rights during installation -
Hello,
I like to give my installation application Administrator-rigths during the installation of my application, so it is allowed to install OCX-controls.
After the installation the userrights should be the same as before the installation.
Can anyone show me the way to the s
Applying the ConsoleVerbs in Snap-Ins -
Hello everyone!
This one is for pros:
I have encountered a problem implementig the ConsoleVerbs (refresh, delete, etc) in MMC.
I implemented the functions, and they work good, but my problem is when they need to be avaliable.
In the MSDN they say that I change the enabled/disable
Uncheck Node in TreeView -
Sup all.
I been trying to uncheck a node programatically but no luck
does any one know how 2 do this.
sounds simple enough( The "Node.Checked = False" doesnt seem to do the trick)
I want the user to be able to check only 2 nodes at a time but if they check more than 2 the
VB.net - HELP PLEASE - Installation/Distribution Problem -
After building a solution, how do I know what files are required to be included in order to run my program on another computer? How do I check for whether the new host computer requires the .net framework to be installed.
I used InstallShield to create a setup program. InstallShield
Installation Problems -
I have a fairly simple application that I am trying to distribute.
The problem is that the installation procedure goes well until the error message appears near the end of the installation,
*** ERROR:
The file 'C:\WINDOWS\TEMP\msftqws.pdw\$(DLLSelfRegisterEx)' could not be regi
Update registry from xml file -
I have a program that tweaks the registry. No problems. I'm trying to convert it to read and xml file (no problem) and then update the registry from that file. I've setup the xml file for the registry key to be a node and the subkey and values to be a node. i loop through that and that
[2008] Dragged node does not contain the tag. -
Hi,
I have a treenode which populates from at table in my db. When dragged to another treeview, I want to create a post in another table whith the dragged node's tag values (it´s an array of integers).
I´ve learned how to update and insert into the db so all that works.
Howe
quick treenode help -
how do i call a function after a treenode has been edited? the node.AfterLabelEdit handle works, but it dosn't update the node.text property before the function executes, so i can't work with the changes the user made...
also, is there a way to set a node as the selectednode when it
Treeview Highlight Problem. -
I expect this is probably a simple answer, but I can't find it.
When you left click on a node, it highlights it. When I right click on a node it doesn't move the highlight from the last selected node.
I have code in the treeview MouseDown for a context menu.
The menu items are
CheckBoxes in Treeview control -
Is there anyway that I can remove a checkbox in certain node of a treeview control?
Also, is there any fastest way to determine which node is being checked? Rather than loop through the entire node.
Currently, I juz save the selected node.key value into a local declare variable u
Moving Treeview Nodes -
I've searched through the whole forum (I think), and cannot find the answer to this question:
I have a Treeview control and a Toolbar that should allow the nodes to be moved up and down, for example:
Parent
Node 1
Node 2
If Node 2 is selected, and the Up toolbar button
HelpContextID property for Node Object -
I am creating a context sensitive help and I am trying to connect it to my VB application. Here is my question. I am trying to use HelpContextID property to set it to the Context id numbers that I specified in my .chm help file. The problem that I encounter is Node objects in my VB app
Ordering Simultaneous Events -
I have a treeview. I want it to perform an action when the selected node changes. That's not a method, so I've written some code to detect when the selected node changes (operating on the mouse-click event). The code works fine.
My problem is that the mouse click event is being regi
Picture stitch -
i have tree control, and i want to put a picture for each node.
the pic in the node combined from a main pic that will not change
and another pic that change with the node name (file type, icon).
now the problem that i can put only one pic in each tree node, so
i need to stitch tw
Treeview Node States - complex -
I have a treeview, I am able to get handles to nodes, and then I can change the state of the node using the TVM_SETITEM message - this works fine.
I change the state of a node to TVIS_CUT, using a TVITEM type (which grays out the node, like pressing ctrl-X in Explorer.
I cannot c