C# is an OOP language from Microsoft. 2 C# Programming ConventionsBasically you follow except the following cases. You could choose to follow Java convention all the time, however, you code would look a little bit different than standard C# libraries. Method names Use upper case for each single word in a method name, for example: GetRockyName. Property names Use upper case for each single word in a method name, for example: RockyName. private String rockyName ""; public String RockyName { get{ return this.rockyName;} set{ this.rockyName value;} } Note that rockyName start with lower case r and the getter and setters start with an upper case R. Using upper case property name also makes it easier here to use this C# sugar. Non-Property Variable Names Use Jav...[more] 3 How to customize application icon? Project->Properties->Common Properties->General->Application Icon 4 Add a tray icon Create icon file trayicon.ico In your MainForm.cs, add trayIcon by drop NotifyIcon from toolbox on to MainForm Add a context menu for tray icon by dropping a ContextMenu or ContextMenuStrip into your form, and assign this menu to your tray icon(in icon tray properties sheet). 5 Multilanguage support codeproject 6 C# Mixer Articles The encoding computer will play video, but not audio The encoding computer will play video, but not audio, while encoding. If there is no audio during playback, check that your mixer settings or input levels are configured properly. ...[more] 7 Screen Master Please beware that this version of the manual may be outdated, for the latest version, please go to Introduction Screen Master is a tool for recording image and video information from your screen. Screenmaster captures video as well as images from the whole screen, a specific window, or a specific region. If you are having problems, check out the screen master FAQ first The Screenmaster Ideology Free, Powerful, and Easy-to-Use. Given the fact that there are already many screen capture and snapshot software out there, we are still developing this new screen capture software because: Screen capture is widely needed: recording video online chat sessions, monitoring user activities, broadcasting screen... This list could go ...[more] 8 Unsafe code may only appear if compiling with /unsafe To turn on unsafe mode in visual C# express: right click your project, select properties, select build sheet and then check "allow unsafe code", save your changes, and then recompile. Comments
3 How to customize application icon? Project->Properties->Common Properties->General->Application Icon 4 Add a tray icon Create icon file trayicon.ico In your MainForm.cs, add trayIcon by drop NotifyIcon from toolbox on to MainForm Add a context menu for tray icon by dropping a ContextMenu or ContextMenuStrip into your form, and assign this menu to your tray icon(in icon tray properties sheet). 5 Multilanguage support codeproject 6 C# Mixer Articles The encoding computer will play video, but not audio The encoding computer will play video, but not audio, while encoding. If there is no audio during playback, check that your mixer settings or input levels are configured properly. ...[more] 7 Screen Master Please beware that this version of the manual may be outdated, for the latest version, please go to Introduction Screen Master is a tool for recording image and video information from your screen. Screenmaster captures video as well as images from the whole screen, a specific window, or a specific region. If you are having problems, check out the screen master FAQ first The Screenmaster Ideology Free, Powerful, and Easy-to-Use. Given the fact that there are already many screen capture and snapshot software out there, we are still developing this new screen capture software because: Screen capture is widely needed: recording video online chat sessions, monitoring user activities, broadcasting screen... This list could go ...[more] 8 Unsafe code may only appear if compiling with /unsafe To turn on unsafe mode in visual C# express: right click your project, select properties, select build sheet and then check "allow unsafe code", save your changes, and then recompile. Comments
Project->Properties->Common Properties->General->Application Icon 4 Add a tray icon Create icon file trayicon.ico In your MainForm.cs, add trayIcon by drop NotifyIcon from toolbox on to MainForm Add a context menu for tray icon by dropping a ContextMenu or ContextMenuStrip into your form, and assign this menu to your tray icon(in icon tray properties sheet). 5 Multilanguage support codeproject 6 C# Mixer Articles The encoding computer will play video, but not audio The encoding computer will play video, but not audio, while encoding. If there is no audio during playback, check that your mixer settings or input levels are configured properly. ...[more] 7 Screen Master Please beware that this version of the manual may be outdated, for the latest version, please go to Introduction Screen Master is a tool for recording image and video information from your screen. Screenmaster captures video as well as images from the whole screen, a specific window, or a specific region. If you are having problems, check out the screen master FAQ first The Screenmaster Ideology Free, Powerful, and Easy-to-Use. Given the fact that there are already many screen capture and snapshot software out there, we are still developing this new screen capture software because: Screen capture is widely needed: recording video online chat sessions, monitoring user activities, broadcasting screen... This list could go ...[more] 8 Unsafe code may only appear if compiling with /unsafe To turn on unsafe mode in visual C# express: right click your project, select properties, select build sheet and then check "allow unsafe code", save your changes, and then recompile. Comments
codeproject 6 C# Mixer Articles The encoding computer will play video, but not audio The encoding computer will play video, but not audio, while encoding. If there is no audio during playback, check that your mixer settings or input levels are configured properly. ...[more] 7 Screen Master Please beware that this version of the manual may be outdated, for the latest version, please go to Introduction Screen Master is a tool for recording image and video information from your screen. Screenmaster captures video as well as images from the whole screen, a specific window, or a specific region. If you are having problems, check out the screen master FAQ first The Screenmaster Ideology Free, Powerful, and Easy-to-Use. Given the fact that there are already many screen capture and snapshot software out there, we are still developing this new screen capture software because: Screen capture is widely needed: recording video online chat sessions, monitoring user activities, broadcasting screen... This list could go ...[more] 8 Unsafe code may only appear if compiling with /unsafe To turn on unsafe mode in visual C# express: right click your project, select properties, select build sheet and then check "allow unsafe code", save your changes, and then recompile. Comments
7 Screen Master Please beware that this version of the manual may be outdated, for the latest version, please go to Introduction Screen Master is a tool for recording image and video information from your screen. Screenmaster captures video as well as images from the whole screen, a specific window, or a specific region. If you are having problems, check out the screen master FAQ first The Screenmaster Ideology Free, Powerful, and Easy-to-Use. Given the fact that there are already many screen capture and snapshot software out there, we are still developing this new screen capture software because: Screen capture is widely needed: recording video online chat sessions, monitoring user activities, broadcasting screen... This list could go ...[more] 8 Unsafe code may only appear if compiling with /unsafe To turn on unsafe mode in visual C# express: right click your project, select properties, select build sheet and then check "allow unsafe code", save your changes, and then recompile. Comments
Given the fact that there are already many screen capture and snapshot software out there, we are still developing this new screen capture software because: Screen capture is widely needed: recording video online chat sessions, monitoring user activities, broadcasting screen... This list could go ...[more]
8 Unsafe code may only appear if compiling with /unsafe To turn on unsafe mode in visual C# express: right click your project, select properties, select build sheet and then check "allow unsafe code", save your changes, and then recompile. Comments
To turn on unsafe mode in visual C# express: right click your project, select properties, select build sheet and then check "allow unsafe code", save your changes, and then recompile.