is it possible to write a method that will take any color and make it lighter? darker? would the code first have to determine which was the dominant rgb ...
... Sure. Now I suppose you want someone to tell you how and everything :) Okay, first, you have to realize that the colors are in 24-bit RGB, so you need to...
... Well done, Marc. I have a lot of useless knowledge of the C++ programming language I can offer in exchange. just ask. thanks for the help, -Steve...
... Open brace on same line as construct? Tabs or spaces? ++/-- before or after expression? Use only as statement? Braces around single statement blocks? ;) ...
... lets start with the color red: 255, 0, 0 how do I apply this formula? To each color individually? 255 * 0.299 = appox 160 0 * 0.587 = 0 0 * 0.177 = 0 ......
From observation ASP.NET applications load on demand. The first time you browse to it, it takes several second to get its act together. Coming back to that...
If I try to regisiter the dll directly (regsvr32) I get: "Load Library (<file location and name> failed - the specified module could not be found" ... -- Greg ...
Hi Greg, Then you probably have an unsatisfied dependency. Get Dependency Walker from http://www.dependencywalker.com and run it on the DLL to see what...
... I'd offer something about macro expansion and compile time template meta programming, but I never did figure that stuff out. Proud to say that after 5 yrs...
Hmmm. I think I'm out of ideas. Sorry. ... From: win_tech_off_topic@yahoogroups.com [mailto:win_tech_off_topic@yahoogroups.com] On Behalf Of Greg Robinson ...
Hi All, I am experiencing a problem with virtual hdd files. They seem to continually grow. For example, one high-use vm says it is using 7GB of space, but...
... 1. Defrag the disk inside the VPC, at least 3x 2. Use the virtual disk pre-compactor that ships with Virtual PC SP1 3. Shut down the VPC, then use VPC's...
One Unixish thing it would be nice to have under Windows is the SUID bit. Sure, there would be valid security concerns, but it's actually an improvement when...
... Why not just use the run as feature built into Windows[1]? Did I miss something, or doesn't it do exactly what you want? -Mike Bear Canyon Consulting LLC ...
Mike Woodring
mike@...
May 2, 2005 10:09 pm
39848
From: "Mike Woodring" <mike@...> ... You need to know the password of the account in question to use "Run As". I want a solution that caches the...
... Ah...then that would fall into the "I missed something" category :-)...
Mike Woodring
mike@...
May 2, 2005 10:43 pm
39850
When I read the new features of ASP.NET <http://ASP.NET> 2.0 (a year back approx.) I guess I also read about this specific problem of the page loading time...
I regularly find that I need to get text and URLs from one windows machine to another. The URLs are no problem, because I can drag the URL from the address bar...
... Assuming you're talking about physically seperate machines, where remote desktop isn't an option (clipboard works in remote desktop), you could try...
Hi John, ... I love the idea... Sounds like you need a drag'n'drop handler. You could start here: http://www.codeproject.com/shell/shellextguide4.asp and try...
Hi Curt, ... If you don't mind integrity of the "cache" you could use runasp.exe [1], which allows you to pass credentials on the command-line, and drop a ...