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
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...
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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.