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!

Recent content by castor2003

  1. castor2003

    Picture from a memo field to individual bmp files

    steveschmidt Yes u r missing some'. We are taking here off PICTURES being stored in a General, not MEMO field, to be saved as a bitmap or jpg file that can be viewed in any Photo Editing Software.
  2. castor2003

    CREATE DLLs FOOLING AROUND

    One more thing I just noted. The new dlls being created is described in its Explorer properties as Microsoft Visual Foxpro RunTime Library and is larger is size than the dll which I meant to create.
  3. castor2003

    GETPRINTER() TRAGEDY

    mkrausnick I guess I would have to go your way thanks.
  4. castor2003

    CREATE DLLs FOOLING AROUND

    1. It is one project that creates two dlls. 2. 'Regenerate Component ID' - I am not familiar with that term 3. Do you mean regsvr32/u? I thought that VFP was doing that automatically when you build the project.
  5. castor2003

    Picture from a memo field to individual bmp files

    Kate, Sad I can't help you there. It is something that I have thought about. Why isn't there a function to copy a picture from a disk file into a General Field and the reverse. I am waiting with you to get some comments on the subject.
  6. castor2003

    CREATE DLLs FOOLING AROUND

    Just recently I got into the DLL creation business. I use them to bundle alot of public functions that I use. However, I keep getting dll files being created on its own accord with an [r1] and [r2] added to the filename portion of the created dll file. For example, I build my DLL project to...
  7. castor2003

    GETPRINTER() TRAGEDY

    Mike, This is exactly what I a saying to you. I am about three different printer drivers installed on my machine. Two are network printers. If I set one of the Network Printers as my default printer and proceeds to breaking my network connection and run GETPRINTER(), I get the error message...
  8. castor2003

    GETPRINTER() TRAGEDY

    Installed printers. If the default printer is not accessible, forinstance if it is a network printer and the network is not available, it returns an error "Printer Not Ready" - does not show the dialog box
  9. castor2003

    GETPRINTER() TRAGEDY

    I was utterly humiliated by the failure of this function to pop the dialog box for the user to select a printer. Instead it returned a 'Printer Not Ready'. The tragedy is that the program won't get continued if a printer is not selected. What I found is that when the default windows printer...
  10. castor2003

    Congratulations ramani!

    When will I become TipMaster? Hmmmmm Watch your back, a new entrant can oust you - you know.. Congrats, Man. [thumbsup2]
  11. castor2003

    SHELLEXECUTE REFUSES TO RUN NETSTAT!!!

    Mike, Sorry if I am appearing to be a problem. I believe in excellence and surely a flashing black screen in the middle of a Windows App is not excellence by my estimation. If NETSTAT will not run silently, then I will have to go the more painful route of using GetTCP?????() API functions.
  12. castor2003

    SHELLEXECUTE REFUSES TO RUN NETSTAT!!!

    Why isnt Shellexecute creating ports.txt? I have run out of ideas. Could a kind heart assist. I am trying to go around the IPI* APIs. =shellrun([NETSTAT -a -n],[],[open],[ >C:\ports.txt],1) FUNCTION shellrun PARAMETERS cfile as string,cdir as string,caction as string,cparams as String...
  13. castor2003

    ASSIGNING WINSOCK .OCX PORT NUMBERS

    I have been assigning the clients of my software arbitary port numbers on which to accept incoming messages. However,I don't know if the another app on the client/machine is already 'listening' on this port. Would there be conflicts? Should I worry?
  14. castor2003

    WINSOCK MATTERS - UDP or TCP

    WGCS I am using UDP. I want to ensure that the client only respond to my connection only. is .accept() the answer. My code is in .dataarrival() Any help.
  15. castor2003

    WINSOCK MATTERS - UDP or TCP

    One more thing, How do I ensure that no one else sends instructions to the Kiosk on the Network, using a similar WINSOCK setup.. See I just moved to WINSOCK I was using a timer on the client which responds to the contents of a shared table. Could someone rest my fears?

Part and Inventory Search

Back
Top