Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
32% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
5
Posts with Downvotes
4
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #3K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

14 Posted Topics

Member Avatar for shajis001

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 …

Member Avatar for Momerath
0
317
Member Avatar for NguyenThai

[QUOTE=;][/QUOTE] Thank u friends for giving me this good code..this thread will help me a lot

Member Avatar for adetolah
0
159
Member Avatar for pseudorandom21
Member Avatar for GAME

[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...

Member Avatar for GAME
0
159
Member Avatar for vedro-compota

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

Member Avatar for vedro-compota
0
245
Member Avatar for shajis001

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

Member Avatar for shajis001
-1
147
Member Avatar for shajis001

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

Member Avatar for mcriscolo
0
136
Member Avatar for VFiser

[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..

Member Avatar for VFiser
-1
153
Member Avatar for shajis001

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 …

Member Avatar for shajis001
0
103
Member Avatar for xibnoe

[QUOTE=;][/QUOTE] Nice!!!! Is this actually a school project,try some other.For which area you are using this algorithm.

Member Avatar for shajis001
0
103
Member Avatar for shajis001

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 …

Member Avatar for shajis001
-1
848
Member Avatar for get2afzal

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

Member Avatar for shajis001
-1
83
Member Avatar for shajis001

c sharp code for mouse control using eye contact is my project tittle pleasw any one help me!!!

Member Avatar for davieJohnson
0
102
Member Avatar for shajis001

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.

0
52

The End.