Format:
Recent snippets matching tags of TextBox
$(document).ready(function () { $('.AutoSelect').focus(function () { $(this).select() }); $('.AutoSelect').mouseup(function (e) { e.preventDefault(); });
23 Views
no comments
namespace BitSpy.Controls.Behaviors.Beahviors.Blend.Behaviors { using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Interactivity; using System.Security; /// <summary>
1692 Views
no comments
using System; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using System.Xml.Linq; namespace WindowsFormsApplication1 { public partial class Form1 : Form
523 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
