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 Chriss Miller 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. Mark33

    MTS with Windows 2000 clients - does it work?

    Have spoken to Microsoft and for anyone who is interested (not many judging by the replies!) there are no issues with this or trying to do it the other way round - ie. using com+ NT4 clients. my probelm is down to something else - which I haven't completely sussed yet.
  2. Mark33

    RE: Excel Automation Column Widths

    Range is an object that requires you to asign something to it. Use following code: pobjExcel.Worksheets("Sheet1").Columns("B").ColumnWidth = 30 pobjExcel is a variable containing reference to excel.application. Be careful using global code i.e. just writing worksheets...
  3. Mark33

    MTS with Windows 2000 clients - does it work?

    Hi Chiph, Yes the component was built with VB and the server that is running MTS has visual studio on it as well so all the runtime files are there. I know that component services on 2000 server produces .mis files to configure client apps to use remote components so wondered if 2000 client...
  4. Mark33

    MTS with Windows 2000 clients - does it work?

    Probably a silly question but I am testing a component on MTS with a client app running on Windows 2000 Professional. I keep getting error 48, Cannot Load DLL. I have run the client executable (produced when I created an export package on the NT4 Server running MTS) on the client machine I am...

Part and Inventory Search

Back
Top