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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zaphy2k2
  • Content: Threads
  • Order by date
  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, 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...
  6. 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...
  7. 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
  8. 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
  9. 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...
  10. 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...
  11. 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
  12. 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
  13. zaphy2k2

    Urgent : Not in table query

    Hi, i have a set-up like : {Users] [Event] *UserID 1->M UserID Name EventID something like : Select * from users where [Event] doesnt contain userID for a certain eventID. so, if i had : [Users] 1234 | Eve 2345 | Adam and [Event] 5678 |...
  14. zaphy2k2

    Transering data across networks / languages

    Hi. I have data that i need to stream to a socket / another machine. The client is in C++ (windows and macintosh compatible), and the server is in Java. XML in C++ (Xerces) you cannot write an XML document out easily after creating it (Unlesss someone has a nice way of doing this plz?). I was...
  15. zaphy2k2

    X-Platform XML library

    Hi, Does anyone know a good cross platform Mac/Windoze XMLParser for C++. Ideally an easy way to write to a file or string would be good too. cheers z
  16. zaphy2k2

    Strings n streams n structures

    Hi, I need to stream a file into a string, and then insert this into an XML document in xerces. How do i get all of the file into a string so i can insert it? (Not using any MFC either). I also need to put a structure's data into the XML Document. i can write a structure to a file and read it...
  17. zaphy2k2

    Conversion problem

    Hi, I get a series of UCHARs from a function, 0s and 1s, and need to put them into a string eg "10010110011", which i can then convert to an unsigned long, but i can't get the UCHARs to store in an array or concat onto a string. Could someone please point me in the right direction...
  18. zaphy2k2

    XDK problem ...

    The sendSpriteMsg example in the DrAccess XDK doesnt appear to work (8 + 8.5). Does anyone have a solution for this? cheers zaphy
  19. zaphy2k2

    DWord problems

    Hi, I have to DWORDs from a digital board, both 8bit. One is the 'Lo' part, the other is the 'Hi' part. How do i merge them into a single DWORD of 16bit length? VB or C++ would be grand. cheers zaphy
  20. zaphy2k2

    Projector version information ...

    On Win2k and other platforms, you can view the version of the file exe, but for projectors it shows a load of macromedia gumpf, not anything really useful. Is there a way i can change this easily, it would make version tracking a lot easier. cheers zaphy

Part and Inventory Search

Back
Top