CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: stin

Page 1 of 7 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,360

    Other Re: Image problems in HTML, FF specificly

    Just confirming that CSS isn't hiding anything. 3 things in the CSS, all dealing with font size.
  2. Replies
    4
    Views
    1,360

    Other Re: Image problems in HTML, FF specificly

    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...
  3. Replies
    4
    Views
    1,360

    Other Image problems in HTML, FF specificly

    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...
  4. Replies
    3
    Views
    24,580

    Re: ActiveX component can't create object

    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...
  5. Replies
    3
    Views
    24,580

    Re: ActiveX component can't create object

    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."
  6. Replies
    3
    Views
    24,580

    [RESOLVED] ActiveX component can't create object

    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...
  7. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Brightness

    I'm really stoked about trying this out.
  8. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    The zips project still didn't work for me, but copying the code did. Looks like it works! Thank you a lot!
  9. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    Well, I tried opening your solution, but it open as a blank solution in VS 2008. I've been able to get them open before. Any thoughts?
  10. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    You guys are AMAZING. It's why this forum is my goto for help. I feel bad that I'm not able to contribute much, but I do try.

    Thanks again!
  11. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    Sounds good to me. I ran across somebody suggesting that API, but said it was kinda buggy, or at least messy.

    Good luck.
  12. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    I agree. I think I'll call this one resolved for good.

    Thank you all for you help with this.
  13. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    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. ...
  14. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    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.
  15. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    Ramp1 isn't getting any values, all 0s

    Using VS 2008, btw.
  16. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    That did it. I ran it, but didn't see a change in brightness.

    Now come this questions, so I can understand how this is working.
    Is RAMP1 set to the current gamma when the form loads?
    RAMP2 is...
  17. Replies
    72
    Views
    38,999

    Re: Monitor Temperature

    I don't get a squiggly line, though when I step through and get to that line, the program stops.
  18. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Temperature

    I just found a vb6 project too at CodeProject.com that I was starting to look at!
  19. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Temperature

    Another set of eyes is always welcome.
  20. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Temperature

    Yikes. If you're out of your league...
  21. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Temperature

    I really appreciate your help. It's not urgent, and I could get by with a hard coded number.
  22. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Temperature

    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.

    Thank you so much for your...
  23. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Temperature

    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...
  24. Replies
    72
    Views
    38,999

    Re: [RESOLVED] Monitor Temperature

    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...
  25. Replies
    3
    Views
    1,357

    Re: Started SP from batch

    Interesting. I was split thinking one way or the other but couldn't think of a good way to tests, and I couldn't come up with a good search.

    Thanks for the info.
Results 1 to 25 of 158
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured