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 SkipVought 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. DeeDee

    Selecting Groupwise Email from Address Book

    I have the Groupwise Address Book control on a form. I want to open the address book, select a name, and have the email of the person selected save to a text box on my form. Does anyone know how I can "capture" what is selected in the address book?
  2. DeeDee

    Copy List box items from form to report

    I have a form that two list boxes are populated by what is chosen in a combo box. The lstNeeded rowsource comes from a query called qryTrainingNeeded and lstCompleted rowsource is qryTrainingCompleted. I have a report that looks like the form, but I can't get it's list boxes populated with the...
  3. DeeDee

    Using CVS to house MS Office databases

    I have not used CVS in the past as a repository for MS Office databases. I know there were sufficient reasons, but of course they were not documented at the time so I can't remember why we took them out now. Does anyone have any idea why it's not good to use CVS with these?
  4. DeeDee

    Invisible text in Combo box

    A few of my combo boxes are not showing the text of the selection after you choose something out of the list. The value is there, but the user just can't see it. Does anybody know how to fix this. Thanks for any help in advance!
  5. DeeDee

    Send form in Word

    I have a template that when a command button is clicked, I want to send it via email. I have the code: Me.Sendmail . Is there any way to specify who to send it to, because everyone will be sending it to one certain person?
  6. DeeDee

    Run Word Macro

    I have a command button on a word document that when it is clicked, I need it to run a macro that I have already recorded. Can anyone tell me the code for doing that? Thanks in advance!
  7. DeeDee

    lat/long to inches

    The 2D map gives the coordinates of a point the user has clicked on, but, I need an offset in inches. I have the coordinates (Lat/Long) for the corners of the 2D map: NW - 35~30'00'' N 117~0'00'' W NE - 35~30'0'' N 116~30'00'' W SW - 35~0'00'' N 117~0'00'' W SE - 35~0'00'' N...
  8. DeeDee

    lat/long to inches

    The scaletop, scaleleft, scalewidth, scaleheight of the picturebox are set according to the 2D map's lat/lon. This code is in the Picture1_MouseDown event: Picture1.PSet (x, y). That is where the waypoint on the 2D map is coming from. I guess what I'm trying to accomplish is the answer to...
  9. DeeDee

    lat/long to inches

    I have a 2D map which the user clicks on that has the waypoints set in latitude/longitude. There is a program that has the 3D version of the map that waypoints are set in inches. I need to convert the lat/long of the 2D map to inches to import the waypoints into the 3D. Does anybody know a...
  10. DeeDee

    I have an MSHFlexGrid and a command

    That worked great. I changed it just a little bit. Thanks!!
  11. DeeDee

    I have an MSHFlexGrid and a command

    I have an MSHFlexGrid and a command button on a form. When the button is clicked, the text in the grid can be saved to a text file. In the file, the text prints out in one column, under one another. There are 3 columns in the grid so I want the text to print out in 3 columns instead of one...
  12. DeeDee

    Click on a Picturebox to acquire points

    I just realized that I have to plug in the MinX & MaxX. Let me give the coordinates of the map: NW - 35~30'00'' N 117~0'00'' W NE - 35~30'0'' N 116~30'00'' W SW - 35~0'00'' N 117~0'00'' W SE - 35~0'00'' N 116~30'00'' W
  13. DeeDee

    Click on a Picturebox to acquire points

    I'm still sort of confused. Where does the MinX & MaxX come from? Thank you so much for your help!!
  14. DeeDee

    Putting point where click

    That works perfect. Thank you soooo much!!!!
  15. DeeDee

    Putting point where click

    Is there any way to do it to where I can have the picture in an area with a set size instead of having to scroll? I need the picture to be a certain size on the form.
  16. DeeDee

    Putting point where click

    I have a small problem. I lied, I have an Imagebox instead of a picturebox because I couldn't get the whole picture to show in the pb unless it took up the whole screen. So, is there a way to show the whole thing in a picturebox so I can use the line property? Or, if I have to keep the...
  17. DeeDee

    Putting point where click

    I want to put an X or a point on a picturebox where the user clicks. I tried using a shape (circle), and it works, but it doesn't leave it at the position you clicked last if you click somewhere else. I need it to show every point that is clicked. Here's what I have: Shape1.Left = CStr(x)...
  18. DeeDee

    Click on a Picturebox to acquire points

    I have different maps that will be opened in the picturebox from a file. I need the latitude/longitude coordinates of the map to be the points that the user is clicking on. I don't even know if that is possible or not. That's why I need to be able to set the corner coordinates so they equal...
  19. DeeDee

    Click on a Picturebox to acquire points

    That worked beautifully!!! Thank you!! Sunaj, do you know if there is a way to actually set the corner coordinates of the picture in the picturebox?
  20. DeeDee

    Click on a Picturebox to acquire points

    I don't need the color of the pixel. I need the coordinates of where the user clicked to fly a simulation.

Part and Inventory Search

Back
Top