Forum: C# Apr 12th, 2009 |
| Replies: 6 Views: 3,743 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: 601 you can read this:
http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx |
Forum: C# Feb 7th, 2009 |
| Replies: 2 Views: 977 Use string functions and try to handel by ur own way |
Forum: C# Feb 7th, 2009 |
| Replies: 10 Views: 1,059 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: 729 |
Forum: C# Feb 7th, 2009 |
| Replies: 9 Views: 729 try to write the full path of "car3.car" ; |
Forum: C# Feb 2nd, 2009 |
| Replies: 3 Views: 646 database file or xml file then encrypt it |
Forum: C# Feb 2nd, 2009 |
| Replies: 22 Views: 2,031 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,627 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: 719 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: 294 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: 299 |
Forum: C# Jan 19th, 2009 |
| Replies: 9 Views: 891 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,248 hi
u can do this
int counter=0; // global value
while(true)
{
if (s[counter] != null)
{ |
Forum: C# Jan 19th, 2009 |
| Replies: 10 Views: 1,992 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: 746 am just asking why dileeppaul needs this , am not blaming him so u answer me ?? |
Forum: C# Jan 18th, 2009 |
| Replies: 5 Views: 4,181 no no this is the right thread sorry :D |
Forum: C# Jan 18th, 2009 |
| Replies: 10 Views: 1,992 read this
http://www.csharphelp.com/archives4/archive637.html |
Forum: C# Jan 18th, 2009 |
| Replies: 5 Views: 4,181 hey i wrote in wrong thread sorry |
Forum: C# Jan 18th, 2009 |
| Replies: 9 Views: 746 why u ask this question ???? |
Forum: C# Jan 17th, 2009 |
| Replies: 4 Views: 653 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: 629 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,118 use this
http://msdn.microsoft.com/en-gb/beginner/bb308760.aspx |
Forum: C# Jan 17th, 2009 |
| Replies: 15 Views: 1,118 search on google "how do i" for c#
this on msdn web site |
Forum: C# Jan 17th, 2009 |
| Replies: 5 Views: 4,181 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: Assembly Jan 16th, 2009 |
| Replies: 4 Views: 1,206 perfect soft copy
www.skripta.unas.cz/stahuj/ProgrammingBeginners.pdf
authored by BLACKSUN not me he is my master because i learned alot from him.... |
Forum: Assembly Jan 16th, 2009 |
| Replies: 2 Views: 449 hi
this is asm language forum but i will answer u
- right click on ur project inside solution explorer .
- u will find ADD then pop up menu will appear click on CLASS
- renam ur dll file... |
Forum: C# Jan 15th, 2009 |
| Replies: 9 Views: 657 i think that too RamyMahrous
use "Manager" to split ur Qresult |
Forum: C# Jan 15th, 2009 |
| Replies: 4 Views: 306 use this Empleados.numeroemp += 1; |
Forum: C# Jan 15th, 2009 |
| Replies: 4 Views: 394 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,483 ok man i don`t concentrate well :D
and i will not smoke those Cigarettes again |
Forum: Assembly Jan 13th, 2009 |
| Replies: 9 Views: 2,209 i think this is suppose to ur editor u use
after u assembled the code first u have created obj file then u link it using ur editor to be exe file these it what i do using intel instruction Set... |
Forum: Assembly Jan 13th, 2009 |
| Replies: 4 Views: 545 hi
-------------------------------------------Q3---------------------------------------
u know that Accumulator register (AX) consists of 16bit and divided into
|====AH====|====AL====
AH=8bit ... |
Forum: C# Jan 12th, 2009 |
| Replies: 5 Views: 3,483 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: 722 |
Forum: C# Jan 11th, 2009 |
| Replies: 19 Views: 1,522 |
Forum: Computer Science Jan 11th, 2009 |
| Replies: 4 Views: 517 hi
int counter=1;
float interest;
float deposite = 1000;
while (counter<= 50)
{
interest = deposite * 0.8f;
... |
Forum: C# Jan 11th, 2009 |
| Replies: 1 Views: 1,295 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,522 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: 722 // 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... |