I'm not looking at it right this minute, but I remember only three elements in the css file. A header and 2 other things. All having to do with font size. I'll double check at work tomorrow, but...
3095930961I'm having an issue with images not displaying in Firefox, but showing up in IE8. I'm not getting the Red X or broken path image, I'm just not getting anything. When I 'View Source' in...
I was just coming by to say I got it figured out. The problem is that you need to register the dll/tlb differently then normal. You need to first sign the dll in .net, then run regasm with the /tlb...
That error has gone away now. I used regasm on the target machine. Now I'm getting an different error:
"Automation error. The system cannot find the file specified."
I wrote a dll in vb.net that calls a web service, consumes the data returned then passes results back to the calling program. I originally wrote in in VS 2008, on windows 7 (x64). Tested it in a vb...
This is such a minor detail that rewritting in 6 just so I can grab the inital ramp just doesn't seem like it makes much sense. Using a value of 14 as the 'default' looks like it works just fine. ...
Crazy stuff. Both machines that I've test this on have been 64-bit (one win 7 the other Vista), and neither work. I'll have to test this out later on my 32-bit vista.
If it's not too much trouble that would fantastic. Using APIs isn't my forte, and as I mentioned, I tried using the getDeviceGammaRamp, but couldn't get it to work.
The program will allow the user to change their gamma settings and then reset them when they leave. So really I just would like to capture what it's at when they start the program. The one you gave...
I know this is marked resolved but I was wondering if there is a similar function to get the current gamma settings? I tried getDeviceGammaRamp, but from what I could tell that returns whether or...