|
|
Stories recently tagged with 'C#'
|
|
submitted by
ssware
12 hours, 46 minutes ago
prweb.com — Shell MegaPack recreates the entire Windows Explorer file & folder browsing UI in your app in just a couple of seconds. It supports contextmenus,dragdrop,icons,virtual items,renaming,infotips and Thumbnail/Details/Group Views similar to Explorer but it is miles ahead with features like filtering, checkboxes and customization of context menus, displaynames and columns.
read more...
add a comment
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 hours, 54 minutes ago, submitted by
korsuas
18 hours, 7 minutes ago
adrianvintu.com — A visual explanation on how to load and most importantly unload plugins in .net. read more...
add a comment
|
category: C# | Views: 56
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
codeitwell
22 hours, 57 minutes ago
codeitwell.com — Learn how to use the ListView control in C#.Net. Adding items to it, creating columns, ... read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gmiller
1 day, 1 hour ago
principiaprogramatica.com — A simple example of how to use text to speech in C#. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 23 hours, 9 minutes ago, submitted by
tomdog
1 day, 1 hour ago
atalasoft.com — The Web PDF Library Search Application allows you to quickly search a large library of PDF files stored on your web server. After it displays the results of your search you can simply click on a page number to be taken to that page. On that page the search text will be highlighted. [Application and Source Code w/post] read more...
add a comment
|
category: C# | Views: 89
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
tomdog
1 day, 2 hours ago
atalasoft.com — Making the build environment have a perform like it does if you open the Visual Studio command prompt. Sample code is included in the post. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
erikuma
1 day, 3 hours ago
geeks.netindonesia.net — Now, the story and also historical development that gives birth to LINQ in C# 3.0 and VB 9.0, also why functional construct in LINQ was needed. read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 23 hours, 54 minutes ago, submitted by
tomdog
1 day, 3 hours ago
atalasoft.com — The heart of this app is our DocumentViewer control that acts as a document image browser. It provides a thumbnail view and an image selection tool. From there, one can grab a section of the image and hand it off to the Tesseract OCR engine and see the results. The resulting text is dropped onto the clipboard for pasting into another application read more...
2 comments
|
category: C# | Views: 86
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samuel_d_jack
1 day, 4 hours ago
blog.functionalfun.net — Anybody who has ever done any work with files, databases and so on, in C#, has had it drummed into them that they must be good citizens and always tidy up after themselves. Usually that means using using. But did you know that the using statement has uses that go far beyond resource cleanup? read more...
4 comments
|
category: C# | Views: 14
|
|
tags:
Excel, VSTO, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
erikuma
1 day, 4 hours ago
geeks.netindonesia.net — In this part one, a quick overview of LINQ, Lambdam and functional programming constructs in C# 3.0 and VB 9.0 read more...
add a comment
|
category: C# | Views: 6
|
|
tags:
LINQ, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
aloneshark
1 day, 8 hours ago
sloppycode.net — Source code and article for performing a Google maps lookup on all postcodes from a webpage, then plotting them with Google maps. read more...
add a comment
|
category: C# | Views: 8
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 5 hours ago, submitted by
shaharab
1 day, 8 hours ago
dev102.com — Did you ever need to convert List(T1) to List(T2)? One example might be when implementing an interface. you might need to expose a collection of other interfaces (or maybe the same interface), But you usually hold the concrete type implementing the interface in the collection. read more...
add a comment
|
category: C# | Views: 220
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 day, 11 hours ago
blog.dmbcllc.com — I got a question last week from a gentleman asking how to tell what parameters were available for a particular method. This is useful when you know that a method will be available on a class you are calling, but the method could have any parameters, or when you have used reflection to get the list of methods in your class, and need to pull out the parameter list for each. read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 day, 11 hours ago
blog.dmbcllc.com — Last week, we finished up our main series on reflection. For most people, what we covered is all they will ever need. However, there are a few other things I’ve needed to know due mainly to the fact that I was using reflection from a DLL instead of an EXE read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ramiljoaquin
1 day, 11 hours ago
blog.dmbcllc.com — Today is the last official installment in the series on reflection. If you’ve been following along, you’ve probably notice that calling code in other classes using reflection is a huge pain in the butt. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Aaronls79
1 day, 19 hours ago
thesprage.com — When using the clickonce publish wizard, the wizard does some neat things for you. First it increments the version, builds the project then it generates some manifests, signs the manifests, generates a default html page, creates a setup.exe and finally copies all the needed files to your deployment location. This great up until you want to automate this build process and you find out not all of these tasks are being handled in msbuild. read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|