Search Results

Showing results 1 to 40 of 41
Search took 0.02 seconds.
Search: Posts Made By: BlackSun ; Forum: C# and child forums
Forum: C# Apr 12th, 2009
Replies: 6
Views: 3,824
Posted By BlackSun
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
Posted By BlackSun
you can read this:
http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx
Forum: C# Feb 7th, 2009
Replies: 2
Views: 1,094
Posted By BlackSun
Use string functions and try to handel by ur own way
Forum: C# Feb 7th, 2009
Replies: 10
Views: 1,085
Posted By BlackSun
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
Posted By BlackSun
u welcome my friend
Forum: C# Feb 7th, 2009
Replies: 9
Views: 788
Posted By BlackSun
try to write the full path of "car3.car" ;
Forum: C# Feb 2nd, 2009
Replies: 3
Views: 737
Posted By BlackSun
database file or xml file then encrypt it
Forum: C# Feb 2nd, 2009
Replies: 22
Views: 2,282
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
nice link rapture
Forum: C# Jan 19th, 2009
Replies: 9
Views: 942
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
no no this is the right thread sorry :D
Forum: C# Jan 18th, 2009
Replies: 10
Views: 2,148
Posted By BlackSun
read this

http://www.csharphelp.com/archives4/archive637.html
Forum: C# Jan 18th, 2009
Replies: 5
Views: 4,721
Posted By BlackSun
Forum: C# Jan 18th, 2009
Replies: 9
Views: 769
Posted By BlackSun
why u ask this question ????
Forum: C# Jan 17th, 2009
Replies: 4
Views: 721
Posted By BlackSun
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
RTF
Views: 666
Posted By BlackSun
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
Posted By BlackSun
use this

http://msdn.microsoft.com/en-gb/beginner/bb308760.aspx
Forum: C# Jan 17th, 2009
Replies: 15
Views: 1,150
Posted By BlackSun
search on google "how do i" for c#
this on msdn web site
Forum: C# Jan 17th, 2009
Replies: 5
Views: 4,721
Posted By BlackSun
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
Posted By BlackSun
i think that too RamyMahrous
use "Manager" to split ur Qresult
Forum: C# Jan 15th, 2009
Replies: 4
Views: 315
Posted By BlackSun
use this Empleados.numeroemp += 1;
Forum: C# Jan 15th, 2009
Replies: 4
Solved: Combo Box
Views: 404
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
Forum: C# Jan 11th, 2009
Replies: 19
Solved: Control Array
Views: 1,613
Posted By BlackSun
sorry here it is
Forum: C# Jan 11th, 2009
Replies: 1
Views: 1,477
Posted By BlackSun
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
Solved: Control Array
Views: 1,613
Posted By BlackSun
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
Posted By BlackSun
// 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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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...
Showing results 1 to 40 of 41

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC