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. 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
  16. luisve

    how to use this code?

    hi i found this code in this forum, can someone tell me how to use in my code, i meant how to call it when i want my datagrid to scroll? thanks Public Class MyDataGrid Inherits DataGrid Public Sub ScrollToRow(ByVal row As Integer) If Not Me.DataSource Is Nothing Then...
  17. luisve

    datagrid format

    hi i am trying to change the color of a row on a datagrid if the column id=1 and also i would like to change the color of a row when is double click, thanks for the help
  18. luisve

    dll

    hi i just created an app using visual.net i need some dll to run the app, is there any way to have the app looking for this app in the wimdows/system32 folder instead of the folder where the .exe is located?
  19. luisve

    showdialog and then close it

    this is the error that i am getting, i changed the code to the activated event but same result. An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in system.windows.forms.dll Additional information: Unable to get the window handle for the 'AxAtmTerminal'...
  20. luisve

    showdialog and then close it

    hi!! i have a program with two forms, the program starts on form1, on the load event i show the form2, this works really good but i have a cancel button on the form2, if the user click this button i have to close all the program, i am ush=ing dialogevent.cancel after the user click button1 on...

Part and Inventory Search

Back
Top