Search results for query: *

  • Users: tutu
  • Order by date
  1. T

    parent and child form in vb.net windows application

    hi all, 1)i want to know how to creat parent and child forms in my vb.net windows application so that i can pass values between the parent and the child form and vice a versa. 2)i would be greatful if you can tell me how to pass values between sibling forms in vb.net windows application,you are...
  2. T

    pass value between forms in vb.net

    hi all, in my vb.net application i have a dropdown list in form 1 and the value selected in this dropdownlist is used in the other forms of my application.how can i declare a variable so that its value is accessible to all other forms in my application.
  3. T

    how can i show data from 3 different tables without using a dataset in my crystal rep

    hi all , i need to make a form which has a crystal report viewer showing all the records (retrieved from 3 different tables of a sql server 2000 database)for a specific bill number and the bill number is choosen from a drop down list in the report. my problem is in how can i show...
  4. T

    passing parameter to crystal report from vb.net

    hi all, need code to pass bill no from my vb.net windows form to a crystal report so that the crystal report displays data from an sql server 2000 database depending on the bill no passes . i specifically need the codes that are to be written in the code behind of the...
  5. T

    how to pass parameters from vb.net form to a crystal report sql query

    hi all, i want to pass a bill no and client name from a vb.net form to a crystal report sql querry and generate report based on that bill no.please help
  6. T

    how to export in word format from vb.net windows application

    i need to generate a bill in tabular word format from my vb.net windows application ,using sql server 2000 as the backend .please help.
  7. T

    need information on vb.net treeview control

    hi all, please give me codes on how to populate the tree view control in vb.net using sql server as the backend
  8. T

    how to create and use components

    i am not clear about this component concept, kindly let me know how to develop these and how can i use them in my ongoing project ,i.e how to create an object and call it.also where can i get free components in the web so that i can use them directly in my applications.
  9. T

    is chatting possible in vb.net windows application hving sql server 2000 as backend

    hi all, i need to implement chatting in my asp.net windows application having sql server 2000 as backend , does anyone have codes for this. is chatting possible in vb.net windows application.
  10. T

    how to retrieve a print out of data stored in sql server from vb.net application

    hi all , i have a vb.net windows application, i want to retrieve a print out of all the data that is there in a particular vb.net screen ,in word format,the datas are populated to the screen from a sql server 2000 database. please help.
  11. T

    how to add listview to every row of a particular column of a datagrid in vb.net

    hi everybody,please let me know how i can add a listview populated from sql server 2000 database to every cell of a particular column of a datagrid mine is a vb.net windows application
  12. T

    need a list view control in datagrid cell of every row ,when ctrl+l is pressed

    i need a list view control populated by sql server 2000 ,inside a particular cell of every row of a particular column when the user clicks on that cell ,this is a vb.net windows application. :mad:
Back
Top