From the original post, we must support the original application, I cannot touch the table schema. ... -- Greg My Blog: http://dotnetrocks.blogspot.com/ Amy's...
It just wasn't worth the money for me to have customers dictate how I should best do my job. So now I work for myself and I'm happy and poor. We feel your...
? Hey all. I compile an ASP.NET app like this: aspnet_compiler -v /web -p website \outsite -u But the version stamped on the assemblies is all 0.0.0.0, and the...
Hi, What would be the best way to create an ASP.NET web page that has simple graphics, namely, various sizes of circles and squares, and some lines connecting...
You should be able to retrieve your assembly metadata, but make sure you are asking for the metadata from the App_Code assembly. [1] Another solution is to use...
The easiest and most cross platform way is to use SVG. SVG in IE requires a plugin from Adobe, but Mozilla has some SVG built in. Don website: www.donxml.com...
... Your web browser will submit an X and Y position to the webserver when you click on a <submit type="image">, so that end of things is reasonably easy. ...
On WinXP (latest service packs) I have a local IDE disk with an NTFS partition mounted as F:. When I open HTML files from this local disk in Internet Explorer...
... Nevermind. I found a service pack which fixes this problem. [1] :) I've been holding out on making firefox my default browser, but in the interests of a...
If I create a shortcut to a folder on my desktop, and then double-click it to open it, the default view of Windows Explorer doesn't include the Folders pane on...
Instead of double-clicking on the shortcut, right-click and choose Explore. =) I'm sure there's probably a reg tweak to make this the default action, but I'll...
Does anyone out there happen to know if there's free vector based (actually, a font would be ideal, but metafile's cool too) of the standard set of chess ...
Hi John, ... As I understand it, they added a new zone in SP2, called the "Local Machine", which is separate from your local intranet and is really locked ...
Hi John, ... You can set the target of the shortcut to: C:\WINDOWS\explorer.exe /e,/root,C: This, however, sets the root of the folder namespace on the right...
... Yep, the Unicode spec defines code points for chess symbols, and a font like "Arial Unicode MS" implements them. White King is 0x2654 (that should point...
... ...yep, thanks. I know about how to launch explorer.exe w/ switches (I've got a VS Macro which does exactly that for example). What I don't know is what...
A quick google found this site with a font and some vector based: http://www.enpassant.dk/chess/grafeng.htm Thanks, Shawn Wildermuth http://adoguy.com C# MVP,...
...I figured it out in the end. (Thanks Ryan for pointing me in the right direction). I added a command in HKCR\Directory\shell and set it as the default. That...
In addition, there's [1]. Lots of useful clipart at the OCAL. [1] http://www.openclipart.org/cgi-bin/navigate/recreation/games/chess -- /George V. Reilly...
... I got it working.... The two relevant classes are HKCR/Folder and HKCR/Directory. They interact in some weird way. Included below is the registry crep...
We have a .net server assembly that sends emails using SmtpSend. The assembly is installed on a Windows 2003 server, IIS 6.0. Client code builds the email and...
... This simply isn't true. The king can't move in a direction beyond the board. The king can't move in a direction that would see him landing on a square...
... ...and for various strategic reasons it is likely the king will need to remain stationary until such time as castling is feasible, thereupon the directions...