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 Mike Lewis 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. proguru

    Printer Jobs

    Hi all I want to keep track of the documents sent to the printer. I want to keep track of the time, date and filename of the document. How can i do? Thanks in advance
  2. proguru

    System volume

    Hi all I want to set the system volume to the minimum level (silence) how this can be done in VB? Thanks in advance
  3. proguru

    Dependent Combox Box and Independent text box

    thanks for your help that`s exactly what i needed
  4. proguru

    Dependent Combox Box and Independent text box

    Hi I have a form with one combo box which displays the name and the lastname of a employee based on his/her code I want this lastname and name to be displayed in a text box how can i do this? any ideas? Thanks
  5. proguru

    Data control labels

    thanks for the awswer but the after update does not work with check boxes
  6. proguru

    Data control labels

    Hi I have a form with many check boxes with their labels. I want to change the color of the labels when the controls are checked. How can i do this? Is there a way to access the label of a particular check box through code? Thanks in advance
  7. proguru

    How to tell if a particular program is currently running on my system

    Hello all I have two problems. First My program has to ask if a particular program is currently running on the system. Second Then it has to terminate or kill that program Thanks.
  8. proguru

    Problem with a component

    I try to use a component derived from TRichedit. I test it in a project and works. The next step is to install it. The install process also works (does not give any errors). When i open a new project and rty to drop the component in the form,the error appears "Control has no parent...
  9. proguru

    Component XXX has no parent window

    Hi I made a component derived from TrichEdit. When i install it and i try to drop it in a form a message dialog appears with the message "Component xxx has no parent window" where xxx is the name of my component How do i fix this problem?
  10. proguru

    Allocate memory and release it

    How can i allocate memory and free it for a two dimensional array using new and delete
  11. proguru

    How to redefine an event on a derived component

    I am working on a TRichEdit derived component. I have to do something when OnChange event occurs. How can i do this?
  12. proguru

    Display images

    hello everybody I just have a question. I have a table with holds images. The data are: CodeImage Image(JPG like an ole object) I want to display only the pictures of the records in a form in the following order ----------------------- R1 | R2 | R3 | R4 | R5 | R6 | R7 | R8 | R9| R10 |R11|R12...
  13. proguru

    Plaintext in richedit controls

    Hi I just want to know how can i load a plaintext file in a richedit control and how can i save the contents of a richedit control as a plaintext file. Thanks.
  14. proguru

    Background color

    Hi I have two questions How can i change the background color of the main dialog in a dialog based application? How can i change the background color of a formview class? Thanks.
  15. proguru

    numerical led display

    i am looking for a numerical led display with an option to configure the number of decimal places. thanks
  16. proguru

    worker thread

    How can i send a worker thread a termination message? For example: I have in my code the following CWinThread* mythread = AfxBeginThread(MyProcThread, (LPVOID) this); UINT MyProcThread(LPARAM lparam) { .... // some code here while (TRUE) { // here i read a pulse from one pin of the...
  17. proguru

    Console window

    My question is how can i open a console child window in a MDI app?
  18. proguru

    Console window

    How can i open a console window in a MDI application?
  19. proguru

    Sintax highlghting

    How can i use sintax coloring in a rich edit control in c++ Builder. Is there a free component?

Part and Inventory Search

Back
Top