User Profile
Collapse
-
ParentCol N ChildCol
Hello, I have a dataset1which contains 2 datatables, and add a datarelation between these 2 datatables, table1 and table2. The parentcol and childcol of this dataset1 are linked with column 'Num'. I've got a DataGrid control in form1 with data source is the parent table(table1) and another DataGrid control in form2 which its data source is also the parent table but data member is the child table(table2 in dataset1). How can I retrieve the related... -
SplitContainer.Panel VS keyDown(Enter)
Hello!!! I've got a problem of my form application that the KeyDown function doesn't work. It suppose to be go to the next textbox field within same panel control but it doesn't work, as i'm using SplitContainer. Panel in such forms. Isn't it the SplitContainer caused this problem happen? How can i solve the problem? The code that i'm use is VB 2005.
Private Sub TextBox64_KeyDo wn(ByVal sender As Object, ByVal e As System.Windows. Forms.KeyEventA rgs)... -
Thanks. I get it . I use Decimal as data type, actually. -
Return Exact Decimal Point
I wonder that after arithmetic calculation, the result will be rounded-off in VB 2005, eg. the exact result after computation is 0.67, but the VB will return the result automatically to 1.00. How can i get the exact result( 0.67) displays in TextBox field? -
-
Add New Line in MessageBox
Hi, everybody! I would like to ask for your helps to solve this problem -- How to add new line in MessageBox, using VB 2005. i try using '&vbnewline&' , but still can't work.
No activity results to display
Show More
Leave a comment: