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
I

IceMatrix

@IceMatrix
About
Posts
13
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Auto Device Driver Installation..
    I IceMatrix

    do u really think this is your most important thing?? if your driver is not a WDM one, then you will have to write a second version only for 98/me.

    C / C++ / MFC

  • Rant/Advice Request
    I IceMatrix

    really nice spamming here ;D

    C / C++ / MFC question c++ debugging help

  • Full screen problem
    I IceMatrix

    i could use api hooks for CreateWindow and CreateWindowEx! also for ChangeDisplaySettings and ChangeDisplaySettingsEx if the game changes the screen resolution. i don't know if it also works with directx games, try it to be sure about this problem! IceMatrix

    C / C++ / MFC help question

  • double to string
    I IceMatrix

    float f; double d; f = 3.1415926535897932384626433832795f; d = 3.1415926535897932384626433832795; printf( "%.32f\n", f ); printf( "%.32lf\n", d ); Output: 3.14159274101257320000000000000000 3.14159265358979310000000000000000 double has to be more precise, but the function doesnt show it!

    C / C++ / MFC help question

  • double to string
    I IceMatrix

    but how does the windows calc do it? IceMatrix

    C / C++ / MFC help question

  • Audio
    I IceMatrix

    as far as i know only with linking a dll etc... IceMatrix

    C / C++ / MFC question

  • double to string
    I IceMatrix

    hi, i'm looking for a routine to convert double to string with at least a precision as the windows calculator does(32 digits after the comma)! does someone know such a function?? thx 4 help, IceMatrix

    C / C++ / MFC help question

  • Virtual File System
    I IceMatrix

    you should probably use a disk simulator driver... so the os creates it own file system on it and you can handle it like every other drive.

    C / C++ / MFC help sysadmin linux tutorial question

  • Cryptographic Service
    I IceMatrix

    can't you just say what you downloaded??

    C / C++ / MFC help question

  • "Open with..." dialog box
    I IceMatrix

    it's shell32.dll!OpenAs_RunDLL, but i don't know the parameters... i hope this will help!

    C / C++ / MFC help linux json question

  • How to determine if an .EXE is running?
    I IceMatrix

    i have quite a good solution! use the CreateToolhelp32Snapshot( TH32CS_SNAPPROCESS, NULL ) to get a complete list of the running processes on the local machine... have a look at msdn under CreateToolhelp32Snapshot, you will find a useful code snippet there.

    C / C++ / MFC c++ sysadmin tutorial question

  • network programming
    I IceMatrix

    the windows ddk is the device driver kit! you have to order it at http://www.microsoft.com/ddk/ (its free i think). i don't know the packet32 driver, but you will have to control it via DeviceIoControl, CreateFile, ReadFile, WriteFile like most other drivers.

    C / C++ / MFC sysadmin tutorial

  • Enumerating exported DLL functions
    I IceMatrix

    find some articles about the PE file format(it's the file format of exe and dll ... files). i found a very nice tutorial at http://spiff.tripnet.se/~iczelion/tutorials.html have a look at these tutorials, then u just have to code :) have fun

    C / C++ / MFC question
  • Login

  • Don't have an account? Register

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