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!

Recent content by cdvalera

  1. cdvalera

    How to animate markers in Google Maps.

    Hi experts. I´ve managed to build a little prg that simulate a car tracking in google maps. My problem is that the map doesn´t refresh or got centered when the marker goes out of sight. My code is uploaded at: http://www.mediafire.com/?mzsn2bjegyy This is what i need to do...
  2. cdvalera

    Getting the path of a file just knowing the file name

    Hi... How can i get the path of a file just knowing the file name??? I have tried the following: string xpath = Path.GetFulPath("MyImage.JPG"); But i doesn´t give me the right path... Christian Valera V.
  3. cdvalera

    Print a Datagridview bounded to a list<>

    Hi experts... A need to (print / preview) a datagridview bounded to a list<>. How can i do this??? Christian Valera V.
  4. cdvalera

    hide other app within vfp

    Thank you guys for yor help. I´m going to try to experiment with all this possibilities and see how it goes. Thank you again...
  5. cdvalera

    hide other app within vfp

    Hi experts. I have an application that runs a c# exe within a vfp form. At some point i would like to hide this c# app. How can i do this? Thanks in advance... Christian
  6. cdvalera

    How to get the handle of a jpg image object

    Hi, I would like to know how to return the handle of a jpg image object to create a dll. thanks in advance Christian Valera

Part and Inventory Search

Back
Top