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 strongm 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: 5888
  • Order by date
  1. 5888

    Temperature Sensor problem

    I am having a problem for writing a CPU temperature sensor program. I have found some information at Microsoft website but I do not know how to implement it. Hopefully you guys can guide me, thank you. This is the link...
  2. 5888

    File Size

    Hello there. I am having problem to check the size of a binary file. Do I need to use FCB? Can you please give me an example (MASM)?? Thank you.
  3. 5888

    COM to COM chat

    Hello there. I am trying to write a chat program through the serial com port. Unfortunately, the following code that allows me to send a character at one time. So I am not able to type an English word and send it to the other side. For example if i would like to send "Hello" from...
  4. 5888

    History

    Darrylles, Actually I am trying to write a program that can do these kind of housekeeping for my PCs. I do not want to go and do housekeeping for each and every PC. :~/
  5. 5888

    History

    Hello there. Is there anyway to clear the IE History, Cookies, Temporary Internet Files, Documents and Run? Any API available to clear these? Thank you.
  6. 5888

    INT13h, AH=02h

    How to set up the ES?
  7. 5888

    Processor & Fan

    revanthn, Thanks for the information. I would like to include the features like temperature monitoring, fan monitoring and so on into my program. So I need to know how to get the data.
  8. 5888

    Error linking file

    BoulderBum, There is no other files in the workspace except CPP. Actually i can compile this code at home but not in the college. Some of the VC++ in the lab is working properly whereas some will generate this error. This is very strange even I asked the lab. assistant to help me and end up i...
  9. 5888

    INT13h, AH=02h

    I tried to write a program that reads the boot sector from floppy drive A and store it at a variable called Sector. I am having problem with my code but I do not know where to debug, please help. Thank you. The following is my code for MASM: .model small .stack .data Sector db...
  10. 5888

    Error linking file

    I thought the default return type for main() is int. Besides, I tried to put int in front but still the same error. [sad]
  11. 5888

    Error linking file

    Hello there. I am having problem to link a file after compilation. I am using VC++ 6.0 to compile and link a file, but it gave me an error message &quot;response line too long&quot;. What's going no to my VC++ 6.0? Even just a simple program like: #include <stdio.h> main() {...
  12. 5888

    Processor &amp; Fan

    Hello there. May I know is it possible to read the temperatures of processor and motherboard, also the speed of CPU fan and chassis fan? I can see the readings from my BIOS but how am i going to retrieve the data?
  13. 5888

    WinSock SMTP login

    .RemoteHost = MailServerName ' Set the server address You need to assign the SMTP server name or IP into MailServerName. Besides, you need to assign all the required values to FromEmailAdress and also ToEmailAdress.
  14. 5888

    Turbo BASIC (DOS)

    I don't understand your question, sorry.
  15. 5888

    How to run DOS commands from inside my program ??

    you can use shell to execute DOS commands. Good luck
  16. 5888

    Microsoft Visual C++ 6.0 in WinXP Pro

    Hello there. I just installed Microsoft Visual Studio 6.0 in Windows XP Professional. I noticed that Microsoft VC++ 6.0 is unable to start. So I tried to install Visual Studio Service Pack 5 but still the same error. The error message is: &quot;Cannot load package 'devdtg' because its internal...

Part and Inventory Search

Back
Top