|
|
#1 |
|
Frenzied Member
Join Date: May 06
Posts: 1,501
![]() |
Another couple of quick questions.
Hey guys I 'm wondering, how can I add a white board so people can draw stuff in a chat room client i made?
Also can I program a media player that works without having windows media player installed ? Thanks |
|
|
|
|
|
#2 |
|
Hyperactive Member
Join Date: Feb 06
Location: Googleplex
Posts: 384
![]() |
Re: Another couple of quick questions.
In regards to your media player, it is possible to do it without the use of Windows Media Player. You could use the Microsoft Multimedia Control 6.0 that can be referenced through Visual Basic 6.0 by going to Project > Components and checking 'Microsoft Multimedia Control 6.0'.
Hope this helps
__________________
If a post has been helpful then please rate it
|
|
|
|
|
|
#3 |
|
Super Moderator
Join Date: Aug 01
Location: Sterling Heights, Michigan
Posts: 52,311
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: Another couple of quick questions.
Explain more about the "white board that people can draw stuff on".
__________________
Please use [Code]your code goes in here[/Code] tags when posting code. When you have received an answer to your question, please mark it as resolved using the Thread Tools menu. Before posting your question, did you look here? Got a question on Linux? Visit our Linux sister site. I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum. ![]() Creating A Wizard In VB.NET Modifications Required For VB6 Apps To Work On Vista Paging A Recordset What is wrong with using On Error Resume Next IT professionals freelancer site. Register today to find coders, or offer your services for available freelance projects! Microsoft MVP 2005/2006/2007/2008/2009 |
|
|
|
|
|
#4 |
|
Lively Member
Join Date: Feb 07
Location: Malaysia
Posts: 79
![]() |
Re: Another couple of quick questions.
for playing the media file, this is a simple sample for you to refer.....
|
|
|
|
|
|
#5 |
|
"Digital Revolution"
Join Date: Mar 05
Posts: 4,466
![]() ![]() ![]() ![]() ![]() |
Re: Another couple of quick questions.
Whiteboard is easy. Drawing on a PictureBox can be done with either GDI or simple SetPixel APIs, etc.
To do that over the net you would just send the x,y coordinates to the other person. And of course any other info along with it like current brush color, brush size, etc. You'd probably want to use Winsock for this. I might be able to make a small example later on if I have time, but there are a lot of them on the net already. |
|
|
|
|
|
#6 |
|
Frenzied Member
Join Date: May 06
Posts: 1,501
![]() |
Re: Another couple of quick questions.
Thank for the help so far guys, the white board is similar to what you would find in windows live messenger.
|
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|