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

    Storing images in a VFP

    My question is :How can I store images which are now part of the compiled executable (marked as Included) ? Should I put them into a .dll, or sg like this ? Sorry but I have no VFP book, and I am just a beginner! :)
  2. foxprogram

    Highlighted ID in a List Box

    How can I get the relative number of the highlighted row ? .ListIndex tells only the selected item index, but I need to know the highlighted row position only in the selectable area ...
  3. foxprogram

    How 2 start a methode from a form's INIT ???

    I would like to know, that how can I solve that, when a form got a parameter, check it, then it should run a method, and the user would able to follows on the screen the procedure. Now it works, but I cannot see any form while the method is not finished. :-( How should i do that the methode is...
  4. foxprogram

    UDP stupid question

    Hello! I would like to use my PONG :-) game by network with 2 machines. I would like to send positions of the player's figure to each other. I use winsock object, and I have a problem: THISFORM.olecontrol1.Object.Protocol=1 THISFORM.olecontrol1.Object.RemoteHost="user1"...
  5. foxprogram

    Parameters

    Stupid question. I never made VC++ program. How can I recognize which cpp is the main ? I have several files, but no ones contains main. I would like to use a parameter (filename with path) which came as parameter when the app is started from command line. Where I would type and what ? :)
  6. foxprogram

    Treeview control questions

    I use treeview control on my form. I don't know exactly how does it work :( I would like to use this control to let the user to choose items from the treeview control. Than I would like to check which items are checked by the user. Now I did the follows: - added treeview control - load values...
  7. foxprogram

    Form on a Form

    I would like to create a form, which contains another form(?), which is scrollable in the main form. How could I do this ? /Container, pageframe, or what ?/ (I write a photomanager app, and i would like to show pictures in the right side of a form. I don't know how many images will be on the...
  8. foxprogram

    Problem with SPACE characters

    I use c_folders=GETDIR("G:\", "Moveable disks" , "Choose:", 66, .f.) and than Set Defa To &c_folders the result is only error messages,when the chosen directory / folder nameor the path itself somewhere contains SPACE characters. The same problem when I should to use for Appnde from...
  9. foxprogram

    How can I get information about EXIF headers ?

    I would like to write my own (VFP8) photomanager application. And the first problem is that how could I read information about EXIF headers which are stored in JPGs ? Second, how could I get the preview pic from the EXIF ?

Part and Inventory Search

Back
Top