Search results for query: *

  • Users: Sean Kelly
  • Content: Threads
  • Order by date
  1. S

    Setting the start node on a treeview

    HI, I have a treeview which i expand on loading the form, however as it no longer fits on the screen, the first node selected is now half way down the tree. Is there anyway to force the treeview to a certain node, either the top node or even anywhere specific? Thanks for any help :confused:
  2. S

    Passing Data to Microsoft Office

    Not sure whether this is in the correct forum, but I looking for advice with passing data from a winform to either a microsoft excel or word document. I'll set up standard templates and then I'd like to pass some data from a selected form to the document, I know I need Office Tools for .net and...
  3. S

    Tab Controls

    Hi All, Silly question time again. I have a form which has a treeview down teh left as a menu, a grid to the right and a tabcontrol across the bottom. Now depending on which option is selected from the treeview a relevant grid is made visible in the right side and there is the choice of a...
  4. S

    Reference to a non-shared member requires an object reference

    I am getting the following error message when i try to build my project now, can't understand what i have done wrong here, any ideas? Reference to a non-shared member requires an object reference It has a problem with the system part of my designer form I have included a sample with errors...
  5. S

    Splash Screens?

    I have a splash screen set up but when it runs it comes up as transparent, what am I doing wrong please? It shows the border and thats it. If i change the splash.show() to splash.showdialog() the splash shows successfully but of course i have to close that down to get to the next screen.
Back
Top