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 TouchToneTommy 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: tjtindal
  • Order by date
  1. tjtindal

    Problems with php email forms. Check me for errors?

    Okay, I'm using a feedback.php file on my website index directory, and I'm fairly sure it's working properly since it sends me to the 'thankyou.html' page afterwards. However, no mail sent from the page will end up at email@yahoo.com for some reason! (I have alternatively changed the email...
  2. tjtindal

    Simple form mail processing

    Form mail on my website is processed through a feedback.php file I have in my site directory. I have the email address it needs to forward the information to listed as a 'name@yahoo.com' mail address, but it's not making it to the email. I know the script is working because it sends it to the...
  3. tjtindal

    Simple form mail processing

    I need web help. I need to find a working example of a simple form where the action is not mailto:email@email.com, but instead calling a script file in my directory that will process the information and send it to my email address. I have been looking and looking, but to no avail. Thanks in...
  4. tjtindal

    Tying VB to Active Desktop Calendar

    Fair enough. Though it seemed as I was reading this everyone kept asking, "Now why do you want/need to do that?" without having even read the first part where I explained why I needed it. The fact is, the only reason I would need it is for the calendar. Otherwise, I wouldn't even know what it...
  5. tjtindal

    Tying VB to Active Desktop Calendar

    I'm not sure why they did that. However it's all irrelevant now. I can't tie to ADC easily so I wrote my own little "Today's Notifications" form that will read what needs to be read and show the user accordingly. My solution is not attached to ADC at all.
  6. tjtindal

    Killing a process by window name

    I'll share. This is the line of code I use in a sub when I want to end a process: KillProc ("loftindb.exe") This is the sub it calls: Sub KillProc(ImageName As String, Optional Force As Boolean) If Force Then Shell "taskkill /f /im " & ImageName, vbHide Else Shell...
  7. tjtindal

    Tying VB to Active Desktop Calendar

    I'm not really sure why you guys are so questionable about me needing to create unique GUID lines. It's just the simple fact that there are unique GUID lines for each entry in the calendar. I didn't create the calendar. I don't know what those people were thinking when they made it like that...
  8. tjtindal

    Killing a process by window name

    It's okay, I found a much simpler code on the site that uses a shell command to kill a process. Much easier. Thanks anyway.
  9. tjtindal

    Killing a process by window name

    That link did not help at all. Copying and pasting that information in Visual Basic causes it to appear in red as if it's not understanding it.
  10. tjtindal

    Killing a process by window name

    I have the window's name already in a variable ready to be "killed" or rather, the equivelant of "End Task." How do I go about sending a command from VB to kill that task? No examples I've used on the net seem to work. I can't believe this isn't just something simple, like one line to shoot...
  11. tjtindal

    Tying VB to Active Desktop Calendar

    Because I need unique GUID lines in the data file in order to make the information appear. By copying and pasting the same GUID line over and over again, the program won't read it. Therefore I need unique lines.
  12. tjtindal

    Tying VB to Active Desktop Calendar

    Bob, I guess I'm more "noob" at this than I thought. You've effectively lost me, and I'll tell you why. How do I make a unique <GUID> line? There are lots of ways to do that, but I suspect that answering the question won't solve your problem at all. I would just like to point out that the...
  13. tjtindal

    Tying VB to Active Desktop Calendar

    I have a software called Active Desktop Calendar (ADC). I want to tie Visual Basic to the calendar "behind the scenes" so I can have special dates in my vb program tie in with the data file that makes ADC function. This question is not about accessing data files, it's about a specific line in...
  14. tjtindal

    I can view the internet but I can't ping anything!

    Yes it does, I'm not sure what else the problem could be.
  15. tjtindal

    I can view the internet but I can't ping anything!

    No, I don't know if Agco has a firewall. The firewall id that I'm typing is for our firewall. Yes, I've contacted the company, and they say I should try ports 23, 3001, 3002 and 9021, which I have, and none of them work.
  16. tjtindal

    I can view the internet but I can't ping anything!

    The ordering program is attempting to hit ip address: 208.255.231.102 through port 900. They've also tried ports 23, 3001, 3002 and 9021. They are indeed behind a firewall, and the program takes that into consideration making the user have a Firewall ID typed in. Hope this helps.
  17. tjtindal

    I can view the internet but I can't ping anything!

    Okay, let me be more specific. I'm working on repairing a friend of mine's computer for his business, and he orders parts through a website called Agco. I can use his internet explorer to access Agco's website, but the program used for ordering parts is having a port error problem when trying...
  18. tjtindal

    I can view the internet but I can't ping anything!

    What does it mean when I can go to www.ebay.com in Internet Explorer, but if I go to the cmd.exe prompt and ping www.ebay.com, I get back 4x no response packets? How can you have both?
  19. tjtindal

    Help using MSCOMM to make a call.

    ---Okay, let me change my question. I've gone into Control Panel / Sounds & Audio Devices and changed both Sound Playback & Voice Playback under the Audio & Voice tabs, (respectively,) to Modem #1 Line Playback. By doing that action, I would *assume* that anything I play from now on would try...
  20. tjtindal

    Help using MSCOMM to make a call.

    I'll give it a shot, but if anyone else has any ideas, I'm all ears.

Part and Inventory Search

Back
Top