and this?
int myInt = 5;
String myStr;
myStr = myInt.tostring();
and this?
int myInt = 5;
String myStr;
myStr = myInt.tostring();
int myInt = 5;
String myStr;
myStr = "" + myInt;
please pay little attention to Ramy! It seems he is just out to have fun!(apologies if i'm wrong).
what do you mean??!!!
If you meant me, I DON'T LIKE IDIOT COMMENTS!!! I wanted just to help!
use nullable feature in C# 2.0
like
int? x;
x = null; // correct
int y;
y = null; // error
so, that's JAVA!
but when I was using it, I think I did something before!!!!!!!
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?!
Happy birthday :)
and the next year I hope you to have 5000 posts :D :D
you don't have any problem to cast int to string
int myInteger = 25
String myString = myInteger;
what's your problem?!
sorry I can't look at all this code but you want to reset the array?
I think I don't understand you, can you please explain more!
Your array table is private!!!
I don't think so as SQLExpress is like MSDE; SQL Server 2000 days!
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.
ok ok :D, that's good you advised me, thanks for the right link :)
it redirects to your link :)
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
begin your project then ask for specific 'how do I'
and we'll answer you en shaa ALLAH
www.msdn.com\csharp
if you don't use bar code scanner, you need some image processing to identify image and extract the bar code from!
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!
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
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
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
I think _r0ckbaer answered you!!
I didn't see your code, but I can't say except debug it!!
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
what are you saying :| I think that's some sort of impossible tasks!!!
at least you should know the exact path, files reside down.
do you use another thread for that?
remove the double quotes
UPDATE Customers SET stud_name='+stdName+' WHERE stud_ID='45698'
if you use VS 2003
add project->reference->System.Web.Net;
add it programmatically
save them in array of points.
add media player library from project->reference->COM
then use its classes
I mean do u sure the gridview is selected in other meaning the focused control
you maybe select another control!!
let him try more before formatting :s
or you can use server IP.
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.
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.
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)
go to its process then terminate it
you'll handle it yourself if you don't use Media Player components.
If you use Media Player components, you'll find those methods
My dear you are so welcome, and I am really glad you satisifed my help, ok I'll send you them now :)
you can add data to another table
please take just 10 minutes and read in ADO.NET!!!