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...
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...
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...
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...
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...
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...
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...
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.
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
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.