Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Looking for C# programming help

  1. #1
    Low Bitrate
    Join Date
    Aug 2004
    Posts
    78

    Looking for C# programming help

    I`m starting to develop my own frontend, i would like to ask other people how they started,
    what are you using as media-player, winamp or windows mediaplayer or something else?

    How do you add the looks to your program, for example how do u make a playlist look integrated, i wanted to use a listbox but i cant find out how to change to looks of it.

  2. #2
    North of the land of Hey Huns
    Auto Apps:loading...

    Join Date
    Jun 2004
    Location
    Westminster, MD
    Posts
    1,922
    I am currently using a combonation of the windows API to play music, and on a side project a nifty little thing called f-mod A bit hard to use, but I'll dig around for the c# class I made to interface with it. Not fully functional, but you can play,pause,stop. I just havent gotten things like the fx stuff working.
    Quote Originally Posted by mitchjs
    stop with the REINSTALLS, what do you think we got some lame-o installer!!!
    RevFE - Super fast, modular frontend. Most powerful skinning engine in existence. Strong enough for an i7 made for a fitpc.
    Just a shame I can't justify a carpc to use it on anymore.

  3. #3
    Low Bitrate
    Join Date
    Aug 2004
    Posts
    78
    Quote Originally Posted by malcom2073
    I am currently using a combonation of the windows API to play music, and on a side project a nifty little thing called f-mod A bit hard to use, but I'll dig around for the c# class I made to interface with it. Not fully functional, but you can play,pause,stop. I just havent gotten things like the fx stuff working.

    Hmm looks nice , u also have a way to let the playlist show integrated with the form?

  4. #4
    VENDOR - Centrafuse veetid's Avatar
    Join Date
    Apr 2004
    Posts
    5,040
    use Win32 and Directx..... Do it all yourself and don't embed anything... Thats how I did it... Works well...
    __________________
    CENTRAFUSE http://www.centrafuse.com
    01 Jeep Cherokee Sport 4x4 Installed
    M10000/512Mb/20GB, Lilliput 7", Holux GM-210

  5. #5
    Low Bitrate
    Join Date
    Jan 2002
    Location
    Frederick, MD
    Posts
    99
    I haven't played with the DirectX SDK much, but if you want a C# project that doesn't look like a Windows form, I suggest taking a look at the GDI+ library and how you can override the Paint() methods in the Windows controls. You can extend a lot of the controls, keeping all the functionality, but draw them however you want.

  6. #6
    Variable Bitrate
    Join Date
    Sep 2004
    Posts
    440
    Another concern of mine is the fact that c# apps seem to take up a good chunk of ram. Any one know how to slim down the memory usage?

  7. #7
    Low Bitrate
    Join Date
    Aug 2004
    Posts
    78
    Quote Originally Posted by hcker2000
    Another concern of mine is the fact that c# apps seem to take up a good chunk of ram. Any one know how to slim down the memory usage?
    Same problem here, just started working on my app and its functional (playing movies + mp3`s not more) And it already takes up 40Mb

  8. #8
    Low Bitrate modUlarBeing's Avatar
    Join Date
    Aug 2004
    Posts
    85
    are you running in debug, or compiled in debug? if so most of that is all the debug and dev enviroment crap. compile it in release and it should be lower....somewhat haha but by at least half

  9. #9
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Quote Originally Posted by hcker2000
    Another concern of mine is the fact that c# apps seem to take up a good chunk of ram. Any one know how to slim down the memory usage?
    The # adds about 38 megs, drop it for just C and you'll see major memory improvments. It might take a weeeee bit longer to code though.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  10. #10
    Phone Control Moderator zorro's Avatar
    Join Date
    Mar 2004
    Location
    Munich, Germany
    Posts
    1,902
    Quote Originally Posted by Maddog_rvo
    How do you add the looks to your program, for example how do u make a playlist look integrated, i wanted to use a listbox but i cant find out how to change to looks of it.
    If you like, you have my permission to use the zControls Dll which is supplied with PhoneControl. It uses GDI+ for painting and the controls are optimzed for such projects.
    Skinning to go... VisualDesigner2!

Page 1 of 2 12 LastLast

Similar Threads

  1. Wanting to learn some programming, help me pick a language!
    By RS3RS in forum Software & Software Development
    Replies: 32
    Last Post: 10-15-2004, 05:38 PM
  2. C++: GUI Programming with >NET Framework
    By [iG] in forum Software & Software Development
    Replies: 3
    Last Post: 05-24-2004, 07:57 PM
  3. Programming IrMan in ME
    By RaZor in forum Media Engine
    Replies: 3
    Last Post: 03-29-2004, 03:49 AM
  4. batch file programming LCD's
    By mosh in forum LCD/Display
    Replies: 6
    Last Post: 05-19-2002, 01:55 AM
  5. Need to start somewhere with Hardware programming
    By 168db in forum Software & Software Development
    Replies: 7
    Last Post: 01-11-2002, 09:35 AM

Bookmarks

Posting Permissions

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