The Z-man Blogeth

I think, therefore I get a headache.
posts - 19, comments - 1, trackbacks - 2

My Links

News

Twitter












Archives

Post Categories

Blogs I Know

Information

  • Day of .Net May 5, 2007 - I'll be there!

VB.NET

Stuff dealing with vb.net
Extension Methods in VB 9.0
I've been reading about the new extension methods in VB 9.0. They look to be extremly useful for placing custom functionality on other peoples classes, even sealed classes. Read more about them here: http://blogs.msdn.com/vbtea... Scott Ann Arbor .Net Developers Member...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, January 25, 2007 12:29 PM | Feedback (0) | Filed Under [ VB.NET ]

Tech Tips: Calling a function on your main page from an IFrame
This one had me stumped for a while, turns out it was extremely simple and I just wanted to share. Here's the setup: <iframe id="Iframe1" frameborder="1" marginwidth="0" marginheight="0" width="745" scrolling="no" height="445" style="position:absolute;to... src="somepage.aspx"><... In the somepage.aspx I had a datalist with a SELECT command argument which updated an object on the server, then on the OnClientClick...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, January 04, 2007 4:39 PM | Feedback (1) | Filed Under [ VB.NET ]

Tech Tips: Creating dynamic images on the web with GDI+
Sometimes I find that I want some text to change on my web site based on a user, or user selection. This is generally an easy task, but what happens when you want to display it in a non web safe font? Sure, you could just create a new image for each different text that you want to display. But that would be tedious and not a lot of fun. I prefer to dynamically generate the image with the GDI+ library. This way you can use any windows true type font to easily create a new image with text. To start...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, December 22, 2006 3:13 AM | Feedback (0) | Filed Under [ VB.NET ]

Powered by: