Use C#’s Reflection to Retrieve Application Information
Just as you can reflect, it’s possible to have a C# program reflect upon itself. For example, you can have a class reflect upon itself and this will tell you
Just as you can reflect, it’s possible to have a C# program reflect upon itself. For example, you can have a class reflect upon itself and this will tell you
When at home, I like to have my browser’s home page to be different than at work. When I open up my browser on my laptop at home, it goes
This code converts the filesize in a number to string format?for instance, 1000 Bytes, 1 KB, etc. Option Explicit’ Add a module and copy paste this function.’ To test this
Here’s the XML File: XML This is a list my XML articles. true Here’s the code:
Because macros do not behave as function calls but merely as text substitutions, they might exhibit strange behaviors during complex calls. For instance: #define mul (t) t*t*tmul(3+3) gives 24 though
I’ve had two instances recently where I had to execute some form processing code once the page load event was fired. However, I didn’t have access to the
Although this tip creates onmouseover and onmouseout attributes in the IMG tag within the A tag when rendered to the browser, it could be used to set any attributes. Create
Importing Web content into your Excel workbook is simple using Micorosoft’s WinHTTP tools (they are free and included with IE). First, create and save an Excel Workbook. Next, access the
One of the major ways that spammers get email addresses is by crawling Web pages and extracting any email addresses they find. As part of your own Web site development,