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. wardhan

    How to solve this

    Dear Friends I want to display content to output display only after key down event i.e. if a particular key a pressed. WM_PAINT message is always the last message and it can post into the message queue after once InvalidateRect is executed. But I am unable to get the result. So please help me...
  2. wardhan

    ScrollBar Problem

    Dear Friends Hi Will you please anyone tell me how to maintain scroll bar if no. of line of document is unknown. is it not possible that system itself maintain the scroll bar automatically.i am new to VC++ so please help me in getting the solution. Thanks in advance Bye Binay
  3. wardhan

    How to modify contents of another application[b\]

    Dear Frineds I want to select content from any application window to modify the selected contents there only using Win32application.Selection should be done either by mouse movement or by keyboard. So please let me know how to do this.For output display we can use WM_paint message but for other...
  4. wardhan

    How To Select Text Using Mouse Movement

    Dear friends Hi Will u please any one help me how to select text using mouse movement. Please help me in getting solution. Thanking you in advance. Bye Binay
  5. wardhan

    How To increase the font

    Dear friends I want to increase the size of font of the contents by pressing a keyboard. will u please anyone help me in doing that.How can i do that please let me know with small example of code. Thanks in advance Binay
  6. wardhan

    How to get continuous dat from Clipboard

    Dear friends Hi if anyone knows please let me know how to get data from clipboard each time it changes by pressin ctrl+c and to store it in a programvarible say pText[n] for n data to store. Please reply me as soon as possible to get the solution. Binay
  7. wardhan

    How to get data from database and vice-versa

    Dear Jcan Thanks for ur reply.I am doing my project using WIN32API,so with how i can use Appliwizard for connecting database to my application.So kindly let me know how to do this for win32 api. Once again thanks for replying. Binay
  8. wardhan

    How to get data from database and vice-versa

    DEar Sir/Friends i want to store my program varibales say pText[n]@in a database from win32 aplication.and to access from database(say MS-Access).So please write to me the method of doing this.i am new to VC++,kdly help me in getting the solution. Thanks in advance Binay
  9. wardhan

    How to get data from Clipbaord

    Dear Friends/Sir I am new to VC++.So please help me in getting the solution. I want to get data(Text)from ClipBoard eachtime whenever it is changed by Pressing Ctrl+c(As u know Clipboard data will be changed with previousone everytime whenever CTRL +c is pressed).and want to store in a...
  10. wardhan

    How to Get Text From Clipboard everytime when it is changed

    Dear Friends/Sir I am new to VC++.So please help me in getting the solution. I want to get data(Text)from ClipBoard everytime whenever it is changed by Pressing Ctrl+c(As u know Clipboard data will be changed with previousone everytime whenever CTRL +c is pressed). My programme code is like this...

Part and Inventory Search

Back
Top