Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kbromwich

  1. kbromwich

    dial up address book

    i want to get the dial up and connection address book, display the options and allow the user to connect to the internet via the dialup basic question how do i do this? finding any info has been well tricky!!! cheers keith
  2. kbromwich

    Add User Control programmatically

    if you are making changes to the code of the control then you will need to recompile the whole solution for the changes to be replicated where the control is on a form if you are changing properties in code it should be of the control on your main form and not the usr control properities. if on...
  3. kbromwich

    io.stream

    cheers for that. it is what i thought. the stream cannot really be used in a remote process.
  4. kbromwich

    io.stream

    does anyone know much about the io.stream i have a file on the client pc. i want to open that file and process it. fine easy. the catch is that there is quite a lot of business logic to be done on the file and its contents. the processing of this then will have to sit on the business layer...
  5. kbromwich

    client-server architecture

    i think the first question you should ask yourself is not so much how to connect to the access database is, why are you having an access database. basically no. they are bad. i would firstly advise you that you should at least be using an msde database. this is free and pretty easy to use...
  6. kbromwich

    invalidcastexception iconvertiable

    all okay using version 2 of the data access block i am trying to implement sqltransaction around severall calls to stored procedures i have set up the transactions as follows dim conn as new sqlconnection(connstring) conn.open dim transaction as sqltransaction transaction =...

Part and Inventory Search

Back
Top