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 !!
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...
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
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?
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'...
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...
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.