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.
7 replies to this topic
#1
Posted 30 August 2011 - 03:37 PM
|
|
|
#2
Posted 30 August 2011 - 04:24 PM
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.
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.
Science is only an educated theory, which we cannot disprove.
#3
Posted 31 August 2011 - 02:45 AM
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.
Good luck ~ Committed.
ps pls dont comment on photoshop skills :P
#4
Posted 31 August 2011 - 04:15 AM
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
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
Posted 31 August 2011 - 04:24 AM
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
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

Uploaded with ImageShack.us thanks that was helpfull
#6
Posted 31 August 2011 - 05:52 AM
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.
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.
#7
Posted 31 August 2011 - 06:17 AM
#8
Posted 31 August 2011 - 08:35 AM
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.
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.
Science is only an educated theory, which we cannot disprove.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top










