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: *

  1. kotharikailash

    How to know to which com port my device is connected

    I am sending SMS from my clipper application using a USB dongle as a GSM modem. When I connect it to a PC it gets connected to any available com port automatically. Now in my application I need to know to which port my device is connected. Is there any command / utility to find this out? Thanks...
  2. kotharikailash

    changing screen size

    it doesnt work. maxcol() gives 79 only whichever way I try. I think clipper can not address more then 80 cols. it does work for 40 cols though. :( Thanks for suggestions.
  3. kotharikailash

    changing screen size

    I have already tried this. When I give mode con cols=120 from a command prompt it does increases the window size. But within the app, it comes back to normal 25x80. setmode(25,120) or 24x120 also does not work. Do I need to do any setting for video driver etc. Thanks
  4. kotharikailash

    changing screen size

    Hi, Is there a way to change screen size to 120 columns ( more than 80) inside a clipper app? Thanks
  5. kotharikailash

    SMS from clipper app

    I found gnokii's command line interface for sending SMS very useful.
  6. kotharikailash

    SMS from clipper app

    Thanks Ali, thanks JockMullin. Got busy with some other work. Now started working on it. I connected my cell phone to the PC and able to see its modem configured on a com port. Thru Hyper-terminal I am able to send SMS also. Now this has to be automated thru the clipper app. I am finding...
  7. kotharikailash

    SMS from clipper app

    Is there a utility available for sending sms to mobile phone from a clipper app, with or without using the bulk-sms software. Thanks
  8. kotharikailash

    Net Send / msg

    I am using net send / msg for sending communication over the LAN. My problem is: If a person is in full screen mode then the information is not displayed on the monitor, until & unless he/she switches to window by alt+enter. Any solution pl? Thanks
  9. kotharikailash

    emulating Function key say F4

    Keyboard xxx is command used to emulate read. I want to stuff function key codes say F4(which is -40?) in keyboard. How to do it?
  10. kotharikailash

    Shifting to windows platform

    Hi, I have developed lots of clipper based applications over the last 20 years. And my clients are more than happy with the products. However, with diminishing support from windows to DOS based applications, I am kind of forced to move to window platform. I seriously thought of converting...
  11. kotharikailash

    USB printers

    How to access USB printers in Clipper? The "Net use" command is good only if you are in a n/w environment. Also, with new desktops coming without LPT ports, "net use" also does not work. Can someone please help?

Part and Inventory Search

Back
Top