473,508 Members | 2,327 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Good tutorial for making an image based GUI?

Im looking for help making a good GUI out of pure images. I would
like to embed the common controls and such, but I want to make a nice
looking GUI, similar to that of, say Windows Media Player. I'm not
sure how to make an image "clickable", nor do I know how to make
rollovers and such. Also looking for pointers on making the images
blend well when sitting on top of each other. Any ideas?

Thanks for your input!

Mar 1 '07 #1
4 3449
Funny you actually used the word "blend" in your RFI so go look for
Microsoft Expression Blend which is eaxactly what you want to know about.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h

<Sh**********@gmail.comwrote in message
news:11**********************@v33g2000cwv.googlegr oups.com...
Im looking for help making a good GUI out of pure images. I would
like to embed the common controls and such, but I want to make a nice
looking GUI, similar to that of, say Windows Media Player. I'm not
sure how to make an image "clickable", nor do I know how to make
rollovers and such. Also looking for pointers on making the images
blend well when sitting on top of each other. Any ideas?

Thanks for your input!

Mar 1 '07 #2
Take a look at System.Windows.Forms.PictureBox, it's got what you need
(clicks, mouse events, etc.)

As for blending, you can combine colors from different images in any way you
like:

public Form1()
{
InitializeComponent();

Bitmap bmp1 = (Bitmap)pictureBox1.Image;
Bitmap bmp2 = (Bitmap)pictureBox2.Image;

Color pix1 = bmp1.GetPixel( 5, 5 );
Color pix2 = bmp2.GetPixel( 5, 5 );

Color pixCombined = <Any mathematical/logical operation on 2
colors above>;

bmp2.SetPixel( 10, 10, pixCombined );
}
<Sh**********@gmail.comwrote in message
news:11**********************@v33g2000cwv.googlegr oups.com...
Im looking for help making a good GUI out of pure images. I would
like to embed the common controls and such, but I want to make a nice
looking GUI, similar to that of, say Windows Media Player. I'm not
sure how to make an image "clickable", nor do I know how to make
rollovers and such. Also looking for pointers on making the images
blend well when sitting on top of each other. Any ideas?

Thanks for your input!

Mar 1 '07 #3
On Mar 1, 8:51 am, ShieldsJa...@gmail.com wrote:
Im looking for help making a good GUI out of pure images. I would
like to embed the common controls and such, but I want to make a nice
looking GUI, similar to that of, say Windows Media Player. I'm not
sure how to make an image "clickable", nor do I know how to make
rollovers and such. Also looking for pointers on making the images
blend well when sitting on top of each other. Any ideas?

Thanks for your input!
I like Ashot's approach. Many times I've used a PictureBox to create a
button that I want to do something different. The PictureBox has all
of the click, mouseUp, mouseDown, and other events you'll need to
create button functionality. If you need to know how to use controls
like the PictureBox, or really whatever Windows Forms effect you need
to figure out, go to bobpowell.net . He has just about everything
you'll ever need to know. Make sure to read the article about getting
transparency in Controls.

Mar 2 '07 #4
Yall are awesome as usual! Thanks a bunch to everyone who replied!

Mar 8 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2742
by: Jan G. Thorstensen | last post by:
Hi. I'm newto Oracle but want to learn how to make a database and finally use it on my web site. Is there a good tutorial on the Internet somewhere, or could someone recommend a good starting...
5
3529
by: SPEAKIT | last post by:
I'm sorry to ask what must be a very simple question, but I just can't seem to get this to work. Right now I am using the javascript 'prompt' to enter a photoid and the script that I am using uses...
12
1874
by: D. Layman | last post by:
Hello group, After quite a long time of consideration, I'v finally decided to switch from Java to C. Given the condition that almost without any knowledge on C and 3 years expereince on java, ,...
1
1092
by: Jarod_24 | last post by:
I've been using a lot of <DllImports> as of late and i was wondering if anyone could tell me a good tutorial/website/articles/books that explains what System.Marshal** actually does and how to make...
4
1324
by: Scott Bryce | last post by:
I have a friend who is an artist. He was recently tasked with re-designing the company's web site. He knows nothing of HTML or CSS. Is there a good tutorial or book that I could recommend? I...
2
2091
by: sara | last post by:
Hi All, I learned C++ long time ago and now I want to review all of its details in a short time like a week. I wonder if there is a good tutorial you know which I can read for this purpose....
2
8534
by: ppuniversal | last post by:
Hello, Can someone tell a good Tutorial on Network Programming in C++, except Beej's Guide and Vijay Mukhi's tutorials. I want to make a Client Server application in C++ which will involve...
4
3587
by: abstractj | last post by:
I found the below script that will display an image based on certain date. I would like to add an additional function that will display the images when it is referred by a certain URL. IE. if users...
1
2655
by: svjim | last post by:
I am working on an iPhone application which uses a version of safari (UIWebView) to display web pages. I want to be able to capture images shown on the webview. To do so, I can capture a "touch...
6
7180
by: londres9b | last post by:
Let's say I have a page called page.php. And let's also say I have an images folder. How can I make the php page display the images on the folder? But that's not the whole thing... What I really...
0
7120
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7323
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7380
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7494
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5050
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4706
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3192
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1553
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.