Search results for query: *

  • Users: Mohan
  • Order by date
  1. M

    Multiple Interface

    can i write multiple interface in a file. for eg i have something like this in a file Interface InterFace1 . . end interface can i write Interface InterFace2 . . end interface Interface InterFace3 . . end interface in same file please suugest me
  2. M

    Invalid attempt to read when no data is present.

    Dim strQRY As String = "Select Max(id) From DESIGNATION" Dim conTemp As New SqlConnection conTemp.ConnectionString = CONNECTIONSTRING conTemp.Open() Dim command As New SqlCommand(strQRY, conTemp) Dim reader As SqlDataReader = command.ExecuteReader() Return reader(0) when i query the same...
  3. M

    how to make form width equal to splitcontainer panel width

    Actually ur first solution only worked for me... even second solution also worked. both time child form is width is not resizing... in ur first solution the child form height was equal to the panel height it's good coz i wanted it like that. but width of the form is not...
  4. M

    how to make form width equal to splitcontainer panel width

    thanks it worked. but the child form width is not increasing according to the width of panel. please suggest me solution for this.
  5. M

    how to make form width equal to splitcontainer panel width

    in a mdi form I have put a splitcontainer control, in panel1 treeview control, in panel 2, i want to show child forms equal to width of the panel2, how to make this.
  6. M

    Object Oriented Approach for Database application

    :) don't worry i don't ask so much help from u. whatever i'm getting help from u and vbdontnetforums is really great. i come back again... bye for now
  7. M

    Object Oriented Approach for Database application

    thanks for ur program and helping. i'm beginner to vb.net but not to the world of programming, i got good experience in VB6, even i read VB.NET, now i started to do application in vb.net so i wanted to have good base for my start, hope u give good support to me to start/continue application...
  8. M

    Object Oriented Approach for Database application

    thanks for ur reply, i need code for sqlserver coz i don;t have mysql, please send me the code for sqlserver. thanks
  9. M

    Object Oriented Approach for Database application

    can anybody help how to develop Database application completely in OOPS way. means classes for database Tables, considerning Columns as members of the class. Adding new record, modifying records, deleting records to be treated as methods... it will be great help if any of u provide me a...
  10. M

    declare AdoDB.Connection

    thanks... can u please help me by giving any sample application where it uses oops concept for database application development with add, modify, delete and retrieving data from database, everything should be in OOPs. so i can follow and learn fast. ur help is highly appreciated.
  11. M

    Too many connection error

    thanks ramnuj, i read as u said... i some how started to do programming with database, if i need any help i come back to u... thanks
  12. M

    Too many connection error

    thanks ramnuj... i'm seeing ur sample project, really i feel like i have to learn lot to do project, i want to know more in detail. i want to know y we v have to wtite imports system.data.sqlclient in all form, can't we put everything in a module so that it is available to all the forms...
  13. M

    Too many connection error

    thaks for ur reply, i'm new to vb.net, i just finished learning n started to do application with sql server as backend. so if possible please send me code..so i can follow up and begin my application it will be great help fromur side thanks
  14. M

    declare AdoDB.Connection

    really i'm having in posting...i tried checked i didn't get way to post...please let me know how to post... sorry for troubling you
  15. M

    Too many connection error

    same pbm here...how to use single connection class for entire application please help
  16. M

    declare AdoDB.Connection

    please help me coz i'm new to VB.NET can anybody help me... IN vb6 i used to declare "AdoDB.Connection" in Module and i with this connection i used to open many recordset at diff forms.. in vb.net i'm trying to do same thing but i'm not able to do it... and please tel me is it required to...
  17. M

    how to post new question

    can u please tell me how to post problems i don't i require previlege to post or not
Back
Top