finito 46 Nearly a Posting Virtuoso
finito 46 Nearly a Posting Virtuoso

First you need to get a copy of Bootable windows.

Second boot from CD and install windows and Format the Drive.

If you want to back up data Try Ubuntu Live CD. When it asks you click Try only and it will let you back up whatever you want and then you can format it and install Windows or Linux.

Don't ask me where to get Windows the only legal way is to go and Buy it.

finito 46 Nearly a Posting Virtuoso

You my friend need to meet a good future friend of yours.

Right Click your main Drive(usually C: ) in My Computer and click Properties.

Goto Tools and Click Defrag.

Or just Give up on Windows and go with Linux, I recommend Ubuntu.

finito 46 Nearly a Posting Virtuoso

Not sure what you mean?
Are you locked out of your windows System?
Although the rules don't mention it, I am sure the solution will get deleted.

Why don't you try Administrator Account. in Username type Administrator leave password blank.

finito 46 Nearly a Posting Virtuoso

yup thats what i said.

finito 46 Nearly a Posting Virtuoso

good for you grats. would still be nice to know which line it was at.

finito 46 Nearly a Posting Virtuoso

Sorry didn't notice. Good article for the date then

finito 46 Nearly a Posting Virtuoso

I could solve this for you but this is where programming comes into play.

This is where your logic comes into play.

Show me your thought process. give me your psuedo code.

finito 46 Nearly a Posting Virtuoso

Nps enjoy

finito 46 Nearly a Posting Virtuoso

Will do, I thought that was for code tagging i see how that works now though.

finito 46 Nearly a Posting Virtuoso

Try running that statement in SQL browser

Select Personne.[Nom],Personne.[Prenom],Personne.[DateNaissance],Personne.[LieuNaissance],Bulletin.[Autorite],Bulletin.[DateJ] from (Personne inner join Bulletin on Personne.[CodePersonne]=Bulletin.[CodePersonne])where Personne.[Nom]=@nom and Personne.[Prenom]=@prenom"
finito 46 Nearly a Posting Virtuoso

you can set the form To Simple Form Style and set background Image to your picture. or you can play with transparency. Both can be found in Form Properties.

finito 46 Nearly a Posting Virtuoso

hmm try

char c = Convert.ToChar("•");
RTB.Text += c;
finito 46 Nearly a Posting Virtuoso

It could be that, without the Notebook in front of me it could be anything at this point.

Maybe the board, maybe the CPU, maybe the Cable, maybe something else completely.

finito 46 Nearly a Posting Virtuoso

From my experience when it shows up as 1.1 on a 2.0 Port it is starting to fail.

But grats on retrieving your data.

finito 46 Nearly a Posting Virtuoso

Well that depends.

For C# there is Mono and Microsoft Visual Studio
Those are the only 2 I know of for C#, but I am sure there are more.

Then you need a SQL Database, now There are a ton of these depends on what you want to do?

Just practice? Go with SQL Express from Microsoft.

Want to develop you may want to look into better Databases like MySQL, PostgreSQL,

Check this link for a comparison:
http://www.postgresonline.com/journal/index.php?/archives/51-Cross-Compare-of-SQL-Server,-MySQL,-and-PostgreSQL.html

There are tons more Databases that you may google up, but there are the 3 mains one atm.

finito 46 Nearly a Posting Virtuoso

What about Meego The Full fledged Linux Distro Specially designed for Low Resources in Conjunction with Intel and Nokia with other Big companies backing it up such as Novell. With http://radicalbreeze.com/?page_id=102 touting to be a programming language that anyone can create programs with.

This puts Android and Qt Based Linux distros at an advantage.

finito 46 Nearly a Posting Virtuoso

Welcome Janet, ntmu enjoy the vast knowledge of the internet.

finito 46 Nearly a Posting Virtuoso

Which line is the error coming up at?

finito 46 Nearly a Posting Virtuoso

Well first of all what character is that?

finito 46 Nearly a Posting Virtuoso
Console.Write(s +"\r\n"+w);

to signify new line

finito 46 Nearly a Posting Virtuoso

I have worked with Arabic before, I didn't do anything special.
Just worked out of the box.

finito 46 Nearly a Posting Virtuoso

Well sorry to hear it's fate. Hmm I just checked the system specs PIII that is way out of it's service time.

That was when things would actually last more then 2 years before dieing out on you.

finito 46 Nearly a Posting Virtuoso

Yeah lol, that is a sticky situation. You must understand even if you change the CPU it may not be that.

finito 46 Nearly a Posting Virtuoso

Hmm, can you change the processor?

You have admit this may be a lost cause depends on how far you are willing to take it.

finito 46 Nearly a Posting Virtuoso

Preethi you should have started a new thread. but here
http://www.csharp-station.com/Tutorial.aspx

finito 46 Nearly a Posting Virtuoso

in Parent.

int x = 5;
ChildForm CF =  new ChilForm(x)
bool StatusCheck;
if (CF.ShowDialog() == DialogResult.OK)
{
   StatusCheck = CF.GetStatus;
}

In child

int k;
public ChildForm(int y)
{
   InitializeComponent();
   k = y;
}
finito 46 Nearly a Posting Virtuoso

Look for the GPU chip touch it when you boot does it get really hot really fast?

finito 46 Nearly a Posting Virtuoso

Ummm. From Form8 you can simply do Form1.VariableorFunction();

I don't know what you are trying to do up there.

finito 46 Nearly a Posting Virtuoso

Processor won't have anything to with the graphics.

A laptop follow the same guidelines for a PC. In this case it is usually the board or the graphics card. Or another peripheral that has short circuited.
Look at all the internals to see a burned circuit or look for a burned smell.