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 Mike Lewis 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: wisey
  • Order by date
  1. wisey

    multi select pictureboxs, drag and drop onto one picturebox

    I am coding up a program that displays multiple pictureboxs and I want to be able to multi seclect them and drag and drop them onto a picturebox (that has an image of a recylce bin in it) and delete the selected images and pictureboxs from the form. I can do this for single pictureboxs, but not...
  2. wisey

    Drag and drop multiple images from explorer and show as gallery

    I am trying to think of the best way/controls to use to be able to drag multiple images from windows explorer onto a vb.net app and have them show as a gallery in the vb.net app. Any ideas??
  3. wisey

    i need save pdf as eps programatically!!

    Help,,, I need to be able to open a PDF and save it as an EPS though Visual Basic, has anyone done this??
  4. wisey

    I need to edit a PDF file!!!

    I need to be able to edit a PDF file and change some coordinates after the CropBox command inside the file. I guess I have to open the file in binary mode and search it that way and then make the changes and save it back. I can edit the file manually with a hex editor and change the coordinates...
  5. wisey

    Find spaces in a string; Write a line in a txt file

    I think if you put a semi-colon at the end of your line it does what you require. eg:- print#1, txtstring;
  6. wisey

    Is The Result a Whole Number????

    Thanx everyone.
  7. wisey

    Is The Result a Whole Number????

    I know this is a stupid question, but, I have to test that the input to a textbox is evenly divisible by 8 and if its not clear the text box and display a warning that it isn't. I'm sure I did this years ago, but can't remember how. Please can someone help??
  8. wisey

    Has the file finished copying?

    I am using Windows 2000 Professional and am trying to determine if a big file has finished copying off the network onto a local PC, programmatically. I have been testing the filesize (using the filelen function) to see if it has finished but win2k reports the same filesize for the source file...
  9. wisey

    Mulitple ControlSource or Bound Columns With Combo Box

    Thanks it works great...I knew it would be something simple. :-)
  10. wisey

    Mulitple ControlSource or Bound Columns With Combo Box

    I have a form with 2 text boxes on it. The field names are Class_Num and Heading. They used to enter data into these field's manually but now I need them to lookup values in another table and populate the 2 text boxes with the results. I am trying to use a combo box for this but alas I cannot...
  11. wisey

    Generate Alphanumeric number

    Thanx Michael. I ended up doing it this way after trial and error:- Dim currentdbin As Database Set currentdbin = currentdb() 'Dim tblname As Recordset Set tblname = currentdbin.OpenRecordset("findnegnum") Dim inputnum As Variant Dim changenum As Boolean Dim chfirst As Boolean Dim...
  12. wisey

    Generate Alphanumeric number

    I have inherited an old dbase 5 database. It's a database for filing photo negatives and so it generates alphanumeric numbers for the the start and end of the negatives and also an alphanumeric packet number. The format for the negatives is as follows eg:- AV000-AV999 AW000-AW999 AX000-AX999...
  13. wisey

    Displaying a user-defined number of records as a query result.

    Thanks Amiel,, This sound to me like a stupid question, but can I do this from inside a query or do i need to put this in some VB? I'd really like to do it just inside a query?<br><br><br>cheers wisey
  14. wisey

    Displaying a user-defined number of records as a query result.

    I need to know how to set top values to a user defined amount. Something keyed in on a form say.

Part and Inventory Search

Back
Top