Search:

Type: Posts; User: athar_anis

Search: Search took 0.04 seconds.

  1. Re: Master Detail form DataGridView combobox lookup Problem

    That did the job bang on...
    Thank a trillion dude, main reason why i love this forum :-)
  2. Master Detail form DataGridView combobox lookup Problem

    hi
    i have a master detail form with databound datagridviews.
    my detail datagridview is bound to FKFieldSubFieldLookupTableBindingSource
    and it shows the linked sub-fields when the main field...
  3. Replies
    5
    Views
    907

    VS 2005 Re: Programatically reset Formview values

    just use the above routine i sent....

    remove ur for loop... and use this one instead
  4. Replies
    5
    Views
    907

    VS 2005 Re: Programatically reset Formview values

    try this




    Dim ctrl As Control

    For Each ctrl In formview7.Controls

    If TypeOf ctrl Is textbox Then
  5. Replies
    5
    Views
    907

    VS 2005 Re: Programatically reset Formview values

    try



    If TypeOf FormView7.Controls.Item(x) Is TextBox Then

    dim mm as textbox = directcast (formview7.control.item(x), textbox)
    mm.text = ""

    End If
  6. VS 2008 Re: [RESOLVED] Passing values between forms inside a DLL

    u r most welcome deelan, m glad :D
  7. VS 2008 Re: Passing values between forms inside a DLL

    Deelan u r highly welcomed any time... !!
    if thats the case, did u try to declare a global variable in a module and having that variable value shared amogst both the forms.

    In details,
    declare a...
  8. VS 2008 Re: Problems passing values between forms in a class file

    http://www.codeproject.com/KB/dotnet/passingvaluesbetweenforms.aspx
  9. Replies
    1
    Views
    424

    mdiClient Form Instance

    Dear all
    I am working in a MDI environment... I have a template Form (frmTemplate) that is inherited in all the mdiclient forms, to have the same look and feel on all the forms used in the...
  10. Replies
    2
    Views
    2,301

    VS 2008 Re: user defined property

    thanks a lot...
    the first method worked like a charm :)
  11. Replies
    2
    Views
    2,301

    VS 2008 [RESOLVED] user defined property

    Dear All,
    I have derived a textbox. This user control works fine everywhere. However, i have added a property in this as follow:



    Public _propertyValue As Boolean
    Public Overridable...
  12. Re: Adding a close button to BindingNavigator and "sharing" it with other forms

    hi thanks for the reply
    how do i make changes to the derive class? i mean i have dragged and dropped the bindingnavigator (BNnew) control in the class (BN) designer view... and then added few...
  13. Re: Adding a close button to BindingNavigator and "sharing" it with other forms

    :confused::confused::confused::confused:
    Dear professionals,
    I have gone through this threat. I am also facing a similiar problem.
    I need to inherit a binding navigator, add some new buttons and...
  14. Re: [RESOLVED] Sudden "Error accessing the system registry"

    hi
    Try performing these two tasks..

    1) Instead of installing vb6 again, try reinstalling Crystal Reports.
    2) Click Start, Programs, Microsoft Visual Basic 6 and Right Click The Visual Basic 6...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width