- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 5
- Posts with Downvotes
- 4
- Downvoting Members
- 2
SO SIMPLE AND INTERESTED IN THE FIELD OF PROGRAMMING..INTERESTED LANGUAGES C#.C,C++...WEB DESIGNING... PHOTOSHOP...
- Interests
- C#,c,c++,WEB DESIGNING,PHOTOSHOP,SOFTWARE DEVELOPMENT.
14 Posted Topics
Hello, After a long time am back to coding,Actually i want to create a calculator ,it will work like drag and drop the text file to the RICHTEXTBOX and i want to get the output on the TEXTBOX1. It will come like randomly " 12+13-7+8-23+7 " like this on 123.txt … | |
Re: [QUOTE=;][/QUOTE] Thank u friends for giving me this good code..this thread will help me a lot | |
Re: [QUOTE=;][/QUOTE] [url]http://en.csharp-online.net/Working_...s_using_OLE_DB[/url] refer this u will get the basdic idea and then start... | |
Re: [QUOTE=;][/QUOTE] first i will tell what is polymorphism there are two types of polymorphism:static and dynamic static::which take place during compile time dynamic::take place at run time,which is appreciated by virtual function eg::float area(float a,float b) { return A*b; } function name is same where arguments only change A and … | |
Dear Friend, on my work i want to use combo box,and in that combo box i have 10 url's,but i cant specify for each.. my code is:: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication7 { public partial class Form1 : … | |
Syntax Highlighting Code [code] private void richTextBox1_TextChanged(object sender, EventArgs e) { string tokens = "(auto|double|int|struct|break|else|long|switch|case|enum|register|typedef|char|extern|return|union|const|float|short|unsigned|continue|for|signed|void|default|goto|sizeof|volatile|do|double|if|static|while)"; Regex rex = new Regex(tokens); MatchCollection mc = rex.Matches(richTextBox1.Text); int StartCursorPosition = richTextBox1.SelectionStart; foreach (Match m in mc) { int startIndex = m.Index; int StopIndex = m.Length; richTextBox1.Select(startIndex, StopIndex); richTextBox1.SelectionColor = Color.Red; richTextBox1.SelectionStart = StartCursorPosition; … | |
Re: [QUOTE=;][/QUOTE] 1.[url]http://www.c-sharpcorner.com/[/url] 2.[url]http://www.sourcecodester.com/[/url] 3.[url]http://www.csharphelp.com/[/url] 4.[url]http://www.codeproject.com/[/url] 5.[url]http://en.csharp-online.net/Working_with_Data%E2%80%94Connecting_to_Access_using_OLE_DB[/url] 6.[url]http://www.akadia.com/services/dotnet_dbtrans.html[/url] 7.[url]http://www.homeandlearn.co.uk/csharp/csharp.html[/url] 8.[url]http://www.a1vbcode.com/code.asp?type=C[/url] 9.[url]http://www.geekpedia.com/language5_Csharp_5.html[/url] 10.[url]http://www.easysoft.com/developer/languages/csharp/ado-net-odbc.html[/url] ok is it enough brother i thing u will keep learning with demo applications.. | |
Dear Friends, I have 5 check box and one submit button:: my problem is while checking first check box up to fifth check box is checked then i want to enter to form 2 i want that small code to check the check boxes,it may be in switch or if … | |
Re: [QUOTE=;][/QUOTE] Nice!!!! Is this actually a school project,try some other.For which area you are using this algorithm. | |
FRIENDS, i want the code for hide the first form in 10 seconds and show the form2. i have using the below code but it open the second form continously... [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Steganography { public partial … | |
Re: [QUOTE=;][/QUOTE] Application may be any thing that is to be created. software is a application, that is a collection of program. consuider vlc player is an application for playing sounds. HOW TO DEVELOP IT i will tell about simple application developed using C#. TOOLS REQIRED 1.visual studio 2005 or above. … | |
c sharp code for mouse control using eye contact is my project tittle pleasw any one help me!!! | |
Hiiiiiiiii i have problem with my code...in richtextbox syntax is not highlighten with colors...can any one suggest code for it.... My project name is: Syntax based text editor. |
The End.