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 derfloh 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. ATHUEL

    How to pass a user defined type to an Api function?

    Hi all, I´m facing this problem with an Api function: the function is something like this:( in c++) bool someFunction ( LPDest Dest, hFile HandleFile) ( translated to vb from c++) public someFunction( ByRef DestinationPointer as Any, ByVal HandleToFile as long ) as boolean...
  2. ATHUEL

    in search for ideas

    strongm, yes, I send the image to a specific folder, then my app. takes it and creates the aditional files needed by the machine that prints the image...
  3. ATHUEL

    in search for ideas

    CaptainD, I'm sorry but that's not what I'm looking for... I'm trying to "create" a sort of "printer to file". I know that there are some of this on the internet, but they are quite expensive... So, I'm trying to figure how to do this... Right now I'm investigating on how ".gpd" files...
  4. ATHUEL

    in search for ideas

    guys, First of all, thanks for your replys. ( I'm on vacation,so sorry for the delayed answer...) Actually, I think that my post was misundertood, except for tsh73, whom really did understand what my goal is... Thanks CaptainD for your effor, but this is not what I need. What I need, is...
  5. ATHUEL

    in search for ideas

    Hi everyone, I need to send images edited in Photoshop , or any other image editor software, to my own application that creates some aditional files from the image file. What I want, is to do this using something like if I was sending the image to the printer. In fact my app. sends the image...
  6. ATHUEL

    sending windows to standby

    Hi, anyone know how to send windows to standby using vb? thanks in advance, Athuel.
  7. ATHUEL

    how to solve this ?

    Thanks for your posts but I'm looking for other solution. The problem is that í need to catch the file as soon it is inside the folder, because that file is part of other aplication, and once it is not longer needed it's deleted. so i have really few milliseconds to acomplish my task. At this...
  8. ATHUEL

    how to solve this ?

    HI, I have this piece of code that wait until a file is inside of a folder "Do While present = False present = file_in_folder(temppath) DoEvents Loop" but I realize that in the mindtime the usage of the cpu is 100%.I don't experience any problem using other applications when...
  9. ATHUEL

    Help reading this file

    Vb5prgrmr, thanks for your code it worked just perfect. the endposition & startposition algoritms are quite clever. Your are a genius !! Sorry for delay in my response...( I was traveling around my country). Bye.
  10. ATHUEL

    Help reading this file

    Ok, I gonna try these approaches and i'll let you know Thanks you guys for all.
  11. ATHUEL

    Help reading this file

    SeanGriffin, Ok, that is what I thougth, then, how can I read a bin file and convert it to a text string in order to capture the path to the file that I need
  12. ATHUEL

    Help reading this file

    Hi everyone, I need to read this text from a file. Max Print Job File Øê @ ˆ  I7lˆ Dl@  ´ë\165x Dläê dë B-@lÿÿÿÿ Æ7l bjpm  ) C:\DOCUME~1\all users\LOCALS~1\Temp\1624.mjd , ,  PMGC Print Job All this is in one line. I'm...
  13. ATHUEL

    To call a function

    ok, thanks for your answer. I can see that it´s more dificult that i thought.
  14. ATHUEL

    To call a function

    My aim is to call a function just when i double click on a folder. that is posible? Thanks, Leo.
  15. ATHUEL

    help with DateLastModified property

    Hi, there is any way to change the DateLastModified property of a certain file. My goal is to load some files and get them with the same modified date. I already know that it is a read only property. What i´m doing now is opening the file ( a .bmp or .jpg), loading it onto a picturebox and...
  16. ATHUEL

    help with picturebox control

    HI again, I wanna know if it´s possible that a picturebox, show images at deepcolor of 24bits, because when i load an image and after that i save it using the savepicture function, i see that the deepcolor of the saved image changes. there is something that i can do to solve this? I...
  17. ATHUEL

    help with Imgedit control

    Hi, does anyone knows why when i tried to save a jpg image loaded into an imgedit control using saveas method, it doesn´t work? I tried saving the image as a .bmp file and it works fine, but if i try to save it as jpg, it just doesn´t work. I was looking at the imgedit help and i think...
  18. ATHUEL

    Saving edited images

    Hi, I wanna save an image that i have loaded into an image control/ imgedit control, but I want save all the changes i made on it, i.e. rotation, resizing, etc. I tried to do this using the DIjpg.dll that I found on the internet but it just saves the image in its original form,with its...
  19. ATHUEL

    how can i use a progressbar to show the state of a process

    Ok, It worked fine ! thanks CajunCenturion !!!
  20. ATHUEL

    how can i use a progressbar to show the state of a process

    HI ! I wanna use a progress bar to show the state of a certain process. I have all my functions on a module and i tried to make a call to a progressbarfunction in the form1 but i see that i can´t call a function from a module and i can´t put a control in the module in order to create the...

Part and Inventory Search

Back
Top