Navigate/Search

Archive for the '.NET' Category

A few programmer’s references

Tuesday, December 1st, 2009

C++ Reference

Java2s – Simply amazing site! And it’s not just for Java. In fact, I’ve never went there for Java.

C++ FAQ Lite by Marshall Cline of Parashift.com. (Highlighted: Should I learn C before I learn OO/C++?)

C# Online.NET – Although missing several sections it is beyond useful.

There might be more but those are what I was thinking of at the moment.

2 C# Geeks I’ve actually talked to

Tuesday, May 5th, 2009

Not that either would remember of course, I’m just saying…

Before my mental breakdown they helped tremendously on a few projects by helping me wrap my feeble mind around a few ideas in the C# Usetnet groups.

Anyway…

Peter Ritchie

Jon Skeet

Another gem from The Code Project

Tuesday, May 5th, 2009

Dynamic… But Fast: The Tale of Three Monkeys, A Wolf and the DynamicMethod and ILGenerator Classes

Working with shell32.dll

Tuesday, February 17th, 2009

I’m working on a project that requires hooking shell32.dll for various reasons and found a few code examples (not completely related).

Browse for folders using Shell32.dll’s BrowseForFolder method in C# — an example of restricting a browse dialog to folders only — useful for designating a working directory.

P/Invoke SHSetKnownFolderPath — apparently a Stack Overflow user wants to redirect a known folder path to another folder path.

These examples however were gold:

C# does Shell, Part 1

C# does Shell, Part 2

C# does Shell, Part 3

Global System Hooks in .NET

Low-level Windows API hooks from C# to stop unwanted keystrokes.

Additional Links

Customizing Folders in C#

IProgressDialog .NET — for some inexperienced reason it never even dawned on me that there might be an interface for native progress dialogs.

More Pocket PC coding examples (my fave)

Saturday, February 14th, 2009

Smart Device Application – Database example

Animate with Pocket PC

Display and Hiding SIP on Pocket PC

Pocket PC in C#

Another Gem from The Code Project – A flexible charting library for .NET

Friday, February 13th, 2009

A flexible charting library for .NET

Another Gem from The Code Project – Applications that remember their Forms and Controls, Position and Size

Thursday, February 12th, 2009

Form and Control Position and Size Utility

And then another from Code Project — Restore Form Position and Size in C#.

Control.BringToFront and .SendToBack available for Smart Devices

Thursday, February 12th, 2009

OK, I’m totally confused now.  I swore that CheckedListBoxes were missing and then I noticed I misread — or so I thought.

The documentation for Control.BringToFront does not say it is available for the Compact Framework, yet I’m using it.

If it wasn’t for this link though — that I actually found earlier but didn’t feel the need to post as it only made me look sillier — I would still be searching for the existence of CheckedListBox in the .NET CF.

I wonder why no mention is made on certain classes that they are available for the Compact Framework?  Is there some documentation that I am not finding, reading properly… ?

.NET Compact Framework Components and Links

Wednesday, February 11th, 2009

The Pocket PC Developer Network is an awesome resource for developing Compact Framework applications.

Component Source has a decent listing of mobile components.

Open WinForms deserves an honorable mention despite their lack of .NET CF components/controls.

I’m sure you’ll find it listed somewhere above but Resco (dot net) is releasing some mighty find developer tool kits.

CheckedListBox does NOT exist in the Compact Framework and I’m blind

Wednesday, February 11th, 2009

I am terribly sorry (who am I apologizing to?) but I apparently did not read well enough or just need to stop reading in the wee hours of the night.

CheckedListBox does NOT exist in the Compact Framework.  End of story.  *sigh*