Search Results

Showing results 1 to 40 of 46
Search took 0.01 seconds.
Search: Posts Made By: BlackSun
Forum: C# Apr 12th, 2009
Replies: 6
Views: 3,743
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: 601
Posted By BlackSun
you can read this:
http://www.csharp-station.com/Tutorials/AdoDotNet/Lesson01.aspx
Forum: C# Feb 7th, 2009
Replies: 2
Views: 977
Posted By BlackSun
Use string functions and try to handel by ur own way
Forum: C# Feb 7th, 2009
Replies: 10
Views: 1,059
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: 729
Posted By BlackSun
u welcome my friend
Forum: C# Feb 7th, 2009
Replies: 9
Views: 729
Posted By BlackSun
try to write the full path of "car3.car" ;
Forum: C# Feb 2nd, 2009
Replies: 3
Views: 646
Posted By BlackSun
database file or xml file then encrypt it
Forum: C# Feb 2nd, 2009
Replies: 22
Views: 2,031
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,627
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: 719
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: 294
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: 299
Posted By BlackSun
nice link rapture
Forum: C# Jan 19th, 2009
Replies: 9
Views: 891
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,248
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: 1,992
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: 746
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,181
Posted By BlackSun
no no this is the right thread sorry :D
Forum: C# Jan 18th, 2009
Replies: 10
Views: 1,992
Posted By BlackSun
read this

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

http://msdn.microsoft.com/en-gb/beginner/bb308760.aspx
Forum: C# Jan 17th, 2009
Replies: 15
Views: 1,118
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,181
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: Assembly Jan 16th, 2009
Replies: 4
Views: 1,206
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
i think that too RamyMahrous
use "Manager" to split ur Qresult
Forum: C# Jan 15th, 2009
Replies: 4
Views: 306
Posted By BlackSun
use this Empleados.numeroemp += 1;
Forum: C# Jan 15th, 2009
Replies: 4
Solved: Combo Box
Views: 394
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,483
Posted By BlackSun
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
Posted By BlackSun
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
Posted By BlackSun
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
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: 722
Posted By BlackSun
Forum: C# Jan 11th, 2009
Replies: 19
Solved: Control Array
Views: 1,522
Posted By BlackSun
sorry here it is
Forum: Computer Science Jan 11th, 2009
Replies: 4
Views: 517
Posted By BlackSun
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
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,522
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: 722
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...
Showing results 1 to 40 of 46

 


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

©2003 - 2009 DaniWeb® LLC