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

    In any other machine it is working fine, But in my machine it is giving these errors...Does that mean anything wrong in my machine.? Thanks
  3. 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...
  4. 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
  5. 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.
  6. 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
  7. indiaa123

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

    I got a tool which will do this... i have modified it for my requirements. have a look into the attachemtn provided in this link. http://www.devcity.net/forums/topic.asp?tid=26848&highlight=shell Thank you Suresh
  8. indiaa123

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

    CAn you just post the full correct code once again. I know that i am bugging for long.... Thank you
  9. indiaa123

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

    I am having some other problems in the following line Dim WSH As IWshShell
  10. indiaa123

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

    The code which i have created is Dim RetVal As Long Dim WSH As IWshShell Dim WaitForTermination As Boolean Dim CommandLine As String Private Declare Sub ExitProcess Lib "kernel32" (ByVal ReturnCode As Long) Private Sub Command1_Click() Dim oFso As New...
  11. indiaa123

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

    NO it is not working...any other solution. Thanks Suresh
  12. indiaa123

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

    How to pass a parammeter using the above function to run the exe. Thanks
  13. indiaa123

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

    I tried like this filepath = str_srcfoldername & ofile.Name Call Shell("c:\md5.exe &filepath>c:\s1.txt") BUt no fruitful results. Any other ways of getting the solution using windows API. Let me know
  14. 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
  15. indiaa123

    How to load a macro whenever microsoft word is opened.

    How to create the autoexe module. Any more information should help me.
  16. 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?
  17. indiaa123

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

    Thanks Paul One more Question. If the batch file is not running a exe but doing some other operation. How to handle this situation.
  18. indiaa123

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

    Thanks ! I have another problem now. This is lauching the MSDos prompt but not executing my .exe file (present in batch file) until I close the dos prompt. Content of my batch file is: C:\Myapp\setup.exe As soon as I close the dos prompt, it starts executing the .exe file. I don't want to...
  19. indiaa123

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

    I am getting a compile error in the following line. Call CloseHandle(udtProc.hThread) Call CloseHandle(udtProc.hProcess) This function is not present i believe.
  20. indiaa123

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

    I copied the code in VB editor, But i see some lines in red. Probably some piece of info is missing in this line Public Const NORMAL_PRIORITY_CLASS = &H20& Public Const INFINITE = -1& Can you help me out.

Part and Inventory Search

Back
Top