Jump to content

Newbie question about GUIs

- - - - -

  • Please log in to reply
7 replies to this topic

#1
Epi

Epi

    Newbie

  • Members
  • Pip
  • 4 posts
Hello, i wanted to know how can i make my custom mainwindow frame,widget graphic design with transparency,animations etc.
I did a little google search but i found nothing.
I dont ask for a spesific language ,although i'd prefer c#,java or python.
Thank you.

#2
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
With .NET you can create a GUI pretty easily with drag and drop. You may want to check it out. Java is pretty similar to C# so it shouldn't be to hard to create a GUI for it either, although it will require code, as Java doesnt have a drag and drop system(that I know of), but it is Cross-Platform. Now if you try something like C/C++ it will be much harder.

Good luck ~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.

#3
Epi

Epi

    Newbie

  • Members
  • Pip
  • 4 posts

CommittedC0der said:

With .NET you can create a GUI pretty easily with drag and drop. You may want to check it out. Java is pretty similar to C# so it shouldn't be to hard to create a GUI for it either, although it will require code, as Java doesnt have a drag and drop system(that I know of), but it is Cross-Platform. Now if you try something like C/C++ it will be much harder.

Good luck ~ Committed.
Thanks for the answer but i dont think you understood the question.I want the main window of the gui to have my own graphics instead of using the design of the OS.For example [ATTACH=CONFIG]4213[/ATTACH]

ps pls dont comment on photoshop skills :P

#4
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
Your attachment is invalid, try hosting it somewhere and link it back here.

But if you like all custom button, frame... you can always (at least in .net) use picturebox, and use an image of your button... a little bit more complex since you have to program the 3d effect on the click and everything, but if you really want that, it can do the tricks

#5
Epi

Epi

    Newbie

  • Members
  • Pip
  • 4 posts

Vaielab said:

Your attachment is invalid, try hosting it somewhere and link it back here.

But if you like all custom button, frame... you can always (at least in .net) use picturebox, and use an image of your button... a little bit more complex since you have to program the 3d effect on the click and everything, but if you really want that, it can do the tricks
Posted Image

Uploaded with ImageShack.us thanks that was helpfull

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Your picture is blank.

With that said, the answer will depend, first and foremost, on the language. C# has default widgets, Java has different default widgets. You can often get additional components with a more customized look and feel. C++ has dozens of GUI toolkits, some of which use the system's default widgets, and others that use their own, custom widgets. Until you get to a specific language, it's very hard to talk meaningfully about giving an application a particular look.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
Epi

Epi

    Newbie

  • Members
  • Pip
  • 4 posts
here's the image Posted Image

@Vaielab,thanks that was helpfull
@WingedPanther I'm trying to find out with which language and tools it is easier to make a fully custom GUI, thanks for your reply.

#8
CommittedC0der

CommittedC0der

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,565 posts
You should look into WPF its a type of project from .NET, Ive never really worked with it, but I hear its really customizable design wise.
Frog Design brings WPF sexy to the enterprise masses – istartedsomething
Introduction To WPF (C#) - WPF & Silverlight Tutorials | Dream.In.Code

Good luck ~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users