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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by give2get

  1. give2get

    oleobject - word

    Try to use the mail merge iRet = objWordDoc.ConnectToNewObject("Word.Application") IF iRet = 0 THEN objWordDoc.Documents.Open("filename.doc") objWordDoc.ActiveDocument.MailMerge.OpenDatasource("datafile.cvs") objWordDoc.ActiveDocument.MailMerge.ViewMailMergeFieldCodes = False...
  2. give2get

    I'm must finish a program that use

    I'm must finish a program that use ADODC Data Access Component to connect and retrival data from SQLServer. I have some ADODCs on my forms and these ADODC autoconnect before I try to change those connectstring to have right connectstr to Sql server. Seem they are loaded before form load. Is...
  3. give2get

    How to refresh a new change in Window??

    Thanks any way, but this method have only effect with my own program. I'm trying write a Program to change Appearancy of windows but not require to restart windows. Please help me.
  4. give2get

    How to refresh a new change in Window??

    Which's API help refresh a new change similar click Apply button?
  5. give2get

    How to refresh a new change in Window??

    Which're APIs refresh a certaint changes (Ex: chang current background) similar click Apply button.
  6. give2get

    HOW TO HANDLE VIDEO PLAYING BY MCI????

    Vb5prgrmr , I'm using api instead of MMC(multimedia control AcitveX). My problem is how to get and pass the MCI video handle into my win by all api, no ActiveX Thank you, anyway
  7. give2get

    HOW TO HANDLE VIDEO PLAYING BY MCI????

    I'm making a small video player. I used api: sendMCIstring, it work very well, but it display video on itself window. I want it appears on my own dialog. What should I do? Please tell me what api(s) I should use. Thanks
  8. give2get

    GET A WORD UNDER MOUSE POINTER????

    I'm writing a small desktop utilize, but I don't know how to get a text word in a textbox (exact word at mouse pointer). If you know, please tell me api(s) I should use. Thanks.

Part and Inventory Search

Back
Top