160 Posted Topics
Re: Editor? Meaning a text editor? I personally use Notepad++ but thats just personal preference. A lightweight text editor with syntax highlighting for practically any language you can think of. Try it out! Also has an auto completion amd suggest feature! Although they must be enabled in e preferences. No garbage … | |
Re: You need to use the WHERE clause to select the proper row to edit. `mysql_query("UPDATE users SET name = '$name' WHERE name='$SelectedNameForExample'");` that will update a specific name. | |
Re: Like math an comparison operators? And C# is the language and .NET is the framework. So I'm quite confused on what you are asking but here are all the operators in C#. http://msdn.microsoft.com/en-us/library/6a71f45d.aspx Pretty much the same as any other modern language. | |
Re: > but I want the same effect in php,jquery/javascript/ajax which is very urgent to do. Thats what I thinkhe wants to do... I don't think anyone is just going to tell you how to do this. You need to at least try to figure out how to do it then … | |
Re: I have used both. http://1freehosting.com and http://000webhost.com | |
Hello! I'm writing a text editor in C# and I have it so when the user is to close the program and the open document has been edited it prompts the user with a DialogBox asking them to save. Here is the code: protected override void OnFormClosing(FormClosingEventArgs e) { if … | |
Hello! I believe hotkeys or keyboard shortcuts is the correct term. (Ctrl+C is copy etc...) Well I'm having troubles trying to figure out how to do this. I'm very new to the win32 api and such And I'm just clueless. Any help is very much appreciated! | |
Hello! I'm attempting to create a application that randomly generates strings and tags it on the end of http://youtube.com/watch?v=.... but the links it generates links to a non existant video. I noticed there are more capital letters in their URL's but that's the only difference I can see. Here is … | |
Re: In my queries I never use `username='"'.$value.'"'` I always go username='$username' try that, works for me! | |
Hello! This is my first post, I'm new to java and I found when I search for things this site often shows itself on google results so why not join? Anyways I'm creating a text editor in java and I want to find out how to in for example windows … |
The End.