Search results

  1. Mattius

    Sim Racing Pedal Upgrade?

    Thanks, i think heusinkvelds are probably beyond my abilities and budget at the moment
  2. Mattius

    Sim Racing Pedal Upgrade?

    I have the Thrustmaster TS-XW wheel with the T3PA pedals and the loadcell mod. The wheel is awesome and i really can't fault it (except the minor irritation of the fan noise). But the pedals, they are just not right, the feel is just clunky. I've tried the T3PA-Pro pedals and they are no...
  3. Mattius

    350d wont power on

    Tried to power up my 350d and nothing Tried different batteries tried replacing the backup battery, tried resetting it with all batteries out. Still nothing, any suggestions?
  4. Mattius

    Help converting VB code to C#

    Sorry for the late reply, you sir are a legend. Thanks for that i forgot about ^ in C# I finally nailed it, both ways thanks to your code: //Floating Point from a Mantissa and Exponent public Single MarshallReverse(int Mant, int Exp) { long k...
  5. Mattius

    Help converting VB code to C#

    ok so the whole point in the code is to convert a float to a mantissa and exponent the code you did is good, but it only accepts a long (int) i need to do the same but to the float. I think i have it, the numbers are not exact but i think thats due to the extra precission public void...
  6. Mattius

    Help converting VB code to C#

    That looks good except if i use a number say 555.55 the VB gives back mantissa 16385 and exponent 130 the code above gives back mantissa 16434 and exponent 156
  7. Mattius

    Help converting VB code to C#

    Nope this is VB6 and their doesnt seem to be a direct conversion for this type of bit masking of whole integers and singles.
  8. Mattius

    Help converting VB code to C#

    Right, so i have a piece of code which converts an IEEE float (Number) in vb to a different representation of exponent and mantissa. Im having great difficulty converting this to C# due to the way the code deals with bit masking of whole byte arrays. Anyone able to help? If (Number And...
  9. Mattius

    Threatened with legal action advice.

    I used to be a regional trainer/manager for a large supermarket chain, all i could do is laugh! They will not get their legal team on it, apart from anything their legal departments are a joke, they just pay out as its not worth the bad publicity. The most he could hope for in regards to...
  10. Mattius

    Help with C

    Actually soberly looking at the code, it is C, apologies. It just doesn't compile in my retro borland C compiler. I never use the Win API, might as well use Winforms if your doing that. Didn't realise you could callback in C thought that was only in C++.
  11. Mattius

    Help with C

    That is a bit worrying as its some kinda homework, You are programing in C++ btw! C is much more fun!
  12. Mattius

    C# Screenshot when screen is sleeping

    that sucks, cheers. Looks like im gonna have to try and decode the feed.
  13. Mattius

    C# Screenshot when screen is sleeping

    yeah i know i can stop the monitor sleeping, i just didn't want to stop it. Is there a way i can copy from underneath the screensaver? or will it stop updating the screen underneath when the screensaver is active?
  14. Mattius

    C# Screenshot when screen is sleeping

    I've written an app that grabs parts of the screen from a live feed and saves them as an image. All works fine until the screen sleeps, then the live feed stops working. If the screen saver is activated i get grabs of the screensaver. Is there any way of grabbing the screen while the screen...
  15. Mattius

    Tips for building a website

    I learned using frontpage and then dreamweaver, there is nothing wrong with using them to get you started. I do find they add a whole lot of unnecessary code nowadays, but they are a great place to start allowing you to concentrate on the functional code rather than the design code. These days...
  16. Mattius

    Server management page?

    I had a look at spiceworks, it couldn't read processes from what i understood. I gave up hunting, just wrote a c# app that spits everything into a json file, works a treat. Thanks anyways
  17. Mattius

    Server management page?

    Is there any off the shelf server management suites available for IIS? Have a client who just wants to see disk space, connections, processor and memory information and what processes are running. I could write something, but their budget is limited and i figure their must be something...
  18. Mattius

    Anyone know anything about cars?

    Some idiot has used an impact wrench on that, they should never be used with power tools, always done by hand with a torque wrench. The guys above are right though, hammer and an oversized socket will have them off, cheaper than getting a new one from the manufacturer. Set of new ones from...
  19. Mattius

    Are texts admissible in court?

    If the phone is pin locked you can make a very good argument it was them.
Back
Top Bottom