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
User Profile
Collapse
-
If you point to IPv6, ... i think this isn't the more appropriate solution... -
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! -
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 -
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...Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: