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 dencom 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: EDHills
  • Content: Threads
  • Order by date
  1. EDHills

    web page form results needed

    I've been programming in PHP for about a year, and this problem, for me, is very tricky I have existing code which has a button, that, if pressed, causes a reservation to be made in the database. I'm trying to add support for credit card deposit for the reservation. Separate from the main...
  2. EDHills

    Parameters to functions BY REFERENCE

    # First, let me say thank you in advance for your time. # I've spent over three hours digging, reading, # searching, experimenting so far and #am frustrated. # I am still (obviously) in the first few weeks of my # perl experiance. I have written many programs in C, # C++ and VB...
  3. EDHills

    FindWindow and changing class names afx:

    I've actually found this problem defined a few times on the internet, but without a solution! doh! I need to detect whether an incompatible app is running and prompting first, shut it down if the user wants to do so and run my app now. FindWindow needs either the caption, or the class name...
  4. EDHills

    VB 2003 remote debugging

    anyone ever have any success? I've been trying, digging, reading, and I always get the same result here are the files on the machine I'm trying to remote C:\vbdebug\msvcmon.exe C:\vbdebug\msvcr71.dll C:\vbdebug\NatDbgDM.dll C:\vbdebug\NatDbgTLNet.dll Plus, a shortcut to start it...
  5. EDHills

    remote debugging msvcmon and VB 2003

    I'll start with the error I'm getting, then work on how I arrived at it. "Error while trying to run project: Unable to start debugging. The machine cannot be found on the network" let me briefly say that I've debugged a LOT of C++ code this way in the past, it's just been a while and this is...
  6. EDHills

    Displaying the latest runtime text data in a control

    honestly, I have dug for hours on this one already, not just a cop out. I'm using a system.windows.forms.listbox control to display data that's being generated and I'm trying to figure out how to have it automatically display the most recent lines in the listbox without having the user do...
  7. EDHills

    using a NotifyIcon with a Service

    The questions 1) Has anyone successfully created a contextmenu on a NotifyIcon in a service? if so, could you give me some pointers? (I can get it to work not in a service) 2) If I'm supposed to create a tray icon app, which then communicates with the service, do you know of an example...
  8. EDHills

    dderequest and non S0-S9 vars.. Anyone get it to work?

    related to thread448-768095 I've included a simplistic client and a master which the client reads from the master's S0 successfully using dderequest. If I change the S0 to D0 and create a global in the main, dderequest fails. Ideally, I'm looking to have 24 clients but right now, am limited to...
  9. EDHills

    Data Terminal mode from FTP mode?

    I've been digging, but maybe someone knows a shortcut The goal: In the middle of iterating through a list of phone #s, creating capture files and then FTPing them to an FTP server The current situation: I have it ftping the files over and now, I'm ready to process the next phone number and...
  10. EDHills

    hint at using multiple modems?

    ok, so still fairly new to Aspect, but have made changes, improvements to a script and now have read now almost 40 pages of threads from this forum (still reading) Here's what I currently do. I have a varying list of phone numbers that need to be called. I read it at runtime and call them one...
  11. EDHills

    waitquiet problem

    Hi, here is my predicament. I'm running a number of reports and sometimes capture stops transmitting anything in the middle of one job and instead of running reports all night, I come in in the morning and find it stopped on one of the reports. I want to make it so that I can timeout if the...

Part and Inventory Search

Back
Top