Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sijinjoseph

  1. sijinjoseph

    Issues with moving C#.NET project from one machine to another

    The dependency ‘Interlop.VBIDE, Version=5.3.0.0, Culture=neutral’ in project ‘Project1’ cannot be copied to the run directory because it would overwrite the reference ‘Interlop.VBIDE, Version=5.0.0.0, Culture=neutral’.” The second issue is from a file that makes use of Word Documents – I get...
  2. sijinjoseph

    Opening up all code blocks in designer.

    Well you can always enable the "Search inside hidden text" option in the Find Dialog box. :) Or right click in the editor Select Outlining -> Expand all nodes
  3. sijinjoseph

    Overriding the 'X' button on a form

    umm...Don't you mean e.Cancel = true;
  4. sijinjoseph

    TreeView Context menu

    Well what i have done is to over-ride the mouseDown event and show the context menu if right mouse button is clicked. In this case i can use getNodeAt() member function of the treeview to get the selected node. Ofcourse i am doing this because i need to show different context menus depending on...

Part and Inventory Search

Back
Top