Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
F

Fuzzychaos

@Fuzzychaos
About
Posts
17
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Tricking an installation program [solved]
    F Fuzzychaos

    I just had to do this yesterday. Check out the MS KB link and modify the registry or files as needed according to the IE version matrix[^]. In my case the installer checked for IE 5 for NT. With Procmon running, I only updated whatever registry keys where checked by the installer and then restored them once the installer completed the checks. It also worked to fix the check for an older version of a Windows Service Pack, an old Adobe Acrobat Reader and an old Java Runtime Environment. Jeremy

    Jeremy Props to the family: New Dawn Engineering

    The Lounge css help question announcement

  • Routers & dual zones
    F Fuzzychaos

    Depending on the wireless router hardware that you have you might be able to flash it with dd-wrt or other modded firmeware. This will allow you to use 1 wireless router to do both of the things you are looking to do. There are quite a few pages on the subject, check out these to get started: http://www.dd-wrt.com/wiki/index.php/Multiple_WLANs[^] and http://www.dd-wrt.com/wiki/index.php/Separate_WLANs[^] Separate wired from wireless: http://www.broadbandreports.com/faq/12676[^]

    Jeremy Props to the family: New Dawn Engineering

    The Lounge help com sysadmin security sales

  • Banking Crisis
    F Fuzzychaos

    The Haiku bank gave a 3 line verse on the nature of surviving the crisis. ;)

    Jeremy Props to the family: New Dawn Engineering

    The Lounge

  • 5 things Hollywood thinks computers can do.
    F Fuzzychaos

    But didn't the zooming in thing work in 'Blade Runner'? ;P

    Jeremy Props to the family: New Dawn Engineering

    The Lounge php html com tools question

  • Spying on System.Windows.Forms.DataGridView in another app...
    F Fuzzychaos

    I'm would to find out if anyone has an example of spying on another app like the Managed Spy[^] but being able to retrieve the selected row and/or the text in the various columns of that row. Is it possible in .NET 2.0? I would especially appreciate an example of MFC C++ spying on .NET 2.0 code and being able to get the DataGridView text. Thanks,

    Jeremy Props to the family: New Dawn Engineering

    C# c++ csharp com tutorial question

  • Anyone had any experience with VirtualBox
    F Fuzzychaos

    Pretty good experience for certain development work. However some of the DOS stuff I do won't run at all with certain interrupts, simply crashes the NT/XP VirtualBox instance, so that kinda sucks :(

    Jeremy Props to the family: New Dawn Engineering

    The Lounge c++ com question career

  • DOS exec not receiving input from standard I/O...
    F Fuzzychaos

    Actually it is totally possible with a project right here on CodeProject!!! http://www.codeproject.com/cpp/sendkeys_cpp_Article.asp It took me this long to eventually find my functioning code, which led me back to the article. Now I just have to check that a C# version exists and if not I will convert the project myself. I am real, and I can't junk the DOS program because I work in the real world where you can't just re-write software on a whim to meet the latest craze, especially where it would be dangerous to do so (people's limbs at risk).

    Jeremy Props to the family: New Dawn Engineering

    C# com tutorial question

  • DOS exec not receiving input from standard I/O...
    F Fuzzychaos

    I'm trying to use different functions like SendInput and SendKeys to send input for controlling a DOS program running in a Command Prompt window (very old DOS program - no source code). Both of the above functions work on a standard Command Prompt, but it doesn't work on the DOS program once I run it. It also seems that many of keyboard macro programs don't work on these types of DOS programs either. Does anyone know of how to send the key input in the way that many DOS programs are reading input from the keyboard? I solved this once a very long time ago using libs in Windows XP (still running this OS) but lost the code and my source of information :((.

    Jeremy Props to the family: New Dawn Engineering

    C# com tutorial question

  • Hooking menu items disabled...
    F Fuzzychaos

    Does anyone have a solution for trapping the proper messages which will allow you to enable your menu item in some hooked programs which always disable the menu items? I guess I'm looking for something equivalent to ON_COMMAND_UPDATE_UI but as a message caught using a hook dll. My attached menu items can be enabled by trapping some messages from the other program but when it paints the window my menu is disabled again. Any help would be appreciated.

    Jeremy Pemberton-Pigott
    A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott
    New Dawn Engineering

    C / C++ / MFC com help question

  • Interview questions gone wrong...
    F Fuzzychaos

    It was for embedded systems development on a mobile device job interview.

    Jeremy Pemberton-Pigott
    A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott
    New Dawn Engineering

    The Lounge question career com

  • Interview questions gone wrong...
    F Fuzzychaos

    So true! :-D

    Jeremy Pemberton-Pigott
    A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott
    New Dawn Engineering

    The Lounge question career com

  • Interview questions gone wrong...
    F Fuzzychaos

    Actually that was my answer, which was of course wrong :(

    Jeremy Pemberton-Pigott
    A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott
    New Dawn Engineering

    The Lounge question career com

  • Interview questions gone wrong...
    F Fuzzychaos

    Had an interview over the phone today. Totally bunged the question. They asked for a test to check if a number is a power of 2 and I answered it as a test to see if it was divisible by 2! Should have been (x && !(x & (x - 1))). What a dolt I be! I was so nervous I messed up other simple ones too. Needless to say I didn't get the job failing the technical questions. Anyone have other mixed up interview questions?

    Jeremy Pemberton-Pigott
    A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott
    New Dawn Engineering

    The Lounge question career com

  • How to improve my typing?
    F Fuzzychaos

    A good one that I learned to type with is http://www.fonlow.com/kptypingtutor/ Typing skills are a definite must when not coding, and definitely take your mind off of the keyboard. KP Typing Tutor has the text invader game and supports several languages and keyboards, and several OSs. I do about 40 wpm before my arms start to hurt (can't keep it up for hours on end ;)). Jeremy Pemberton-Pigott
    A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott
    New Dawn Engineering -- modified at 23:49 Thursday 6th July, 2006

    The Lounge tutorial question code-review

  • Digital camera
    F Fuzzychaos

    An incredible site that I've used a lot over the years for camera reviews and buying decisions is http://imaging-resource.com/[^] It has everything you'd want to know about cameras and can help you narrow down your choices and options based on your price range or recommended picks. It also includes very detailed reviews and side by sides of what any camera's performance looks like using different lighting conditions and objects. Happy camera hunting :-D A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott

    The Lounge question

  • Putting the battery in freezer
    F Fuzzychaos

    My mistake, I thought that I had remembered from my Chem guru friend which battery wasn't a good one to store in freezer. Anyway, here you go http://www.greenbatteries.com/batterymyths.html A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott

    The Lounge com

  • Putting the battery in freezer
    F Fuzzychaos

    Careful though because this doesn't work for all battery types, it damages the chemistry in the battery. The latest generation Lithium-ion batteries this might work best but for Nimh I believe it is the worst thing. It is a good way of reviving cellphones and cordless phones as well. A programmer with a dream can accomplish anything. So, start by implementing your castle in the clouds and then working on its interface to a foundation :-D Quote by: Jeremy Pemberton-Pigott

    The Lounge com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups