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 SkipVought 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. lambert27407

    Terminal Connection not auto connecting on users pc

    Ok so I am still working on this application. I am using a windows form application to wrap around the Attachmate Terminal Control active x component. I actually have everything running perfectly on my PC and have packaged the application using one click. It works on my pc but now when I...
  2. lambert27407

    Refreshing Terminal Control

    I am using the 3270 session. I actually was able to get this working by using Terminal.Session.Screen.SendKeys("@C", 0) to get a clear screen the .PutString("QUIT", 1, 2)
  3. lambert27407

    Refreshing Terminal Control

    I am trying to setup a function to use in my automation programs that checks to see if you are at the login screen and will reset the terminal object on my form without having to reload the form. Am I missing somthing? Here is my code: Public Shared Function AtLogin(ByVal Terminal As Object)...
  4. lambert27407

    ODBE connection over network drive

    The project I am working on is a standard database tool(pull data from tables/add data to tables). I am unable to get access to a sql server so I am using an access dbs on a shared network drive for all of my tables(not ideal but its what im working with). I can require everyone who will use...
  5. lambert27407

    Placing Extra in a windows form

    Here is my 1st problem, the example from attachmate references a file Extra. I cant find that anywhere. I am assuming it would be Extra.dll but I do not have that file in my E!E2K folder
  6. lambert27407

    Inserting applications into windows forms

    Hello, I am currently trying to insert an existing application into a windows form, meaning when the application I create is opened I would like to have another application running within my application. How would I go about doing this? Thank you for any help you can provide me.
  7. lambert27407

    Placing Extra in a windows form

    Hello All, I am attempting to place an extra session in a VB windows form similar to the C# example on attachmates website but I just can't get it to work. here is the example I refered to: http://download2.attachmate.com/fileinfo.asp?filename=SetParentCSharp.zip I am an entry level programer...

Part and Inventory Search

Back
Top