Results 1 to 2 of 2

Thread: Controls and Advise Needed

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Controls and Advise Needed

    I'm looking to make a large project most likely in C# (I'm posting here because converting VB code to C# is easy and there are more .Net developers here. It's also not related specifically to C#) and there are some controls I will need that I would like to try to make myself.

    I need a menu with gaphics in it (like VS' menus). I also need some sort of splitter that acts like the ones used in Dreamweaver/Flash/etc where you click an arrow button on the splitter and it hides it (puts the splitter on the side of the screen) and when you click on it again, it expands. I also need a way to create buttons similiar to outlook 2003's buttons (the ones that says Calendar, E-Mail, Tasks).

    I would prefer to build the controls myself, however; I have little experience in making my own controls. What would you recommend to accomplish this?

    Also, I am thinking of using .Net 2.0, however; that would require users to update to 2.0 (it's bad enough not a majority of users have 1.1). Should I go with 2.0 or stick with 1.1? I know if I go with 2.0, it'll fix my problem of the graphics in my menu.

    Thanks!
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949

    Re: Controls and Advise Needed

    Quote Originally Posted by kasracer
    Also, I am thinking of using .Net 2.0, however; that would require users to update to 2.0 (it's bad enough not a majority of users have 1.1). Should I go with 2.0 or stick with 1.1? I know if I go with 2.0, it'll fix my problem of the graphics in my menu.

    Thanks!
    Go ahead and use .NET 2.0

    Your users will have to have the .NET environment whatever version of .NET you programme in.

    BUT before you do, check out the experience of others on this forum, 'cos there seem to have been some problems.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width