160 Posted Topics

Member Avatar for MGadAllah

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 …

Member Avatar for MGadAllah
0
291
Member Avatar for sultankhan

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.

Member Avatar for tscina
0
264
Member Avatar for gelmi

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.

Member Avatar for NardCake
0
138
Member Avatar for subrata_ushasi

> 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 …

Member Avatar for NardCake
0
343
Member Avatar for hwoarang69
Member Avatar for pritaeas
0
250
Member Avatar for NardCake

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 …

Member Avatar for Mike Askew
0
116
Member Avatar for NardCake

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!

Member Avatar for dx9_programmer
0
2K
Member Avatar for NardCake

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 …

Member Avatar for veedeoo
0
321
Member Avatar for janskey15

In my queries I never use `username='"'.$value.'"'` I always go username='$username' try that, works for me!

Member Avatar for NardCake
0
98
Member Avatar for NardCake

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 …

Member Avatar for JamesCherrill
0
231

The End.