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...
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...
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"...
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...
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??
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...
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 !!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.