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...
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?
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...
hi i am using the following code to select all the row in a datagrid when the user changes the current row using the keyboard, this works but the currect cell displays the cursor keyboard cursor(|) how can i avoid this and select all the row in the same color and witout the cursor?
Private Sub...
hi i ve this code that i use to send data from from1 to from2:
MyInstanceOfForm2 = form2
MyInstanceOfForm2.Show()
MyInstanceOfForm2.Label1.Text = alt.Text
the problem is form 2 is already open, and if i run this code, it will open another copy of form2, what i need to do...
hi i have a useform and i would like to keep the focus on the userform no matter where the user click, i have to run a sub that stop if the userform lost the focus, is this posible? thanks
hi i have a procedure call insert i can run it from the server explorer, how can i call it using code if it have two variables(id, and fln)? thanks for the help
hi i have a procedure call insert i can run it from the server explorer, how can i call it using code if it have two variables(id, and fln)? thanks for the help
hi i am using attachmate terminal control from visual net. everything works fine but the onlu thing i cannot do is send the key BREAK and CLEAR, normally using the keyboard i use the pause/break key to go to the previous page but i cannot do it by code can someone help me please? thanks
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.