148 Posted Topics
Hello Community, I need to shortern a really long string then when it's in my program the string will expand back to it's normal length ready to be used in the program. I don't care what kind of method i need to use. Please help... | |
Hello Community, I need help with the program "[InnoSetup](http://www.jrsoftware.org/isinfo.php)" what i need is a way to uninstall the previous version of my program insted of just overwriting it. So when the user runs the setup if the program is already installed on there computer they will be asked to unstall … | |
Hello Community, I'm trying to dynamically add a menuitem to my context menu and add a click handler but for some reason it won't add the handler what did a do wrong? Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click For Each Line In RichTextBox1.Lines Dim NewItem As … | |
Hello Community, I need help using the ftp_nlist command, what i'm trying to do is look in a directory but the directory is two separate string (eg. "New folder") and it is saying there is nothing in there but there is i'm sure the problem is because the two separate … | |
Re: How are you redirecting it? | |
Hello Community, I was wondering if there is a way to backup my mysql database. | |
Hello Community, I was wondering if there is a way to backup my mysql database. ![]() | |
Hello Community, I was wondering why can't i access my website on both of my computers, but for some reason i can access it on my ps3. I can't even access it from filezilla, i't is like my computers are ignoring my website, and on both computer i get this … | |
Hello Community, I was wondering why won't cURL work on my webstie when i says cURL is supported. | |
Hello Community, I was wondering if there is a way to pass a file from my computer (eg. using the <input type="file"/> script) to my api on my website? | |
Hello Community, I was wondering if there is a way to delete a folder and everything in the folder in ftp. | |
Hello Community, I was wondering if it is possible to access and use an api from my website? | |
Hello Community, I was wondering if there is a way to goto the direct link of a file (eg. http://example.com/files/test.txt) and for it to download insted of loading and displaying the file. I want to do this for every file in the "files" folder and only that folder. | |
Hello Community, I was wondering if there is a way to access SkyDrive using php i have looked at so many forums and i could not find anything and what i did find was too complicated to understand, what i want is a way to create files or folders, get … | |
Hello Community, I was wondering if i can get some help with the 4shared php api. [Here](http://www.4shared.com/developer/docs/samples/#PHP) is a sample on how to upload a file. But now i need to know how to delete a file, by the way i have never used an api. Please Help... | |
Hello, I was wondering if there is a way to display formatting in a richtextbox eg. If i put **test** the word "test" would be i bold (only the word "test" and the rest would stay the normal). or if i put `test` the word "test" would be i size … | |
Helllo Community, I was wondering if there is a way to get all the second nodes from an xml file example: <?xml version="1.0" encoding="utf-8"?> <!--XML Comment--> <Main-Node> <Second-Node> <Third-Node>Node</Third-Node> </Second-Node> <Second-Node> <Third-Node>Node</Third-Node> </Second-Node> </Main-Node> Please Help... | |
Hello Community, Is there a way to make it so a cookie will expire after the user has been inactive for 10 minutes. Please Help... | |
Hello Community, I want to know if there is a way to use the same session throughout my whole website (eg. main domain and sub domain) using PHP? **NOTE:** I'm using a free hosting website so my website is a subdomain of the host website (eg. "http://mywebsite.hostwebsite.com" (I hope you … | |
Hello Community, Is there a website that has a database like phpmyadmin that i can access from my website? Please help... | |
Hello Community, I was wondering if there is a way to make a spark effect the follows a path using WPF. Please Help... | |
Hello Community, I was wondering if there is a way to to use the webbrowser to download a file silently without the download file dialog coming up. What i want is to use `Browser.Navigate("Download Path")` and i don't want the file dialog to show up i want it to just … | |
Hello Community, I was wondering if there is a way to restrict sub directories from accessing the parent directory (the main directory where all my website file are stored) and from having any interaction with the previous folders (so once there in the child folder they can't leave it eg. … | |
Hello Community, I want to know if there is a way to make a program that will click a button on a webbrowser but the button does not have a name (name="") or id (id="") property it just has a class (class="") property and if there is a way is … | |
Hello Community, I would like to know if there is a way to use augmentations on a visual basic.net program? Eg. "ProgramName.exe Command" And i mean on my vb program so i could use a commandline using cmd to do something on my program. Please Help. | |
Hello Community, I was wondering if there is a way to make a program that will copy text from an excel spreatsheet and place it in another using visualbasic.net not vba? Please Help | |
Hello Community, I was wondering if there is a way to replace a cell value from one excel spreadsheet and save it as another spreadsheet but with the replaced cell value. Please Help | |
Hello Community, I was thinking about starting a suggest a program project so people can suggest a program and others can vote on a program for me to make. I was wondering would that be a good idea and would it be worth it? | |
Hello Community, I need help with this script, i can't seem to use this to switch beteen dll files that contain a form eg. if i use it to open a form from the dll file called "Dll One" then when i click the button again it still opens the … | |
Hello Community, I was wondering if there is a way to make grid transition in visual studio using the language visual basic. Please help... | |
Hello Community, I was making my own custom window and i need help with making it in wpf, i am new to wpf so i don't know much XAML so i was wondering if you can help?, this is what i wan't. In the example i'm using the minimize button. … | |
Hello Community, I was wondering if there is a way to programmatically import a dll containing a form. Example: When i press a button it will open the form from the dll. NOTE: I need to programmatically import the dll. Please help | |
Hello community, I was wondering if there is a way to make an installer. My own installer not like innosetup or something else i talking my very own setup/installer. If there is a way to can you tell me how if you know how. Thanks | |
Hello Community, I was wondering if there is a way to stick a cmd window/process that i called from my vb form to the bottom of the form like the picture: (below)  And so where ever i move the form the cmd windows will also follow. Also is … | |
Hello Community, I was wondering if there is a way to place CMD within a panel of a vb.net form.  Example: Please Help | |
Hello community, For some reason when my laptop has the charger plugged in i have sound then when i unplug the charger there is no sound and i have checked the sound levels they at at 100% and still no sound Also when i plug and unplug the charger i … | |
Hello Community, I was wondering, would it be mean to make my programs only available to members only? | |
Hello Community, I was wondering if there is a way to make a program that will send messages from one computer to the other. **NOT** using LAN connection and **NOT** using winsock. EG. I (at my house) would like to chat with my friend (his at his house). Please help. | |
Hello Community, I was wondering if it's possible to attatch a command prompt window to a visual basic form. EG. (Below (i made this as an example))  Something like that. Please help. | |
Hello Community, I was wondering if its possible to make an editor like [Notepad++](http://notepad-plus-plus.org) (I'm talking about the text area). So it will change the colour of the words (funtions and commands) also with the margin with the numbers and the code folding. Please help with what you can even … | |
Hello Community, I was wondering if it is possible to run a php file every week that checks if a user has activated there account after 7 days they will be deleted. Please help. Thanks in advance. | |
Re: Hello davy_yg, I have put this script together, it does what your script does. So here it is hope it works for you. <?php require_once('recaptchalib.php'); $name = strip_tags($_POST['name']); $email = str_replace(" ", "", strip_tags($_POST['email'])); $phone = str_replace(" ", "", strip_tags($_POST['phone'])); $message = strip_tags($_POST['message']); if ($_POST['submit']) { if ($name&&$email&&$phone&&$message) { if … | |
Re: I'm sure no matter what, "Injection" will still be a problem. Here are some tips to get arround it. 1. First use MD5 encryption because once something has been encrypted it can't be decrypted. 2. Use [Google reCAPTCHA](http://www.google.com/recaptcha) to stop web bots. 3. If you are using PHP if your … | |
Hello community, I was wondering if there is a free way to get website traffic for my websites. ##lol i have 6 websites:## [snipped] And i was wondering if there is a way to get people to want to register. Please help. | |
Hello, I want to combine all my database table in to one line so i can put it all in the url e.g. Name | Times __________________________ test1 | 1 __________________________ test2 | 2 __________________________ This is how i want it to look in the url (Result.php?loggedin=true&links=test1-1_newline_test2-2)(_newline_ means that will … |
The End.