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 SkipVought 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: Drone38
  • Order by date
  1. Drone38

    Logging of queries performed

    Hello, I'm currently looking an issue to catch all queries sent to the server. Unfortunately Ifx doesn't seem to give a simple API or anything else. I'm afraid the only way to catch queries is to develop a kind of plug in for Ifx, but it may be a little bit to long. Keep you informed Regards
  2. Drone38

    Using .so ???

    Hi. I'd like to include .so files, which are like dll i mean. Can u tell me the way to include and call the functions of this files. Thx. More: rone@teamchman.com
  3. Drone38

    Swing vs browser

    Hello, I developp an anpplet with Swing but i can't view it in any browser. Which version of the plug-in Java is requiered to use Java.SWING lybraries. Thx
  4. Drone38

    IO Port

    Hi. I'm looking for some help to read and send data on serial or paralel port. Can you help me please. Keep it simple please. Thank's webmaster@drone38.com
  5. Drone38

    How to launch *.exe

    How can I execute a program from my program??? shell("prog.exe") No, it doesn't exist, but i hink u can. HOW. (Under WinXX) Thanks http://www.drone38.com
  6. Drone38

    Can I write a script which send emai

    Can i create a shell which allow me to send email. I need this to send an email to confirm an insciption to my site Can you send me an example please. Thank's http://www.drone38.com
  7. Drone38

    Memory

    How can I allocate dynamic memory for my program!!! Which interupt. Can I have an example ???? PLEAAAAAAAAASSSSSSSSEEEEEEEEEE
  8. Drone38

    bash under SunOS

    Here is the code of the cgi It display the entry of the filoe &quot;site&quot; #!/bin/bash function begin { echo &quot;Content-type: text/html&quot; echo &quot;&quot; echo &quot;<HTML><HEAD><TITLE>Top site par Drone38®</TITLE> <META http-equiv=Content-Type content=\&quot;text/html...
  9. Drone38

    bash under SunOS

    I've done a shell under SunOS but it doesn't work. Have the function &quot;read&quot; a specific syntax or synopsis under SunOS PS: my shell work under Apache server for Win2000 an HP UX
  10. Drone38

    Can you tell me why this script is

    Can you tell me why this script is working under IE 5 and not under Netscape 4.7 <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- var today = new Date(); function sec() { jour=Date.parse(&quot;Jan 1, &quot; + (today.getFullYear() + 1) + &quot; GMT&quot;) - Date.parse(new Date); return jour/1000; }...
  11. Drone38

    Shift Click

    Use the MouseDown Event.<br>Tehn you have a Shift Argument & that is what u need<br><br><A HREF="http://www.chez.com/drone38" TARGET="_new">www.chez.com/drone38</A>
  12. Drone38

    DirectX 7

    Isn't it in the Micro$ SDK???<br><br>What do u use DirectPlay ???
  13. Drone38

    This game work or no

    Can you try this game which was program in VC++ and tell me if it works. If you want the source, mail me at <A HREF="mailto:drone38@mageos.com">drone38@mageos.com</A><br><br>Download the game here : <A HREF="http://www.chez.com/drone38/prog.htm" TARGET="_new">www.chez.com/drone38/prog.htm</A>
  14. Drone38

    Transparent Frame

    You can Hide the Frame, & copy the backgroundin a HDC then you make visible the control & you draw what's on the HDC.<br><br><br>Use this...
  15. Drone38

    Resolution

    You can look at the resolution of the terminal using the API GetSystemMetrics. Then you resize before showing your form.Put this code in FormLoad()<br><br>Try my game against pokemon : <A HREF="http://www.chez.com/drone38/prog.htm" TARGET="_new">www.chez.com/drone38/prog.htm</A>
  16. Drone38

    Moving form resets "CenterOwner" or "CenterScreen" during design time

    Insert this code in the FormLoad() sub :<br>Form.StartupPosition =&nbsp;&nbsp;what you want<br><br>Try my game against pokemon : <A HREF="http://www.chez.com/drone38/prog.htm" TARGET="_new">www.chez.com/drone38/prog.htm</A>
  17. Drone38

    OnTime

    Hi. You can launch your Apps when windows is starting (In registry for example) & every 5sec you look the time & when you want you launch your Apps.<br>I've never see the function your talking about Apps.OnTime ???<br><br>Try my game aginst Pokemon : <A...
  18. Drone38

    Font attributes

    if you work under Dos it will be hard ......<br><br><A HREF="mailto:drone38@mageos.com">drone38@mageos.com</A>
  19. Drone38

    Getting Specific numbers from an int

    You can use a method which consist to divide 10 & sub to the original . Look :<br><br>int a =123456<br>Last=a-INT(a/10)*10=6<br>after you divide by 10 & you redo it ...<br>Last=a-INT(a/10)*10=5<br>
  20. Drone38

    How can retrive the mouse position

    I need to get the mouse position in my game.<br>But i'm under directx and the API don't work very good . Please help

Part and Inventory Search

Back
Top