No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Re: Have you tried using any other SMTP server to send out mail? I know it is like taking 2 steps forward and 3 back but it may help you to determine whether it is the Host or the Port that is the problem (perhaps try both a non-encrypted server and … ![]() | |
Re: One benefit to using a database is that you would be able to set permissions and things such as shared files etc and hidden files. But you would also be able to have more detailed information about the files such as descriptions for each of them. If those options are … | |
Re: I'm not sure but having one of the fields in your table the same name as the table name that it is in is a good idea. If you really cannot change the name of the field in your table then try referencing the fields directly using Password.Username and Password.Password … | |
Re: Does your router use dynamic IP's for computers? if so then another computer on the network could be using static IP's which will through off your dynamically assigned one. However if your router is set up to use static IP's then check none of them conflict or that none of … | |
Re: Why do you need proxies to play runescape? If so have you tried using Google to search for some? | |
Re: Can you post some of the code that you already have please so that we can help better. From what you have said I think that you might need to use one of the actions for the combo box of OnValueChanged or something similar... ParkeyParker | |
Re: I am going to be working on this in a project that I am working on soon. As soon as I know I will let you know... I will probably be working on it a little tonight so will try and have a reply for you soon! | |
Re: Hi, What type of database engine are you using? Is it Oracle? The code that you need to use depends on which database engine that you are using, for example an MS Access file and a MySQL Database server will require different methods of connection to the database. However once … | |
Re: I agree that MySQL would be a good way to go for a website. It is secure and can handle a lot of traffic especially if it is a respectful host. One thing that I might add is that although you are uploading images of new vehicles may I suggest … | |
Re: Hi, I am just writing some code that may or may not help you... I will post another reply when it is done - just wanted to let you know that I am atempting it lol. ParkeyParker | |
Re: Hi, Looking at your question I am not sure that it will be possible to do what you want. At least not without first setting up a shared folder unless you plan on connecting to the other computer via another protocol such as FTP (Meaning that you would need an … | |
Re: Following on from adatapost's post, if using admin priviledges doesn't work then do you have another computer that you can open the same project on... Sometimes a project loses priviledges...(which can be a problem and I'm not sure how to solve it.) I really hope that you don't end up … | |
Re: I'm not sure if this is the right approach but surely you would need to use this syntax: Form1: [CODE=VBNET] Dim fullname as string fullname = TextBox1.Text [/CODE] Form2: [CODE=VBNET] TextBox2.Text = Form1.fullname [/CODE] I hope that this helps/makes sense. Also please let me know if this is a bad … | |
Re: [QUOTE=fatwhitetree;875144]Anyway I've been trying to find out how i could load a random http proxy like 24.175.122.152:9090 from a txt file.[/QUOTE] May I ask why you wish to do this... I'm hoping it is all strictly legal (a few friends have asked me about HTML proxies for illegal purposes and … |
The End.