Thread: GUI. Question

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    31

    Question GUI. Question

    hi

    I need some help here please

    I would like to develop a program, but I want the graphical user interface different from the regular Windows From, I need to design GUI similar For example to real player one program

    HOW CAN I DO LIKE THAT ?

    can any body help me in this...


    thanks
    Last edited by Dragon227Slayer; 08-22-2004 at 03:02 PM.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    You'll want to learn about skins. The windows interface is just default. You can define your own bahvaior and appearance for everything from buttons to oval windows. Someone asked about how to do this recently - do a search on the forum for skins.

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    31
    thank u very much mr.
    sean_mackrory

    i will try but can you try to explain me the concept only

    thanks alot

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    31
    yes

    i found a thread here, and i found a link to flipcode
    http://www.flipcode.com/articles/art...n32skins.shtml

    but i think the language used was C++

    but what i want is on C#, so do u have any other resources

    thanks alot

  5. #5
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I'm afraid not. MSDN is good for that sort of thing. Have a look yourself and if I find anything I'll let you know.

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    i will try but can you try to explain me the concept only
    Ansolutely. Like I said, what you see in most Windows applications is the default behavior. Windows specifies certain bitmaps to be default for all the buttons and other graphical elements you see. It defines the bahavior for such buttons, and the menus and form elements. Since it is usually done in an object oriented language (or in the case of C, an object oriented style of coding), it is possible to override certain parts of that code. That's what a skin is. It is a set of functions and attributes that have been overridden to still keep the basic functionality of a window, but to easily change simple things like the appearance.

  7. #7
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    http://www.windowsforms.net/ <- It's a site dedicated to working with the C# namespace for windowing. Right now there's a feature on how to make windows into different shapes - that should be a fun read for you. But search around and see what else they have.

  8. #8
    Registered User
    Join Date
    Apr 2003
    Posts
    31
    really I can thank you enough Mr. sean_mackrory

    I do appreciate your help ..

    Another question please

    Can I develop my App first, then when I finish from it. I can apply the skinning process

    Is that Possible ? ( if yes, is it easer than doing it from the start ?)


    Thanks a lot.

  9. #9
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Yeah I'm sure you could do that. I doubt it would be easier but I don't know first hand.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Design layer question
    By mdoland in forum C# Programming
    Replies: 0
    Last Post: 10-19-2007, 04:22 AM
  2. Replies: 2
    Last Post: 12-22-2006, 11:50 PM
  3. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  4. Gui
    By laasunde in forum C++ Programming
    Replies: 1
    Last Post: 12-17-2002, 12:54 PM
  5. GUI help
    By z33z in forum Windows Programming
    Replies: 8
    Last Post: 12-13-2001, 09:16 PM