Forum: C# Apr 12th, 2009 |
| Replies: 6 Views: 3,824 hi
u can use GDI+ in c# and implement selection tool with my own i
i used MouseDownevent , MouseMoveevent , MouseUpevent and PaintEvent
declare refernce of Point as start point for ex:
Point... |
Forum: C# Feb 10th, 2009 |
| Replies: 6 Views: 644 you can read this:
http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx |
Forum: C# Feb 7th, 2009 |
| Replies: 2 Views: 1,094 Use string functions and try to handel by ur own way |
Forum: C# Feb 7th, 2009 |
| Replies: 10 Views: 1,085 You can use "System.Text.RegularExpressions.Regex" class to specify the text format or u can chech the rang of ascii charcters numbers thats will be writen in ur textbox if not send ur exception error |
Forum: C# Feb 7th, 2009 |
| Replies: 9 Views: 788 |
Forum: C# Feb 7th, 2009 |
| Replies: 9 Views: 788 try to write the full path of "car3.car" ; |
Forum: C# Feb 2nd, 2009 |
| Replies: 3 Views: 737 database file or xml file then encrypt it |
Forum: C# Feb 2nd, 2009 |
| Replies: 22 Views: 2,282 i think it`s better to divide ur programe.cs classes into more than DLL or u can alot of classes in one namspace ; but u can add project1 in solution and adding the project1 namespace in ur certain... |
Forum: C# Feb 2nd, 2009 |
| Replies: 5 Views: 1,845 if u interested to use c# with embedded programming use micro .netframwork and read "Apress - Expert.NET Micro Framework - Embedded programming of microcontrollers with CSharp and Microsoft Visual... |
Forum: C# Jan 19th, 2009 |
| Replies: 3 Views: 791 1- http://www.c-sharpcorner.com/UploadFile/myoussef /CSharpMethodsP211142005232706PM/CSharpMethodsP2.aspx
2- http://en.csharp-online.net/Interfaces_and_Abstract_Classes
3- char ch1= 'a' ; ... |
Forum: C# Jan 19th, 2009 |
| Replies: 2 Views: 307 http://en.wikipedia.org/wiki/Thread_pool_pattern
http://msdn.microsoft.com/en-us/library/3dasc8as(VS.80).aspx |
Forum: C# Jan 19th, 2009 |
| Replies: 3 Views: 308 |
Forum: C# Jan 19th, 2009 |
| Replies: 9 Views: 942 hey i didn`t understand u well enough
but u can use selection circle which help the user to clip the eyes boundary then u detect the red color pixels and change it to ur own color ....
and there... |
Forum: C# Jan 19th, 2009 |
| Replies: 9 Views: 2,487 hi
u can do this
int counter=0; // global value
while(true)
{
if (s[counter] != null)
{ |
Forum: C# Jan 19th, 2009 |
| Replies: 10 Views: 2,148 try to check ur smtp server credentials :
client.credential = new NetworkCredential("mail.bezeqint.net","Put Ur Passwords"); |
Forum: C# Jan 18th, 2009 |
| Replies: 9 Views: 769 am just asking why dileeppaul needs this , am not blaming him so u answer me ?? |
Forum: C# Jan 18th, 2009 |
| Replies: 5 Views: 4,721 no no this is the right thread sorry :D |
Forum: C# Jan 18th, 2009 |
| Replies: 10 Views: 2,148 read this
http://www.csharphelp.com/archives4/archive637.html |
Forum: C# Jan 18th, 2009 |
| Replies: 5 Views: 4,721 hey i wrote in wrong thread sorry |
Forum: C# Jan 18th, 2009 |
| Replies: 9 Views: 769 why u ask this question ???? |
Forum: C# Jan 17th, 2009 |
| Replies: 4 Views: 721 int[] integers = new int[10];
her u put ur refrence in the stack pointed to integers[0] in the heap |
Forum: C# Jan 17th, 2009 |
| Replies: 2 Views: 666 rtf control can`t read doc file
use COM components in .net "microsoft word 9 library" so will be easy to handel opening and saving ur own files ... |
Forum: C# Jan 17th, 2009 |
| Replies: 15 Views: 1,150 use this
http://msdn.microsoft.com/en-gb/beginner/bb308760.aspx |
Forum: C# Jan 17th, 2009 |
| Replies: 15 Views: 1,150 search on google "how do i" for c#
this on msdn web site |
Forum: C# Jan 17th, 2009 |
| Replies: 5 Views: 4,721 this is claa example
[/code=c#]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace DaniWebtest3
{ |
Forum: C# Jan 15th, 2009 |
| Replies: 9 Views: 691 i think that too RamyMahrous
use "Manager" to split ur Qresult |
Forum: C# Jan 15th, 2009 |
| Replies: 4 Views: 315 use this Empleados.numeroemp += 1; |
Forum: C# Jan 15th, 2009 |
| Replies: 4 Views: 404 hi
this simple example u can set data in combobox
for (int i = 0; i < 10; i++)
{
comboBox1.Items.Add(i);
}
comboBox1.SelectedIndex = 0;
plz follow the advice of "Atenka" and "Ramy... |
Forum: C# Jan 15th, 2009 |
| Replies: 5 Views: 3,758 ok man i don`t concentrate well :D
and i will not smoke those Cigarettes again |
Forum: C# Jan 12th, 2009 |
| Replies: 5 Views: 3,758 hi
sorry amn`t finish ur problem yet but u can use this :
CheckBox ck = new CheckBox();
ck.BackColor = Color.Transparent;
dataGridView1.Controls.Add(ck);
the u can do algorithm which u can... |
Forum: C# Jan 12th, 2009 |
| Replies: 7 Views: 736 |
Forum: C# Jan 11th, 2009 |
| Replies: 19 Views: 1,613 |
Forum: C# Jan 11th, 2009 |
| Replies: 1 Views: 1,477 hi
check thi url it gives u more explanation for why this happends
http://blogs.msdn.com/shawnfa/archive/2003/06/20/57023.aspx
bye |
Forum: C# Jan 11th, 2009 |
| Replies: 19 Views: 1,613 hi u can use this sample i create it for u plz aknowledge me that it`s good for u or not ...
this is sample :
int conditionOne=0;
int counterx=0;
int countery = 0;
... |
Forum: C# Jan 11th, 2009 |
| Replies: 7 Views: 736 // reading the contetnt of file
StreamReader sr = new StreamReader(Sting Path);
textbox1.text=sr.ReadToEnd();
sr.Close();
//writing to the file
StreamWriter sw = new StreamWriter(Sting... |
Forum: C# Jan 11th, 2009 |
| Replies: 6 Views: 2,806 yeah u right
but u can use method "ReadToEnd" for multiline controls
StreamReader sr = new StreamReader(---------);
TextBox1.text = sr.ReadToEnd();
so ur reader will return all readed data... |
Forum: C# Jan 10th, 2009 |
| Replies: 2 Views: 2,167 hi
partially i didn`t inderstand u :)
if u wanna load rft file so u can use RichTextBox control :
richTextBox1.LoadFile(String Path,RichTextBoxStreamType.RichText);
that i tested but ther... |
Forum: C# Jan 10th, 2009 |
| Replies: 6 Views: 2,806 hi
try using namespace System.IO;you will find two classes responsible for reading and writing from file with more options are :
- StreamReader ;
- StreamWriter ;
u can read ur file using... |
Forum: C# Feb 28th, 2008 |
| Replies: 5 Views: 1,767 i can`t understand u well but i understaned that u need to detect the position of any center of the target circle u can use selection tool and do it by g.draweclips(......) in name space... |
Forum: C# Feb 28th, 2008 |
| Replies: 2 Views: 2,531 i didn`t try it but there is event monthCalendar1_DateSelected so u can know the selected date so use buttone or any control will help to send ur data nd date to ur database so by this event u can... |