Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zaphy2k2

  1. zaphy2k2

    Extract QTVR image

    Hi, How would i go about extracting the panoramic jpeg image from a qtvr mov file? cheers z.
  2. zaphy2k2

    DHCP PXE TFTP XPe

    Hi, I am trying to remote boot windows Xpe from a 2003 server. The XPe remote boot manager does not run on 2003, so i need to do my own download, dhcp etc. I need to get the commands that the XPe rb server makes when it gets a request, how would i do this? cheers aaron
  3. zaphy2k2

    Ethernet Link Aggregation

    Hi, Does anyone know of an off-the-shelf software solution that will give me link aggregation accross ethernet cards (different manufacturers), most of our xp and server machines have dual gigabit ethernet, and win2k3 does not load balance, or even use more than one network card on a network...
  4. zaphy2k2

    Help with code

    Hi, Am trying to write a calibration program for an Elo Touch Screen, they have provided some sample code, but i am not up to scratch with ny c to work out how to write it. The elo examples can be downloaded from http://atanin.atacama.co.uk/cpp/ , along with an example of the data from the...
  5. zaphy2k2

    Restart a device driver

    Hi again, The driver is not listed as a service, do i have any other options? The control panal interface supplied with the driver does what i need my function to do, is there any way i can find out what function this is calling? Or open the .sys to call a function on it? cheers, aaron
  6. zaphy2k2

    Restart a device driver

    Hi, I think this could be what i need i will check the code now, i have a feeling though it is not listed as a service. Would it be in the computer management section even if it wasnt? MouseMon.sys gets loaded at startup. cheers, aaron
  7. zaphy2k2

    Restart a device driver

    Hi, I have a situation where i need to restart (or start) a system driver. I have an elo touchscreen which reads calibration data from the registry on boot, but does not poll the registry after that. I need to stop this driver/device and then restart it again so it will read the new registry...
  8. zaphy2k2

    Iterating nodes random order in xslt

    hi, i am selecting nodes with apply-templates select="\story\date[show='true']" , but would like to walk through the node-set returned in random order. Is there an easy way of doing this without horrid lists, or copying and removing from fragments? if not, could you show me anyway...
  9. zaphy2k2

    Patch registry before boot

    Hi, I am loading a standard XP image onto a machine, but i need to change the computer name before the image boots, so there is no conflict on the network. Is there an easy way of doing this with .reg files or DNS servers please? I really dont want to make 30 images! regards zaphy
  10. zaphy2k2

    Object (Sprite etc) properties

    hi, i want to record the properties of sprites in the score, how can i access them all (since different types of sprites have different properties),also for members, transitions, sounds etc? eg sProps = Sprite(2).properties would give : [#color:blue, #loch:45 ... etc] cheers zaphy
  11. zaphy2k2

    finding all occurances of text

    hi, I need to find all text, and highlight it. Find&Replace would be good, but i cant highlight from that(?). If i do : With doc.Content .GoTo what:=wdGoToPage, which:=wdGoToFirst .Collapse wdCollapseStart With .Find .MatchWholeWord = matchWholeWd...
  12. zaphy2k2

    cant call word from vb dll from asp page

    Hi, I have a vb6 AX dll which uses word to process a document. i need to call this dll from an ASP page. It works fine called from another VB app, but as soon as it goes into ASP, the dll cannot create the word object. Is there a security thing going on? Ive tried with refences and...
  13. zaphy2k2

    Urgent: Boolean() to java dll boolean[]

    i have a java method in a com dll like : public void adddoc(String doc, boolean[] flags) { // } and from vb, cannot do : dim b(2) as boolean x.adddoc("", b) can anyone tell me what imi doing wrong please? What type should i pass / recieve to get my array? cheers, aaron
  14. zaphy2k2

    Hierarchial Delete - From Parent delete of all the Children

    From a niceprogram dseign point of view, check out the Composite Model paradigm for java prgramming, theres quite a few good places on google.
  15. zaphy2k2

    is there a java cd-r api?

    Hi, It would make project distribution alot easier if i could use java to burn cd-rs, is there a package/api avilable, or can i hook into the dodgy m$ typelibs somehow? cheers, zaphy

Part and Inventory Search

Back
Top