Xenocode Fox .NET Decompiler |
Xenocode Fox empowers Windows developers with the insights they need to effectively debug and optimize their applications. Easily decompile, profile, and analyze .NET and Windows executables at source level.
View and translate managed code between C#, VB.NET, Chrome Object Pascal, and IL assembly languages with a single click.
Download from Xenocode - About Xenocode Fox |
| |
B-MSN Source Code And Binaries |
B-MSN is an instant messaging example which is completly written in .NET with the C# language. It contains a NetServer component which manages the server operations and NetClient component which manages the client operations. By using server's Events and properties you can customize your server. You can also add custom command support to the server by implementing your Custom Operation classes from the CommandOperation class. After you implement your custom commands you have to Register your commands to the Server by invoking RegisterCommandOperation method in the Server. You can also handle the NewCommand event in the server and return your custom command operation with the event argument class. More ... Download |
| |
FEME Racing |
FEME racing is a very simple car racing game which is written in C#. Actually it is a one night code which i wrote for my cousins :)...
Set the game properties and than click to the Start button. It will generate a new road for you with the barrels and oils on it. Try not to hit the oils and barrels. If you hit to the barrels your speed will be 0, and if you hit an oil than your car will get out of the road, so be carefull about them. Use Left button to go left and Right button to go right. You can increase your speed with Control or Up buttons and decrease your speed with the Shit or Down buttons. You can not use more than one buttons at the same time, i mean if you press to the Left button while you pressing the Up button, than Up button will be disabled. In thi case to increase your speed again, you need to press Up button again.
Download |
| |
MarshalByRef Object Example |
This examples show the usage of MarshalByRef objects with the TcpChannel Remoting. There are two exes in the project which one of them is Server and the other is Client. And also an object derived from MarshalByRef class is defined in a shared assembly.
When Server application is starting it opens a TcpChannel and register it for the MarshalByRef object to the Remoting configuration. And also when the client application is starting it connects to this Channel and from now Server and Client begins to communicate on this Marshalled object.
Download |
| |
Boot Tab Control |
Boot Tab Control is a good looking Windows Control. It has many functions. First you can change colors of the control or control drawing mode. Both Linear Gradient and Solid modes are supported. You can also change the Colors which used by the control for drawing. Also you can set UserDraw to true for drawing tabs by your self. Boot Tab Control supports three selected tab changing modes. These are Fade, Slide and Normal. These affects will be applied while selected tab is changing. You can also change the TabsLaout. Bottom and Top Layouts are supported. The others (Left, Right) are not supported. Download from PlanetSourceCode
* Planet Source Code Contest Winner |
| |
Keyboard Mouse Hook |
Keyboard & Mouse Hook program contains two components in it which one of them is KeyboardHook and the other is MouseHook.
KeyboardHook: Hooks the keyboard events and returns them to you with the following events; KeyDown, KeyUp, SysKeyDown, SysKeyUp
MouseHook: Hooks the mouse events and returns them to you with the following events; MouseUp, MouseDown, MouseMove, MouseWheel
Download |
| |
Drag Drop Examples |
This file contains some drag and drop examples in it.
File Drag: How to drag drop files ?
Drag ListViewItem : How to drag drop ListViewItem ?
Control Drag: How to drag drop controls ?
Download |
| |
Boot Add Ins |
This file contains both source codes and Setup.exe for the Boot AddIns v1.0 This is a Visual Studio .NET 2003 AddIn which contains, C# Property Wizard which detects the Classes in the active document, DivX/mp3 Player which you can watch Divx while coding, Web Search (searchs both selected text in the code view or your own word in the given site which you can add, edit sites), RSS Feed checker which check MSDN web site for the newest announcements, Directory management. This addin is easy to use which add Boot AddIns menu and Toolbar so you can use it very quicly. For customizing AddIns use Tools\Options\Boot AddIns settings. All windows can be integrated with the Visual Studio .NET 2003 Environment. This is also a great example about adding menu and Toolbar to the Visual Studio .NET 2003 Environment. Download from PlanetSourceCode |
| |
Turkish setup Add On |
Visual Studio .NET ile yaptigimiz setup larda turkcelestirilemeyen alanlarida bize turkce yapabilme imkani sunuyor. Setup projelerinde bulunan Localization propertysine Turkish ide ekliyor. Bu sayede hic bir sey yapamadan komple turkcelestirilmis bir setup hazirliyabiliyoruz. GotDotNet Download
|