User Profile

Collapse

Profile Sidebar

Collapse
beaver
beaver
Last Activity: Dec 13 '07, 02:36 PM
Joined: Apr 26 '07
Location: [Croatia] Where the streets have no name...
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • beaver
    started a topic C# Color To HTML
    in .NET

    C# Color To HTML

    Hello!

    When I use ColorTranslator class to translate/convert Color to HTML, i get HTML Color Names like "Blue", "Yellow", "Red", etc. ..

    string c = ColorTranslator .ToHtml(colorDi alog.Color);

    How to strictly convert Colors to HTML HEX values ?

    Thanks
    See more | Go to post

  • If you point to IPv6, ... i think this isn't the more appropriate solution...
    See more | Go to post

    Leave a comment:


  • beaver
    started a topic C# Socket Base Client/Server Application [TCP] [NAT]
    in .NET

    C# Socket Base Client/Server Application [TCP] [NAT]

    Hello!

    How to establish TCP connection in Client/Server model, with both situation - one where TCP Server is behind NAT, and the users (Clients) are not (but might be too), and other where Server is not behind NAT, but Clients are (and they doesn't unnecessarily need to be behind NAT).. ?

    Please, post all possible solutions, link to tutorials, articles etc.

    In advance, thanks!
    See more | Go to post

  • beaver
    started a topic foobar2000 [C#]
    in .NET

    foobar2000 [C#]

    How to retrieve artist, song title, and execute some functions like prev, next, stop, pause, play etc. using C# and .NET 2.0 ?

    Thanks
    See more | Go to post

  • I don't wan't two shortcuts! Suppose that i have one checkbox where checked state means that the shortcut to the program should be created in the Startup folder, and when user unchecked it then the shortcut is removed from the Startup folder (Shell links).

    When shortcut to the program is created in the Startup the program execute itself immediately after logon, and program goes to System Tray.
    Otherwise, if shortcut isn't there...
    See more | Go to post

    Leave a comment:


  • beaver
    started a topic C# - How to "detect" the way of program execution?
    in .NET

    C# - How to "detect" the way of program execution?

    Hello!

    I want to detect the way of program startup/execution..

    There are several possibilities:
    • After logon/at startup
    • After the user clicked at the program icon (Desktop, Quick Launch, Start Menu)


    This is very important, 'cause with that information i can "tell" the app in what mode to run (set the window state to minimized or normal, or send the app to sys tray).

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...