Search results for query: *

  1. Z

    query on toolbar control

    query this is the code snippet i hav used in my application.with the properties in the form1,form2,form3,form4 as maximizebox,minimizebox,controlbox to be false and windows state to be maximum Dim frmobj1 As New form1 frmobj1.MdiParent = Me Dim frmobj2 As New form2 frmobj2.MdiParent = Me Dim...
  2. Z

    query on toolbar control

    hi, I hav used a toolbar control in my application. On the toolbarbutton click event i need to open the respective forms.Its works fine but the problem raises when there is a need of closing my sub forms.THE toolbarbutton click actually hides the sub forms.I wan to know how to close the sub...
  3. Z

    email id validations

    hi, i want to know how to validate emailid in a textbox in vb.net.I should get a popup for an invalid emailid that is it should contain "@". with regards, zarina
  4. Z

    query on date validations

    hi, i hav used month calendar picker in my windows application need to know how to display a messagebox when from date is greater than to date provided i have used two calendars for each. with regards, zarina
  5. Z

    datagrid and query in validation

    Datagrid I tried that, even it worked out using THE SQL QUERY IN THE INHERITED CLASS DataGridTextBoxColumn but it dosen't work for large no of datas.The form gets strucked up and i cudnt scroll my datas in the datagrid.For a limited datas it works fine where the scroll bar is not in need .plz...
  6. Z

    datagrid and query in validation

    re: i tried that even it worked out using a "do while" loop but it dosen't work for large no of datas.The form gets strucked up and i cudnt scroll my datas in the datagrid.For a limited datas it works fine where the scroll bar is not in need .I HAV used a inherited class DataGridTextBoxColumn...
  7. Z

    datagrid and query in validation

    hi, regarding datagrid i have already implemented colouring of particular cell depending on a condition but i need colouring of entire row depending on a column value. i need the code snippet in "VB.NET". AND code snippet for textbox validation to make textbox entry valid for numbers and...
  8. Z

    urgent

    how to colour a row in a datagrid based on a specific condition.i need the code snippet in vb.net dont want in c#.help plz with regards, zarina
Back
Top