VB.Net Markup for your TiddlyWiki (and almost any other language!)
Need to add a language to the Highlight.js plugin on your tiddlywiki? Here’s how… Continue Reading
Articles and useful code written in the VB.net language for visual studio
Need to add a language to the Highlight.js plugin on your tiddlywiki? Here’s how… Continue Reading
Would you rather put all of your dlls into a subfolder of the folder holding your main .exe file? here’s a very quick article showing you how! Continue Reading
Whilst trying to come up with ways to make life easier at work I noticed that automating an email to appear with a subject, addressee and body pre-populated could save a lot of time in some circumstances – genius. Trying… Continue Reading
To pass information to a form can be a tricky thing to do – especially where (as I often do) you want to open the secondary form as a dialog with the ShowDialog() method as once the form is called… Continue Reading
Pretty early in my programming exploration I found that hard coding information into applications was bad practice – if for no other reason than that if any of this information changed it would require editing the actual application an re-publishing.… Continue Reading