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 Rhinorhino 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: elfanddot
  • Content: Threads
  • Order by date
  1. elfanddot

    DHTML Object Moving

    i found a bit of code on the web, yet it is declairing error on page. i've isolated the code to document.all.image1.style.pixelLeft=400; image1 is image1 (the image/object name) because of a previouse document.images[1].name="image1"; the actuall code appears as ...
  2. elfanddot

    problem with save on CTreeView view when variable is > 0;

    The program uses multiple view class' with one document class. The views are changed with menu options. When i add some elements to the document and open the Tree view, every thing is fine. When i add more than one of a certain element everything is fine. When i save everything is fine...
  3. elfanddot

    Personal Web Server

    I'm new to SQL and I'm trying to get the Enterprise Manager to Recognize Microsoft's Personal Webserver and In every option I get an error that reads: ConnectionOpen(gethostbyname()())... Im mainly a programmer so to me this looks like a glitch of somesort( the ()() is what i mead). I'm trying...
  4. elfanddot

    huge array

    any help is appreciated! i tried an array like UINT a[800][600] in a structure and got a structure to big; i tried UINT huge a[800][600] and the same result attempt was made on borlandc v3.1 also, i noticed that when not in a structure or class that the huge definer works.
  5. elfanddot

    multiple case switch

    any help is appreciated i need something like this swith(a) case 1 to 5: break; case 6 to 10: break; i remember seeing it in school, yet i forgot it!
  6. elfanddot

    program to program communcation

    Thank you even if you can't answer![sadeyes] Does anyone know of or explain a method of either communicating between two program (one main, one child) in a dos environment. I need to either start a program from within another program with some starting arguments and ignore the program, or i...
  7. elfanddot

    program to program communication

    Thank you even if you can't answer![sadeyes] Does anyone know of or explain a method of either communicating between two program (one main, one child) in a dos environment. I need to either start a program from within another program with some starting arguments and ignore the program, or i...
  8. elfanddot

    start program

    Thank you even if you can't answer![sadeyes] Does anyone know of or explain a method of either communicating between two program (one main, one child) in a dos environment. I need to either start a program from within another program with some starting arguments and ignore the program, or i...
  9. elfanddot

    interrupt vector

    I don't mean to be a nucence! I realize that the last question about interrupts is impossible, after a little reading up on interrupts. This one, i hope, should be possible. How would i go about finding the interrupt vector inside the interrupt handler. The handler is going to be calling...
  10. elfanddot

    Interrupts

    I posted this in another forum and the reply said try this forum. I do us VisualC++ but this is for BorlandC ********************************************************* Im having trouble w/ interupts. X-) I got the code off the web and am modifying it. here is the code im having trouble w/...
  11. elfanddot

    Interrupts

    Im having trouble w/ interupts. X-) I got the code off the web and am modifying it. here is the code im having trouble w/ struct Ssoundcard card { int intcount,autoinit,... void (interrupt far *oldintvector)(void); void (interrupt far *inthandler)();// //**********inthandler wasn't...
  12. elfanddot

    Interrupts

    Im having trouble w/ interupts. X-) I got the code off the web and am modifying it. here is the code im having trouble w/ struct Ssoundcard card { int intcount,autoinit,... void (interrupt far *oldintvector)(void); void (interrupt far *inthandler)();// //**********inthandler wasn't...
  13. elfanddot

    Interrupts

    Im having trouble w/ interupts. X-) I got the code off the web and am modifying it. here is the code im having trouble w/ struct Ssoundcard card { int intcount,autoinit,... void (interrupt far *oldintvector)(void); void (interrupt far *inthandler)();// //**********inthandler wasn't...
  14. elfanddot

    Interupts

    Im having trouble w/ interupts. X-) I got the code off the web and am modifying it. here is the code im having trouble w/ struct Ssoundcard card { int intcount,autoinit,... void (interrupt far *oldintvector)(void); void (interrupt far *inthandler)();// //**********inthandler wasn't...
  15. elfanddot

    Sound Blaster

    is it possible to setup multiple sound cards to different settings (IRQ, etc) and read/write to them at the same time. w/ Assembly &/or C/C++
  16. elfanddot

    SoundBlaster

    I need help in writing code for multiple sound cards and im doing some research in advanced. Any advice, help, or friendly experience is much appreciated. I don't have two+ installed yet. Is it possible to install many drivers on different settings(irq,etc) and use them at the same time. Or is...

Part and Inventory Search

Back
Top