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 bkrike 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: ZeeNer
  • Content: Threads
  • Order by date
  1. ZeeNer

    Getting size (ko) of an image in memory

    Hello there, Im doing a windows application that basicaly read a .xls wich contains a lot of FILENAME, those filenames are all JPG files and i need to resize them to create 2 sizes of thumbnails (120x? and 260x?). This is done and work well. But i also need to estimate the size that the file...
  2. ZeeNer

    Issue with Response.Redirect when target is FTP (ie only)

    Hi i am actually working in a big project in ASPX (c#) and i've got a very weird issue and maybe one of you will put me in the right direction because i've try almost everything before posting here =/ Here's my problem : In the application the user can manager almost everything, they can add...
  3. ZeeNer

    Give or change "folder permission" to a user

    Hi again! I have another little problem in finding "how to change permission" (in my exemple, to a folder). All of my users have their own personnal folder. They must have all permission on that folder. I have to write e *.Vbs script file to give all the access to a user. I also...
  4. ZeeNer

    Create a new partition

    Hi! Im looking for a way to create a new partition with in a VBScript file. This one will be execute at user's log in... For exemple, if the users login name is Mark88, i want to create a "temporary" disk partion U:\ that will give access to his personnal directory C:\Users\Mark88\...
  5. ZeeNer

    A way to put transparence into TImage picture

    Hello ! Im wanting to turn , for exemple , the 'yellow' color into 'transparence'... The picture can change so the code must be in consequence (I cannot use the Basic 'Mask' In the 'form' in know). The simple boolean propriety *.Transparent of the TImage not always work so i want something more...
  6. ZeeNer

    Color Cursors Icon in .Res

    Hi ! I am doing some 'customize' cursors with the Image Editor (that come with delphi) and i all goes well but i can't do 'Color' cursors, the only colors that i can put is white and black... i can open .Cur with colors but when i past it in my NewCursor image it turn to white/black... Is there...
  7. ZeeNer

    Gzip exemple or something like this

    Hi! Im looking for a good exemple (source code) of a GZip (or equivalent) compression code , if anyone have some Href please give me some :P
  8. ZeeNer

    TProgressBar Color

    Does anyone know how i could turn to Red the 'progess bar' color of a TProgessBar component? I know it's useless but it's for the 'look' of my application :P .Brush.Color only allow me to change the BackGround color ;(
  9. ZeeNer

    Make your own win amp in delphi?

    Hi, i found(http://delphi.about.com/library/weekly/aa112800a.htm) that there was a way to play mp3 with a TMediaPlayer... it works... but the quality of the sound seems to be lower than normal... some *chik* and *tik* can be hear when a song is playing... this is normal? however in the two case...
  10. ZeeNer

    How to customize Screen.Cursor ?

    I would like to change the cursors in one of my application for the one i made (a .ico) but Screen.Cursor only offer me some premade cusors icon... I don't know how to put my own one , so if you could help me just reply =) (sorry for my english :P)
  11. ZeeNer

    Send Email with D5

    Hi , i would like to know if it's possible to send "email" with an application (make with delhpi)... I know a lot of things in pascal but i don't know very much about the 'internet' aspect... I don't find anything in the help but i have only the standard version so it's maybe the...
  12. ZeeNer

    Delete Files with Delphi

    Im making a save/loading engine for one of my application... This one found all the *.save files and add it into a listbox... so you can save and load very fast... but i want to allow the suppression of save files in that interface... but i don't know the way to delete a file in delphi... i look...
  13. ZeeNer

    Component for make a list of picture (*.bmp of different size)

    I need a component that could give me the chance to put a lots of Pictures that ma application will use (all the pitctures have a different size). I don't want to place a directory in the same path with the .exe that will containt all my pictures. The TimageList seem to be functionnal only if...
  14. ZeeNer

    Application event when the application is 'reactivate' ?

    I want to know how can i do a procedure that will be execute when the application is reactivate , for exemple, the user click on the desktop and sometimes after reactivate the application, in other words, when the application 'gain the focalisation'... i know it must be a TApplication Event or...
  15. ZeeNer

    Find folders with FindFirst/FindNext?

    Hi all, It's me again ;P I am trying to do a search of all the *.mp3 we can found in a specified path AND also in all the folders who are in that specified path... but with findfirst how can we search for folders? or if there's an other way to do it i'll be happy to know this way =)
  16. ZeeNer

    write in a textfile with writeln()

    i read carefully the help about write... writeln() and all the stuff to write a "text file", i need to write a text file (.txt) and make it lisible with 'enter' ... i try so many ways of write with those method (writeln) but i always get a E/S error! If anyone know realy well how we...
  17. ZeeNer

    Add TImage (Dynamic Way)

    Hi all, i want to create (and add) some TImage component in my application but i want to do it inside a procedure (Exemple : before the execution the application had 4 Timage, and after the execution of this procedure the application had 24 TImage) , does anyone here can help me? Sorry for my...
  18. ZeeNer

    Does anyone know a good midi player (component)?

    Does someone know a better component to play *.mid file in our applications... i have some problems with the TMediaPlayer (2% of the time it show me an error msg, it's not very often but im tired of this because it make my application unstable)... I found one on torry's page but he don't have...
  19. ZeeNer

    place an icon in tray when user minimize

    Well, I want to make an option in my program to be able to, when the user minimize my application, to place an icon in tray and I don't want to see the application in the task bar ... only in tray ... I'm using Delphi 5 and I'm sure it's not so hard to do ... thanx for the help

Part and Inventory Search

Back
Top