User Profile

Collapse

Profile Sidebar

Collapse
KalupaPaluku
KalupaPaluku
Last Activity: Oct 25 '07, 09:30 AM
Joined: Sep 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • KalupaPaluku
    started a topic ParentCol N ChildCol
    in .NET

    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...
    See more | Go to post

  • KalupaPaluku
    started a topic SplitContainer.Panel VS keyDown(Enter)

    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)...
    See more | Go to post

  • KalupaPaluku
    replied to Return Exact Decimal Point
    Thanks. I get it . I use Decimal as data type, actually.
    See more | Go to post

    Leave a comment:


  • KalupaPaluku
    started a topic Return Exact Decimal Point

    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?
    See more | Go to post

  • KalupaPaluku
    replied to Add New Line in MessageBox
    Thanks for ur all help.
    See more | Go to post

    Leave a comment:


  • KalupaPaluku
    started a topic Add New Line in MessageBox

    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.
    See more | Go to post
No activity results to display
Show More
Working...