Ramy Mahrous 401 Postaholic Featured Poster

and this?

int myInt = 5;
String myStr;
myStr = myInt.tostring();
Ramy Mahrous 401 Postaholic Featured Poster
int myInt = 5;
String myStr;
myStr = "" + myInt;
Ramy Mahrous 401 Postaholic Featured Poster

please pay little attention to Ramy! It seems he is just out to have fun!(apologies if i'm wrong).
what do you mean??!!!

Ramy Mahrous 401 Postaholic Featured Poster

If you meant me, I DON'T LIKE IDIOT COMMENTS!!! I wanted just to help!

Ramy Mahrous 401 Postaholic Featured Poster

read in GDI+

Ramy Mahrous 401 Postaholic Featured Poster

use nullable feature in C# 2.0
like

int? x;
x = null; // correct
int y;
y = null; // error
Ramy Mahrous 401 Postaholic Featured Poster

so, that's JAVA!
but when I was using it, I think I did something before!!!!!!!

peter_budo commented: Please do try answer posts, but do not leave pointless comments -1
Ramy Mahrous 401 Postaholic Featured Poster

me to I was studying Computer Science in Egypt, the professors don't help in finding a project idea. you MUST do that on your own, because that's your project you should develop what you feel may make a difference!

If you are CS student, try to keep hardware a way for some reasons (time, team members, ...) you can work in software idea absolutely software.

if you're convinced, so tell me which computer field you're interested in?!

ddanbe commented: usefull :) +9
Ramy Mahrous 401 Postaholic Featured Poster

Happy birthday :)
and the next year I hope you to have 5000 posts :D :D

Ramy Mahrous 401 Postaholic Featured Poster

you don't have any problem to cast int to string
int myInteger = 25
String myString = myInteger;

what's your problem?!

Ramy Mahrous 401 Postaholic Featured Poster

sorry I can't look at all this code but you want to reset the array?

Ramy Mahrous 401 Postaholic Featured Poster

I think I don't understand you, can you please explain more!

Ramy Mahrous 401 Postaholic Featured Poster

Your array table is private!!!

Ramy Mahrous 401 Postaholic Featured Poster

I don't think so as SQLExpress is like MSDE; SQL Server 2000 days!

Ramy Mahrous 401 Postaholic Featured Poster

eng.nema you can get the idea yourself, we're like you, our minds have not the dozen of GP ideas as you think, we can answer you in design question, programming task, and so on..
try to get some ideas and we can recommend some of them.

derejewchannie commented: do you help me by idea? +0
Ramy Mahrous 401 Postaholic Featured Poster

ok ok :D, that's good you advised me, thanks for the right link :)

Ramy Mahrous 401 Postaholic Featured Poster

it redirects to your link :)

Ramy Mahrous 401 Postaholic Featured Poster

you can save the points in xml file, or anything related in the graph like color or the position, ....
read in System.XML.XMLWriter and System.XML.XMLReader

Ramy Mahrous 401 Postaholic Featured Poster

begin your project then ask for specific 'how do I'
and we'll answer you en shaa ALLAH
www.msdn.com\csharp

Ramy Mahrous 401 Postaholic Featured Poster

if you don't use bar code scanner, you need some image processing to identify image and extract the bar code from!

Ramy Mahrous 401 Postaholic Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster

look if you want it to develop a game, there are sort of something do that, like Direct Input that exists in DirectX libraries.
You can use key down handler in C# application to get the key pressed and so on..
What do you need exactly..
If you need to track key pressed refere to the link I gave and find out my answer!

Ramy Mahrous 401 Postaholic Featured Poster

for those tasks, I recommend to use MATLAB it helps a lot and has a lot of built in algorithms and toolbox you can use, use its funcationality then make your work as dll and call it from C# application

Ramy Mahrous 401 Postaholic Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster

look you can make gridview cell to be a control, i.e PictureBox and then assign to this control the image path.
the scenario is, there is a base class you inherits from.
This was from MSDN but I am sorry I don't remember the link :s

Ramy Mahrous 401 Postaholic Featured Poster

No, they used programs like "Adobe Flash" sure the directors are not directX programmers :D
btw, about the new thread in OnPaint

OnPaint(...) 
{
ThreadStart thrdStart = new ThreadStart(Draw);
Thread thrd = new Thread(thrdStart);
thrd.Start();
}

Draw is the method used to draw or move the text

Ramy Mahrous 401 Postaholic Featured Poster

I think _r0ckbaer answered you!!

Ramy Mahrous 401 Postaholic Featured Poster

I didn't see your code, but I can't say except debug it!!

Ramy Mahrous 401 Postaholic Featured Poster

because they didn't learn to search!
but I suggest for sender to take this thread and read it may help http://www.daniweb.com/forums/thread88224.html

Ramy Mahrous 401 Postaholic Featured Poster

what are you saying :| I think that's some sort of impossible tasks!!!
at least you should know the exact path, files reside down.

iamthwee commented: *A G R E E S* +11
Ramy Mahrous 401 Postaholic Featured Poster

do you use another thread for that?

Ramy Mahrous 401 Postaholic Featured Poster

remove the double quotes
UPDATE Customers SET stud_name='+stdName+' WHERE stud_ID='45698'

Ramy Mahrous 401 Postaholic Featured Poster

if you use VS 2003
add project->reference->System.Web.Net;

Ramy Mahrous 401 Postaholic Featured Poster

add it programmatically

Ramy Mahrous 401 Postaholic Featured Poster

save them in array of points.

Ramy Mahrous 401 Postaholic Featured Poster

add media player library from project->reference->COM
then use its classes

Ramy Mahrous 401 Postaholic Featured Poster

I mean do u sure the gridview is selected in other meaning the focused control

Ramy Mahrous 401 Postaholic Featured Poster

you maybe select another control!!

Ramy Mahrous 401 Postaholic Featured Poster

let him try more before formatting :s

Ramy Mahrous 401 Postaholic Featured Poster

or you can use server IP.

Ramy Mahrous 401 Postaholic Featured Poster

ask specific question, any answer will make for you the program.
if you spend 10 minutes reading media player class library you'll get what you need.

Ramy Mahrous 401 Postaholic Featured Poster

ask specific question, any answer will make for you the program.
if you spend 10 minutes reading media player class library you'll get what you need.

Ramy Mahrous 401 Postaholic Featured Poster

I didn't go you well but why you didn't develop application to print pdf files?
anyway, it is not mean you terminate acrobat reader process that, print process will stop. as this print not handled by acrobat reader (as I understand)

Ramy Mahrous 401 Postaholic Featured Poster

go to its process then terminate it

Ramy Mahrous 401 Postaholic Featured Poster

you'll handle it yourself if you don't use Media Player components.
If you use Media Player components, you'll find those methods

Ramy Mahrous 401 Postaholic Featured Poster

My dear you are so welcome, and I am really glad you satisifed my help, ok I'll send you them now :)

Ramy Mahrous 401 Postaholic Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster

go to www.mysql.org you'll find their libraries to connect from VS

Ramy Mahrous 401 Postaholic Featured Poster

you can add data to another table
please take just 10 minutes and read in ADO.NET!!!