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!

Recent content by Hitping

  1. Hitping

    Critical need for compiling kernel in redhat 9

    Hello All, I've written a file system and now need to compile it for my Redhat 9 kernel(2.4) to test it. But this is not possible because of kernel's compile error: when I use these commands : make xconfig ; make dep ; make clean ; make bzImage ; make modules ; make modules_install It turns out...
  2. Hitping

    Documents about plug-in programming?

    Thanks teriviret, But I need to know about plug-in programming fo IE in general. Is any plug-in an activeX control ? My problem is that I don't know the necessary Interface for integrating with IE and how to link them. please help me !
  3. Hitping

    Documents about plug-in programming?

    Hello all I'm writing a cryptographic plug-in for IE.but I don't have any documents to do this. please help me to find documents and links for writing plug-in s for I.E like flash player ,... thnx, greetings.
  4. Hitping

    How to use windows API in assembly?

    Hi, What is the syntax of using Windows Api in assembly? For example how can I use SetWindowRgn in my assembly program? Thanx.
  5. Hitping

    Using parallel ports in WindowsXP

    Hi AirCon, Thanks for your comment. Now I know that direct access to ports is not supported in windows xp,and I have to use a driver with my programs to work with ports directly. Can you tell me how to write or get such a driver?
  6. Hitping

    Using parallel ports in WindowsXP

    Hi I'm writing a program to interface two computers with parallel ports and a cable(NULL MODEM). I run debug on both computers and for example in first one I type: mov al,FF mov dx,378 ;sending 11111111 on first register port out dx,al and in second computer I typed : mov dx,379...
  7. Hitping

    How to connect two computers via parallel port?

    Hi I need to write a program with assembly that send data from a PC to another by parallel cable. Please help me to do this or give me some references about this. Thanks.
  8. Hitping

    Multilayer disks

    Hi, Who can tell me how a multilayer disk works? give me some references if you can . thanks.
  9. Hitping

    How to Run progs in the background?

    Hi, I want to write a program that must be activated when user types certain characters. So it must runs in the background mode and recieves all entered keys. How I do this? Please tell me. sorry for my bad English.
  10. Hitping

    Delphi editor option..

    Hi I am a visual basic programmer and a newbie in Delphi7. When you type an expresion(command,variable name or a function name)in VB environment, the editor converts it to correct state of lower/upper case. for example assume thet you define this integer variable : Dim AnApple As Integer...
  11. Hitping

    Absolute FullScreen Movie?

    Hi I've seen a flash movie (.swf) that when opens ,completely covers my desktop.even there is no flash player border or taskbar. I tried Fscommand(fullscreen,true) but it is absolutely different.I think that only an exe file can do such fullscreen mode but really it is a .swf file. Do you know...
  12. Hitping

    How to bind files?

    I have two files like "1.exe" and "2.exe" and I want to bind them as "3.exe" so that , running it is equvalent to running 1.exe and 2.exe separately.
  13. Hitping

    Challenge:Putting flash movie in a site,so that nobody can save it?

    I have a website with several flash movies and I need a manner such that visitors can't save these flash movies. I know there are some programs(like http://www.http://www.downloadatoz.com/flashsaver/flashsaver.exe)that usually can save flash movies in a web,but this program in some cases isn't...
  14. Hitping

    Change the wallpaper

    Hi I need to change the desktop background via VB code. How? Please tell me.
  15. Hitping

    Load Movie

    You can use loadmovie action in the last frame of previous movie.

Part and Inventory Search

Back
Top