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 TouchToneTommy 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. earlrainer

    password char in memo

    Thanks Glenn for all your help
  2. earlrainer

    password char in memo

    Hi Glenn , that was brilliant. just one minor hitch , when i delete from first memo it does not delete from the other because of the exit ,any work around that. Thank a lot for your help Glenn
  3. earlrainer

    password char in memo

    Hello guys , in Tedit we can set passwordchar property to hide user input. can the same be done with a tmemo ? thanks
  4. earlrainer

    Raise

    Thank you all for taking the time to comment on my question. Yes Brian , the company has started to do well only since last year.So i guess now is the time to stop being too nice and ask for a raise. Thank you guys once again. I will keep you informed on the outcome
  5. earlrainer

    Raise

    Hi Ed , You are correct. My responsibilities have gone up a lot. Finally I have gathered enough steam to knock on his door and ask for a raise :) thank you for your comment
  6. earlrainer

    Raise

    Thank You Liz , I will try to use that approach. Thank you
  7. earlrainer

    Raise

    Hey guys, I have been working in this company for 7 years now. Our company has a strict policy of not discussing salary issues with other employees. My salary has not been raised since beginning of 2005. I was ok with this but last month the company has hired 3 new developers who are put under...
  8. earlrainer

    Hosting site

    Thanks a lot Chris
  9. earlrainer

    please suggest

    Thank you Corey :)
  10. earlrainer

    Hosting site

    Hello guys, I wish to create a website where users can join and then answer some surveys. There will new surveys everyday that means the database size might increase fast. my problem is that I am competent only in ASP.net and sql server and i want to make the site using that. I am looking for a...
  11. earlrainer

    please suggest

    Hello guys, I wish to create a website where users can join and then answer some surveys. There will new surveys everyday that means the database size might increase fast. my problem is that I am competent only in ASP.net and sql server and i want to make the site using that. I am looking for a...
  12. earlrainer

    button problem

    I tried searching another component. I found one here but it also has same problem I face http://www.vclcomponents.com/Delphi/Buttons/Image_Button-info.html if you install this component and write this code on click label1.caption := inttostr(strtoint(label1.caption)+1) ; and this code on...
  13. earlrainer

    button problem

    Hello guys, I have tried to make a new button component that shows two images when normal and when clicked. one problem I am facing is that the button does not respond fast enough on mouse clicks. say i click the mouse twice very fast but the button executes button click only once. something...
  14. earlrainer

    simple array code

    Thanks Clive :)
  15. earlrainer

    simple array code

    thanks for your replies guys. just been way out of touch with delphi. actually what i was looking for is if a DLL passes me a dynamic array with X values , what function do I use to find X. I thought it was hi-lo but guess its not
  16. earlrainer

    simple array code

    in delphi how do i make an array of integers, fill it with random numbers and then find the max from these numbers? thanks
  17. earlrainer

    Delphi and Vista protected mode

    I have a program that records mouseclicks and other events .it works fine on all programs but when it comes to IE7 and Vista it does not work. Only if I disable protected mode in IE it works but that is not a good solution. I was checking around the net and it seems "running the program at a low...
  18. earlrainer

    Delphi and Vista protected mode

    Hello guys , Do you know how to make a delphi program run under protected mode in windows Vista? Any help is truly appreciated.
  19. earlrainer

    HTML editor

    Hi, I wish to develop a small WYSIWYG html editor using Delphi . This is a very simple editor I am trying to make. Can you please point to some code, links, articles or tutorials. even any links to third party components that will help me make the editor will be helpful. Thanks
  20. earlrainer

    Break points dont work

    I put a very simple showmessage('Hello') line in formactivate. This gets execcuted i.e the programs shows the message. but if i put a breakpoint here, it does not pause at this breakpoint. This project has many forms.all the other forms show the blue dots except the main form which has...

Part and Inventory Search

Back
Top