C# School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a C# Expert!

Join 306,959 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,921 people online right now. Registration is fast and FREE... Join Now!




custom gui in C# like below image

 

custom gui in C# like below image

backer37

7 Nov, 2009 - 07:36 AM
Post #1

New D.I.C Head
*

Joined: 7 Nov, 2009
Posts: 6


My Contributions
Hi, I want to make a gui for chatting like image below in C#. Can anyone help me how to do this. I mean how can i change windows form to custom gui ? IPB Image

This post has been edited by backer37: 7 Nov, 2009 - 07:47 AM

User is offlineProfile CardPM
+Quote Post


William_Wilson

RE: Custom Gui In C# Like Below Image

7 Nov, 2009 - 07:40 AM
Post #2

lost in compilation
Group Icon

Joined: 23 Dec, 2005
Posts: 4,667



Thanked: 97 times
Dream Kudos: 3275
Expert In: Java, C, Javascript

My Contributions
Please post your questions in the appropriate forums. Items submitted to the tutorial sections are not visible to the public until they have been validated/approved. I have moved this to the C# section for you.

You are asking a very complex task without providing any information, reasons or base code.

Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Please post like this:

Thank you for helping us helping you.
User is offlineProfile CardPM
+Quote Post

eclipsed4utoo

RE: Custom Gui In C# Like Below Image

7 Nov, 2009 - 08:40 AM
Post #3

Not Your Ordinary Programmer
Group Icon

Joined: 21 Mar, 2008
Posts: 1,846



Thanked: 205 times
Dream Kudos: 500
Expert In: .NET

My Contributions
the chat window and the "video" window maybe tougher, but the rest is fairly easy.
User is offlineProfile CardPM
+Quote Post

prankster

RE: Custom Gui In C# Like Below Image

7 Nov, 2009 - 10:46 PM
Post #4

D.I.C Head
Group Icon

Joined: 31 Jul, 2009
Posts: 64



Thanked: 9 times
Dream Kudos: 50
My Contributions
QUOTE(eclipsed4utoo @ 7 Nov, 2009 - 08:40 AM) *

the chat window and the "video" window maybe tougher, but the rest is fairly easy.


well you are just SOOOO helpful now aren't you. your two cents really are appreciated. that would be sarcasm there.
User is offlineProfile CardPM
+Quote Post

Momerath

RE: Custom Gui In C# Like Below Image

7 Nov, 2009 - 11:36 PM
Post #5

D.I.C Regular
***

Joined: 4 Oct, 2009
Posts: 479



Thanked: 51 times
My Contributions
It looks like WPF windows, study them.
User is offlineProfile CardPM
+Quote Post

eclipsed4utoo

RE: Custom Gui In C# Like Below Image

8 Nov, 2009 - 05:11 AM
Post #6

Not Your Ordinary Programmer
Group Icon

Joined: 21 Mar, 2008
Posts: 1,846



Thanked: 205 times
Dream Kudos: 500
Expert In: .NET

My Contributions
QUOTE(prankster @ 8 Nov, 2009 - 02:46 AM) *

QUOTE(eclipsed4utoo @ 7 Nov, 2009 - 08:40 AM) *

the chat window and the "video" window maybe tougher, but the rest is fairly easy.


well you are just SOOOO helpful now aren't you. your two cents really are appreciated. that would be sarcasm there.


whenever I see him try something on his own, I will be of more help. Now move along.
User is offlineProfile CardPM
+Quote Post

backer37

RE: Custom Gui In C# Like Below Image

8 Nov, 2009 - 08:13 PM
Post #7

New D.I.C Head
*

Joined: 7 Nov, 2009
Posts: 6


My Contributions
QUOTE(eclipsed4utoo @ 7 Nov, 2009 - 08:40 AM) *

the chat window and the "video" window maybe tougher, but the rest is fairly easy.

rolleyes.gif what do you mean the rest is fairly easy ? Can I make that gui for other application without(chat or video)?
I need a guideline or tutorial . Please help me (expert in C# and .net).

This post has been edited by backer37: 8 Nov, 2009 - 08:14 PM
User is offlineProfile CardPM
+Quote Post

KeyboardKowboy

RE: Custom Gui In C# Like Below Image

8 Nov, 2009 - 08:52 PM
Post #8

D.I.C Head
Group Icon

Joined: 15 Dec, 2008
Posts: 89



Thanked: 10 times
My Contributions
You might want to start looking into building your own custom controls. Do some research on 'User Control' projects, and respond with some specific questions you may have.

I am currently working on a little side project, utilizing custom controls, that I will be turning into a tutorial that I will post here at D.I.C. (I'd like the tutorial to be up within the next week or two).

User is offlineProfile CardPM
+Quote Post

backer37

RE: Custom Gui In C# Like Below Image

8 Nov, 2009 - 09:26 PM
Post #9

New D.I.C Head
*

Joined: 7 Nov, 2009
Posts: 6


My Contributions
QUOTE(KeyboardKowboy @ 8 Nov, 2009 - 08:52 PM) *

You might want to start looking into building your own custom controls. Do some research on 'User Control' projects, and respond with some specific questions you may have.

I am currently working on a little side project, utilizing custom controls, that I will be turning into a tutorial that I will post here at D.I.C. (I'd like the tutorial to be up within the next week or two).


Thanks I am eagerly waiting for your tutorial.

User is offlineProfile CardPM
+Quote Post

eclipsed4utoo

RE: Custom Gui In C# Like Below Image

9 Nov, 2009 - 03:45 AM
Post #10

Not Your Ordinary Programmer
Group Icon

Joined: 21 Mar, 2008
Posts: 1,846



Thanked: 205 times
Dream Kudos: 500
Expert In: .NET

My Contributions
QUOTE(backer37 @ 9 Nov, 2009 - 12:13 AM) *

QUOTE(eclipsed4utoo @ 7 Nov, 2009 - 08:40 AM) *

the chat window and the "video" window maybe tougher, but the rest is fairly easy.

rolleyes.gif what do you mean the rest is fairly easy ? Can I make that gui for other application without(chat or video)?
I need a guideline or tutorial . Please help me (expert in C# and .net).


yes you can make that GUI. You could do a majority of it with the standard .Net controls.
User is offlineProfile CardPM
+Quote Post

KeyboardKowboy

RE: Custom Gui In C# Like Below Image

9 Nov, 2009 - 06:31 AM
Post #11

D.I.C Head
Group Icon

Joined: 15 Dec, 2008
Posts: 89



Thanked: 10 times
My Contributions
QUOTE(backer37 @ 8 Nov, 2009 - 11:26 PM) *

Thanks I am eagerly waiting for your tutorial.


I'll try and remember to post on this thread when I have completed the tutorial.
User is offlineProfile CardPM
+Quote Post

Grapevine

RE: Custom Gui In C# Like Below Image

9 Nov, 2009 - 08:32 AM
Post #12

D.I.C Head
**

Joined: 26 Oct, 2009
Posts: 55



Thanked: 1 times
My Contributions
QUOTE(backer37 @ 8 Nov, 2009 - 09:26 PM) *

QUOTE(KeyboardKowboy @ 8 Nov, 2009 - 08:52 PM) *

You might want to start looking into building your own custom controls. Do some research on 'User Control' projects, and respond with some specific questions you may have.

I am currently working on a little side project, utilizing custom controls, that I will be turning into a tutorial that I will post here at D.I.C. (I'd like the tutorial to be up within the next week or two).


Thanks I am eagerly waiting for your tutorial.



Me too!! biggrin.gif
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/21/09 04:01AM

Live C# Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

C# Tutorials

Reference Sheets

C# Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month