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
About Me

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.
Favorite Forums
Favorite Tags
c# x 4
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
310
Member Avatar for NguyenThai

Hi. I'm working with my project right now. In my project, there will be 2 form; I will call form1 and form2. Form 1 call first and then it has button to call form 2. I don't want user open many form2 so I use a private boolean variable. When …

Member Avatar for adetolah
0
154
Member Avatar for pseudorandom21

Hi, I'm trying to display a message in the compiler output using VS2010. In C/C++ we can use:[icode] #pragma message(">> Win32 <<") [/icode], but for C# I'm not really sure what options are available.

Member Avatar for shajis001
0
153
Member Avatar for GAME

Could anyone point me into the right direction on how to make a C# SQL Datalogin?

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

Hi everybody)) Please give an example of multiple polymorphism in C # .....does it exist?)) Thanks in advance!

Member Avatar for vedro-compota
0
234
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
145
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
128
Member Avatar for VFiser
Member Avatar for VFiser
-1
146
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
98
Member Avatar for xibnoe

Iam looking for source code of c4.5 algorithm.. its part of my school project, please if u have it. let me know!!

Member Avatar for shajis001
0
97
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
844
Member Avatar for get2afzal
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
98
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
51