Results 1 to 6 of 6

Thread: Another couple of quick questions.

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    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. #2
    Hyperactive Member Jenova's Avatar
    Join Date
    Feb 2006
    Location
    Googleplex
    Posts
    413

    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

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Another couple of quick questions.

    Explain more about the "white board that people can draw stuff on".

  4. #4
    Lively Member chxxangie's Avatar
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    79

    Re: Another couple of quick questions.

    for playing the media file, this is a simple sample for you to refer.....
    Attached Files Attached Files

  5. #5
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    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. #6

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width