jimfred's Recent Snippets



« Prev [Page 1 of 3] Next »
  1. [ ]Read all bytes from a file.

    C#
    posted 2 weeks ago by jimfred
  2. [ ]C++, DLL, shared memory using pragma. .DEF file can remain unchanged.

    C++
    posted 3 weeks ago by jimfred
  3. [ ]MFC, edit INI file using ShellExecute

    C++
    posted 3 weeks ago by jimfred
  4. [ ]trivial example, C++, gcc, using simpleIni.h

    C++
    posted on February 24, 2010 by jimfred
  5. [ ]C# WinForm, cause 'close' ('X') to hide instead of disposing by handling the WM_CLOSE message in WndProc.

    C#
    posted on February 10, 2010 by jimfred
  6. [ ]C#, draw sine wave on Bitmap and save to a file

    C#
    posted on February 4, 2010 by jimfred
  7. [ ]C#, convert a double-null-terminated string to an array of strings.

    C#
    posted on January 29, 2010 by jimfred
  8. [ ]#if defined( DEBUG) in C# - use [Conditional("DEBUG")]

    C#
    posted on January 29, 2010 by jimfred
  9. [ ]Crystalfontz 533 code using Keil C51

    C c C51 CrystalFontz
    posted on January 7, 2010 by jimfred
  10. [ ]Keil C51 character echo test for UART1

    C c C51
    posted on January 6, 2010 by jimfred
  11. [ ]DataVisualization.Charting.Chart simple example

    C#
    posted on December 22, 2009 by jimfred
  12. [ ]Linear interpolation, C#

    C#
    posted on December 21, 2009 by jimfred
  13. [ ]MFC, append text to textbox

    C++ mfc
    posted on December 18, 2009 by jimfred
  14. [ ]MFC, CImage, CMitmap, draw a sine wave and save to a BMP file.

    C++
    posted on December 16, 2009 by jimfred
  15. [ ]MFC, browse CWD

    C++
    posted on December 15, 2009 by jimfred
  16. [ ]Google Protocol Buffers, usage in C#, using Jon Skeet's protobuf-csharp-port

    C#
    posted on December 8, 2009 by jimfred
  17. [ ]Trivial JSON example, serialization and deserialization

    C# saved by 2 people
    posted on December 2, 2009 by jimfred
  18. [ ]C# Cypress EEPROM Utility with interop calls to deviceIoControl for access to USB driver.

    C# usb Interop DeviceIOControl Cypress FX2
    posted on November 28, 2009 by jimfred
  19. [ ]Input Box, similar to MessageBox, displays a prompt and accepts a string from the user.

    C#
    posted on November 20, 2009 by jimfred
  20. [ ]MFC, How to avoid closing of the dialog boxes when ESCAPE key or ENTER key is pressed.

    C++ mfc
    posted on November 8, 2009 by jimfred
  21. [ ]c#, resize dialog while maintaining aspect ratio by intercepting the WM_SIZING method in WndProc

    C#
    posted on October 6, 2009 by jimfred
  22. [ ]Render names of C# bitfields using enums and FlagsAttribute

    C#
    posted on September 14, 2009 by jimfred
  23. [ ]C#, single-instance-check using mutex

    C# saved by 1 person
    posted on September 4, 2009 by jimfred
  24. [ ]C#, Get application name

    C# saved by 1 person
    posted on September 4, 2009 by jimfred
  25. [ ]C# reflection to display a struct's members with their descriptions

    C# saved by 1 person
    posted on August 28, 2009 by jimfred
« Prev [Page 1 of 3] Next »