Search results for query: *

  • Users: dean
  • Order by date
  1. dean

    SplitContainer with maximise/minimise buttons on splitter bar?

    That's excellent thanks a million. :)
  2. dean

    SplitContainer with maximise/minimise buttons on splitter bar?

    I'm looking for a way to add (maximise/minimise) buttons to the splitter bar of a SplitContainer. Similar to those seen here: http://java.sun.com/docs/books/tutorial/figures/uiswing/components/SplitPaneDemo2.png Does anyone have any ideas on doing this? or know of any 3rd party controls that...
  3. dean

    Sharing config/settings between projects in a solution.

    Two reasons: 1. I've got team members who will care. 2. I'm curious as to whether it's possible to do it.
  4. dean

    Sharing config/settings between projects in a solution.

    Many thanks for all the help. :) Is it possible to create a property that exposes My.Mysettings.Default as Settings so that instead of ClassLibrary1.My.MySettings.Default.TestSetting I could have: ClassLibrary1.Settings.TestSetting At the moment I've got this property in another class so it's...
  5. dean

    Sharing config/settings between projects in a solution.

    I need to share some user settings between projects in a solution, does anyone know how this is best achieved? Also what's the best way of sharing common resources (strings/images) between projects? Thanks in advance.
  6. dean

    User Authorization - permissions within roles

    I'm developing a new application that will incorporate the notion of user roles, e.g. admin,reporter,viewer. I'm thinking of doing this using the GenericIdentity and GenericPrincipal, however I would like more fine grained permissions such that under each role (e.g. reporter) I can have more...
  7. dean

    MDI with appearance of SDI

    Thanks for the suggestions, Paszt are there any obvious advantages/disadvantages of using usercontrols? Does anyone know of any good tutorials that cover 'complex' UI design under vb.net? dean.
  8. dean

    MDI with appearance of SDI

    It wasn't an actual menu item it was the control box, even though I'd turned it off. A bit more searching on the forum turned up the solution. http://www.vbdotnetforums.com/showthread.php?t=4559 Note, I also had to clear the ControlBox property. dean.
  9. dean

    MDI with appearance of SDI

    I'm currently developing an application that will have a standard menubar,toolbar and statusbar, and will have varying content in the middle . I'm currently using a main form setting it as mdicontainer and then using child forms to display the content in the middle. I've set the child forms...
Back
Top