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 wOOdy-Soft 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 jai2001

  1. jai2001

    Send even local mail through to external SMTP server.

    I found the solution and will show the .mc file I used for anyone else wanting a solution. I created myConfig.mc and added the following lines. dnl # configure all mail to go external include(`/usr/share/sendmail-cf/m4/cf.m4')dnl OSTYPE(`linux')dnl FEATURE(nullclient, mail.mydomain.com.au)dnl...
  2. jai2001

    Send even local mail through to external SMTP server.

    I checked the /etc/mail/local-host-names file and there are no domains listed. could it be anything else?
  3. jai2001

    Send even local mail through to external SMTP server.

    Hi, I'm pretty new to linux and have been trying to figure out how to configure sendmail for the past couple of days with no success. I want to send all mail through an external SMTP server. I have used sendmail.mc to specify the SMART_HOST and I can send mail to my external hotmail account...
  4. jai2001

    Detecting XP Product Activation and retreiving serial number

    Hi, Does anyone know how to detect if XP has been activated? Also, how do we retreive/ set the serial number. Thanks, Jai
  5. jai2001

    Do flahs movie files automatically fire an event a completion?

    What I mean to say is. If you grab any old .swf file. Is there a way to query the file to see what state it is in (playing/stoped)? I don't have access to the project files, so i would not be able to edit the file to add a variable. Jai
  6. jai2001

    Do flahs movie files automatically fire an event a completion?

    Hi everyone, I have very little experience in Flash. I progam in c++ and am trying to write a little program that can play flash files. I need to know when a flash move has ended. Is there any way i can check for this or do the movie files fire an event when they are finished. Thanks, Jai
  7. jai2001

    How to find file path from file HANDLE??

    Hi peoples, i am passes a HANDLE to a file and need to find out the filename and path from the file HANDLE. Doese anyone know how to do this? Thanks, Jai
  8. jai2001

    Is it possible to change playback rate or an MPEG??

    I know that you can change the pitch and playback rate of mp3's put I've never seen it done the video. Is this possible?? Have you seen any software that does this?? Thanks, Jai
  9. jai2001

    Trying to connect to sql server

    I am new to Visual Interdev and I am trying to connect to the pubs database on MSSQL server on the local machine. This is what I have done. 1. create new project in master mode 2. create new asp page 3. create a dataconnection to pubs via machine dsn 4. create a data command to the new...

Part and Inventory Search

Back
Top