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 Rhinorhino 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: ATHUEL
  • Content: Threads
  • Order by date
  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

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

    sending windows to standby

    Hi, anyone know how to send windows to standby using vb? thanks in advance, Athuel.
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. ATHUEL

    createobjet function

    can anyone tell me why I can´t use the createobjet function, it looks like i don´t have it in my VB 6 ? should I load any library or a stuf like that ?
  13. ATHUEL

    pls help with FSO

    Pls, I need to use the FileSystemObjet objet but i don´t understand some things: 1_Here is an example of the MSDN library Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("c:\testfile.txt", True) a.WriteLine("This is a test.")...
  14. ATHUEL

    how call a procedure when you put a file into a folder

    hi everyone, I want to build an application that open a window when a a new file is loaded into a folder. I tried to do this using the following,(these functions are in a module) Public Function FileExist(strPath As String) As Boolean FileExist = Not (Dir(strPath) =...
  15. ATHUEL

    how can I call to an appl. when I put a file into a folder?

    I need run a process when from other application like photoshop I save an image to a folder.I don´t know what control should i use or if there are another way to do this. I really appreciate if someone could help me.

Part and Inventory Search

Back
Top