Search results for query: *

  • Users: Nezo
  • Content: Threads
  • Order by date
  1. N

    RegNotifyChangeKeyValue - Before I reinvent the wheel.

    Anyone know where I can find a class to handel aspects of registry monitoring? I'm basically just trying to find the equivilant of FileSystemWatcher but for the Registry. I started writing a class to do the same things using RegNotifyChangeKeyValue and the like from from "advapi32.dll" however...
  2. N

    .net and VoIP

    Can anyone tell me or point me in the right direction on VoIP programs in .net? or any other language really. Google really only shows VoIP SDK's and such, but I'm looking for my to the core/from scratch information, how to handle different codecs ect. I want to try to write something along...
  3. N

    Reading other windows class information?

    I'm curious if anyone knows a simple way to read information from another windows controls or class? For instance if I wanted to read a list view in Windows Media Player (ATL:SysListView32) to see the selected item, highlighted item, or the general list of items.
  4. N

    Sendkeys problem

    I'm having a problem getting SendKeys to send keystrokes to applications that are basically not windows form styles applications, such as direct3D applications. For instance I want to send the {up} key to a game and make a character move forward, SendKeys does not seem to have the ability to...
  5. N

    Get pixel color from screen coordinance

    Alright so I've read about 100 different threads across the internet and none answer this question which has been asked by many. I want to read the pixel color ANYWHERE on the screen via x,y coordinance, I do NOT want to take a screen shot of the screen or anything using bmp.GetPixel...
  6. N

    XML Reading Stuck

    I've posted this problem in another form in the databases discussion area on these forms and its not getting many hits, figured I'd try this section I want to read all the occurances of 'Item' into the array Character.Items I've searched at least 50 different VB.net XML tutorials an there are...
  7. N

    Brain Quit working, XML read problem

    Alright so folling a few tutorials and my school book I was able to read and write several values from XML files, however I came to a problems when I wanted to add the follwing values into the file <Characters> <Character Code="Nezo"> <Name>Nezo</Name> <Level>5</Level>...
Back
Top