BatToExe – A no frills Windows forms application capable of converting batch files (*.bat) to executable files (*.exe)
Recent Posts
- C# How to: Min/Max Edge Detection
- C# How to: Standard Deviation Edge Detection
- C# How to: Image Distortion Blur
- C# How to: Fuzzy Blur Filter
- C# How to: Image Abstract Colours Filter
- C# How to: Image Boundary Extraction
- C# How to: Weighted Difference of Gaussians
- C# How to: Image ASCII Art
- C# How to: Stained Glass Image Filter
- C# How to: Oil Painting and Cartoon Filter
Blog Stats
- 843,493 hits
Join 228 other subscribers
Categories
Augmented Reality Blogging C# Code Samples Edge Detection Extension Methods Generics Graphic Filters Graphics How to Image Arithmetic Image Convolution Image Filtering Image Filters Image Processing Image Transform Learn Everyday Microsoft Morphology Filters New Version Opensource Social Media Tip Uncategorized Update Widgets Wikipedia Wordpress XML XML Serialization
Top Posts & Pages
- C# How to: Decoding/Converting Base64 strings to Bitmap images
- C# How to: Generate a Web Service from WSDL
- C# How to: Encoding Bitmaps to Base64 strings
- C# How to: Image Contrast
- C# How to: Check if a Tcp Port is in use
- C# How to: Changing a File's read only attribute
- C# How to: Image filtering implemented using a ColorMatrix
- C# How to: Calculating Gaussian Kernels
- C# How to: Image Blur
- C# How to: Stained Glass Image Filter
Archives
C# How to Articles
- C# How to: Bitmap Colour Substitution implementing thresholds
- C# How to: Blending Bitmap images using colour filters
- C# How to: Boolean Edge Detection
- C# How to: Calculating Gaussian Kernels
- C# How to: Changing a File’s read only attribute
- C# How to: Check if a Tcp Port is in use
- C# How to: Compass Edge Detection
- C# How to: Decoding/Converting Base64 strings to Bitmap images
- C# How to: Deep copy objects using Binary Serialization
- C# How to: Determine free space on a drive
- C# How to: Drawing in GDI with Opacity/Alpha components
- C# How to: Encoding Base64 Thumbnails
- C# How to: Encoding Bitmaps to Base64 strings
- C# How to: Generate a Web Service from WSDL
- C# How to: Generating Icons from Images
- C# How to: Gradient Based Edge Detection
- C# How to: Image Blur
- C# How to: Image Cartoon Effect
- C# How to: Image filtering by directly manipulating Pixel ARGB values
- C# How to: Image filtering implemented using a ColorMatrix
- C# How to: Image Transform Rotate
- C# How to: Image Transform Shear
- C# How to: Implementing Generic Xml Deserialization by extending the string class
- C# How to: Implementing Xml Serialization through a generic extension method
- C# How to: Oil Painting and Cartoon Filter
- C# How to: Stained Glass Image Filter
- C# How to: Swapping Bitmap ARGB Colour Channels
- C# How to: Using Microsoft Kinect with Windows Forms
- Extending ConfigurationManager – Get values by type
- Morphological Edge Detection
SoftwareByDefault Online References
- @DefaultSoftware Twitter Profile
- Bat2Exe on Codeplex.com
- Bat2Exe on SourceForge.net
- Bloggers.com Profile
- Channel 9 Profile
- Featured on CoolThingOfTheDay
- flickr Profile
- Google+
- Microsoft TouchDevelop Profile
- MSDN Profile
- NonStandardForms on Codeplex.com
- O'Reilly Profile
- SoftwareByDefault on Codeplex.com
- SoftwareByDefault on SourceForge.net
SoftwareByDefault on MSDN
- Received a 5 star rating on the How to determine if a Tcp/IP Port is in use contribution on the Samples Gallery.
- Received a 5 star rating on the How to determine if a Tcp/IP Port is in use contribution on the Samples Gallery.
- Received a 5 star rating on the How to determine if a Tcp/IP Port is in use contribution on the Samples Gallery.
- Received a 5 star rating on the Generating a Web Service from WSDL contribution on the Samples Gallery.
- Received a 5 star rating on the Generating a Web Service from WSDL contribution on the Samples Gallery.
- Received a 5 star rating on the Generating a Web Service from WSDL contribution on the Samples Gallery.
- Received a 5 star rating on the Generating a Web Service from WSDL contribution on the Samples Gallery.
- Received a 4 star rating on the Generating a Web Service from WSDL contribution on the Samples Gallery.
- The Generic Xml Deserialization by extending the string class contribution has been downloaded 1,000 times from the Samples Gallery. That's quite the achievement!
- Received a 5 star rating on the How to determine if a Tcp/IP Port is in use contribution on the Samples Gallery.
MSDN Articles
- ARGB Image Filters
- Bitmap Color Substitution
- Blending Bitmap Images
- ColorMatrix Image Filters
- Converting Base64 strings to Bitmap images
- Deep Copy: Binary Serialization, Generics and Extension Methods
- Deep Copy: NetDataContractSerializer, Generics and Extension Methods
- Encoding Base64 Thumbnails
- Encoding Bitmaps to Base64 Strings
- Generating a Web Service from WSDL
- Generic Xml Deserialization by extending the string class
- How to determine if a Tcp/IP Port is in use
- Image to Icon Generator
- Implementing Xml Serialization through a generic extension method
Really like the Bat to Exe converter. Thank you so much!