Welcome To Snipplr
Everyone's Recent Snippets Tagged c#
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Call this method to set the intervals for a UISlider in Monotouch. You can remove the textbox parameter if you don't have them linked to sliders.
0
1107
posted 12 years ago by negzero7
I wanted to create a borderless window, but still be able to move it. I thought it would be complicated, but just like a lot of things with WPF, things were simpler than I thought...
0
1360
posted 12 years ago by wraith808
Shows an example of what a closure is.
Result: Counter=1 Counter= 2
1
1339
posted 12 years ago by venu1729
this program view some of OS information try it you will not lose thing.
1
1294
posted 12 years ago by PalCoder
This example is for an inline table value function with one string parameter
t1 is of type YourDataContext and t2 is of type string(hence the name of the mole method)
0
3090
posted 12 years ago by kirstencris
Draw a border around the form.
Add to the paint event handler.
0
1744
posted 12 years ago by thomas-h
Shows how to use WebClient class to retrieve HTML from an URL and then to use HtmlAgilityPack to parse it.
1
2380
posted 13 years ago by denakitan
this handy function gets all child tabs for the tab id you pass in, only those that are meant to appear in the menu.
0
1573
posted 13 years ago by box86rowh
Sort a file that contains integers between 1 and thousand. The output file should contain the entries like (n-times 1, followed by n-times 2 and so on): 1111222333555... But - you are not allowed to load all entries into memory at once. How to solve...
0
1155
posted 13 years ago by awsomedevsigner
Examples of use of Enum type, like how to iterate its items.
1
1553
posted 13 years ago by denakitan
Utility class that abstracts the creation of a Excel spreadsheet through Interop, and helps on adding and format its contents.
1
2498
posted 13 years ago by denakitan
Example of the usage of Directory IO class and the parsing of strings to DateTime.
1
1783
posted 13 years ago by denakitan
Snippet to illustrate how to bind a ComboBox to a Dictionary.
0
1947
posted 13 years ago by denakitan
This code allows quick access to the dnn state/region listings..
0
1467
posted 13 years ago by box86rowh
A small snippet to parse out proxies from http://hidemyass.com/proxy-list/
0
2476
posted 13 years ago by icinNet
How do I prevent previously submitted form data from being reinserted into the database when the user presses the browser's Refresh button?
Although it is not possible due to unique key constraint available in tables but it is unnecessary go to othe...
0
1398
posted 13 years ago by satie83
Snippet to illustrate the three actions that happen in all LINQ query operations.
0
1699
posted 13 years ago by denakitan