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 Shaun E 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: indiaa123
  • Content: Threads
  • Order by date
  1. indiaa123

    How to control the screen size of word application?

    I have written a shell command to call word application and the word application is opening fine. But once the application is opened. I want to have the word application screen in a specific size say 850*850 and make it fixed so that the user will not be able to change the size. Can any one...
  2. indiaa123

    Immediate help req. Unable to load a existing VBP module.

    I have an VBP standard EXE project. I was working on it yesterday and it was working fine. Now i am unable to load the VBP project. I have restarted my PC and tried, no fruitful results. I am able to load some other projects succesfully, except this project which i was working yesterday. Not...
  3. indiaa123

    How to protect characters in word....from editing

    I want to protect a certain portion of a wod documument from editing. How can i do this. Thanks
  4. indiaa123

    How to add a new tool bar with new features in word

    I want a tool bar,(say a list box) where in i will be able to select a word from the list and the selected word should appear in the word document. Is it possible to create our own toolbar with our own features in word.
  5. indiaa123

    How to select a particular folder in a drive

    My PC is linked to different drives say C Drive, D Drive. I want to select a folder which is present in the drives and use it for my further manupulations.... How could i do this using VB... Thanks you
  6. indiaa123

    How to invoke an exe from VB,pass parameters,Store results

    I need to invoke an exe from VB. I have to pass some parammeters to run the exe. The exe is giving a 16 digit number as output i need to store the result in a output file. Is there any feasible solution. Thanks
  7. indiaa123

    How to load a macro whenever microsoft word is opened.

    I need a piece of code to be copied into the visual basic editor whenever microsoft word opens and to be deleted when word is closed. How to do it?
  8. indiaa123

    How to find out a particular task is completed or not.

    I am trying to execute three batch files through VB application as given below Task1 = Shell("\\..\..\" & "softwaresetup.bat", vbHide) Task2 = Shell("\\..\..\" & "packagesetup.bat", vbHide) Task3 = Shell("\\..\.." &...
  9. indiaa123

    RTF Reader

    Hi, I am looking for a code which reads RTF and gets information about the text properties/ contents of the RTF. Please advise Thanks Suresh
  10. indiaa123

    Getting Properties of contents in RTF file

    I want to read a RTF file and convert the contents into a different format. While reading a RTF we encounter texts,boxes,frames,tables etc.. 1) How to find out the exact position of each word using VB or VBA. 2) How to get the properties of each words/boxes/lines/tables etc. 3)We can add...
  11. indiaa123

    Reading a RTF file

    I want to read a RTF file and convert the contents into a different format. While reading a RTF we encounter texts,boxes,frames,tables etc.. 1) How to find out the exact position of each word using VB or VBA. 2) How to get the properties of each words/boxes/lines/tables etc. 3)We can add...

Part and Inventory Search

Back
Top