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!

Recent content by luisve

  1. luisve

    adding a blank line to a richtextbox

    Thanks for the help!!!
  2. luisve

    adding a blank line to a richtextbox

    hi i am sending a string to a richtexbox,but if i send another one the last one replaces the last one, how can i add the second string to a new line?
  3. luisve

    binding a listbox

    Thanks for the help is working now!!
  4. luisve

    binding a listbox

    hi i have a listbox that is bind with a dataset, this part works fine all the records on the dataset are on the list at run time, my problem is when triying to use the values from the listbox every item that i get from this list get the value: system.data........ How can i use the value that...
  5. luisve

    how can is olve this error?

    The class EAL32VCS can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. i downloaded a sample but i cannot get in to the...
  6. luisve

    browse properities

    how can i set the ip address of the session at run time? is this possible?
  7. luisve

    using terminal control on csharp

    That only work whe you are using the session as an odject, but i am triying to use attachmate terminal control active x.
  8. luisve

    using terminal control on csharp

    i am sending the keys to ATTACHMATE TERMINAL CONTROL, is not an application it is a control, and the key is mapped as CLEAR in the original app, i try to send the clear but doesnt(using sendkeys.send("{clear}") work also i would like to use terminal1.screen.session.sendkeys to send "special"...
  9. luisve

    using terminal control on csharp

    i try System.Windows.Forms.SendKeys.SendWait("{CLEAR}") but does not work, i use the same statment to send the enter key, and other keys and always work but for some reason in does not work for the pause/break key, any other sugestion?, by the way i am using the attachmate terminal control in...
  10. luisve

    using terminal control on csharp

    i try: System.Windows.Forms.SendKeys.SendWait("{BREAK}") and terminal1.Session.Screen.SendKeys ("{break}",1) the second one just writtes {break} and the first one appear to be sending a key but it does not have the same effect on the session as if a manually press BREAK. any help??
  11. luisve

    using terminal control on csharp

    hi i am triying to use the terminal control on csharp, i dont want to create an odject just use the active x control, my question is i can send any key to the session using session.screen.sendkeys("hi",1) my question is can i use this to send keys like enter? i have been usin send.sendkeys after...
  12. luisve

    sum to a date

    hi i am triying to do this: today+30 but it does not work can someone help?
  13. luisve

    group by help

    hi! i have this table: column 1 910054180 813054179 812054178 i would like to group the or order them, the desire result will be: 812(054178) 813(054179) 910(054180) i just want to sort by the number inside() not the first 3 digits., tahnks !!
  14. luisve

    print terminal using visual.net active x control

    hi! i ma using terminal active x control on visual.net 2003 i am trying to print the control, any help?
  15. luisve

    print tab on tabcontrol

    hi i would like toknow if there is any way to print a tab from a tab control? thanks for the help

Part and Inventory Search

Back
Top