Hi all.
I am going to show you a simple example of how to use Hierarchical DataTemplates in a tree view for an easy display of hierarchical Data.
The Example shows the links in a WebPage recursively.
First we will create the data model that we want to show, note that we have two separate models, one [...]
Hi all.
I am currently writing an application that uses the WebBrowser control to perform operations on web pages.Unfortunately I stumbled upon a very annoying problem, sometimes an Internet explorer script error window pops up and stops all execution until you click the OK button.I’ve searched the web for hours and the same answer came [...]
Hi all.
Say you absolutely have to change the Button of a Combobox to a circle instead of an arrow - you just have to!!!!
Here comes Microsoft Expression Blend to the rescue, If you code in WPF and don’t have it yet, you can get it here, Its the beta of blend 2 but believe [...]
Hi all.
This one is for all you guys who are tired of pressing F5 over and over in Visual studio just to see if you got the Regular expression right.
I know I got tired of it and that’s how i found this tool.
Introducing:
Expresso the “Visual Studio of Regular Expression”
It’s a great tool that will make [...]
Hi all.Do you envy the Mozilla ad blocker and customizations options?
Well, no more!!!
Introducing IE7Pro the perfect add-in that give you great customization options and much much more!
Check it out here:
http://www.ie7pro.com/
Enjoy
Amit
Hi all.
Are you dreaming of compiling/building binaries without waiting hours for Visual Studio to open up?
Well Now you can!
This is something nice I picked up from one of the Integration guys at work
To download the fileSubscribe to our feed and you will find it at the bottom of it
double click it and your there…
The [...]
Hi allWhenever I want to create a code snippet I usually take an already created one and change the XML file to suit my needs.
well NO MORE!!!!
introducing Snippy the Code snippet editor, creating code snippets was never so Easy!!!
let’s check out the tool with a snippet I wrote for a class with one variable [...]
Google has just released the new Beta version of Google toolbar 5 which has some new features:
Support for goggle Gadgets.
One click registration form filling.
Synchronizing Toolbar from another computer.
Fixing of broken Links.
New bookmarks management system and many more!!!
Integration with YouTube.
Find out weather forecast in your area.
The new toolbar also has the Google Notebook in it.
download [...]
Hi.
Ever needed to parse a web page and get all the Links in it (href’s)? the easy way is to use this regular expression to get the href:Regex r = new Regex(”href.*)”;
for those of you who don’t know this means get me something that starts with -href- and then: whatever… that’s what the -.*- is [...]
Need to open an XML file and add a node?
It is actually very simple
Here’s how:
Sample XML file:
<?xml version=”1.0″?>
<HelpData
xmlns:xsi=
“http://www.w3.org
/2001/XMLSchema-instance”
xmlns:xsd=
http://www.w3.org
/2001/XMLSchema>
<helpButtonUrls>
<HelpButtonUrl>
<buttonName>
BugReport</buttonName>
[...]
We pay for user submitted tutorials and articles that we publish. Anyone can send in a contribution
Learn More