Archive

I am new in learning ASSEMBLY. I have a question in my mind: what is the difference between low byte and high byte; can anybody help me in explaining it diagrammatically showing both low byte and high byte in a 2 byte FRAME?

Also, how is data stored in these bytes? Does it depend on the data that will be stored in low byte or high byte OR anything else is also involved in it? 

Read more

Hi! I want design a code for a TRIANGLE in such a way that first the code should ask for the three INPUTS from the user. The executer will check if all three sides are equal it will show a message that triangle is RIGHT-TRIANGLE. Otherwise it will show a message that enter three inputs again. This LOOP will be continued until you get RIGHT-ANGLE triangle.

Read more

I got a following error and please let me know how you can eliminate when you get a “windows error code 646”. Is there any way of fixing this error permanently? Is this error could affect other parts of the system or whole the system other than Operating System.

Please help me to solve this.

Read more

I want to make a code for a clock in which I think the counter will be used in such a way that after every 12 counts, it starts its counting again from 1 and it should also maintain seconds and hours separately. Again, all should be linked with each other. I tried designing the code but I am unable to maintain the seconds' counter loop with the hours and the minute loop.

Can anybody will help me through this?

 

Read more

Hello!

I am using cell phone NOKIA 6303i. I want to install any Antivirus for my cell phone.

I regularly attach my phone with my computer to  send or receive any file Via Bluetooth.

But now i don't know what has happened to my phone's Memory card.It is not working properly.

I found some unknown files in my mobile with a question mark.

Also once my card had been formatted automatically.

Read more

HI!

I have brought my new PC. Its RAM is of 3GB and harddisk is of 320GB but still my computer speed is very slow. I regularly defragment my drives. Use C-cleaner to delete garbage.

I also have AVG software(Antivirus) which I update regularly. But still my computer's speed is not improving.

Can anybody guide what other things can I do to make my computer speed fast?

Read more

While working in my computer I experienced a blue screen and I couldn’t do any work with that.

Then it gets an error message "Windows XP Stop 0x0000001E Error".

Why does this happen?

Please explain me.

Read more

Hi guys,

I'm developing a system for our Human Resource Management. The system includes displaying of employee's profile with picture. But I got some trouble on the employee's picture. I have successfully stored it on mysql database, however, when I tried to retrieve it, an error occurred. MemoryStream parameter was not valid. Can anyone help me on this?Here is my code below:

 

            string query = "select pic, picsize from employee";
            MySqlConnection con = new MySqlConnection(db.getConnection());
            MySqlCommand cmd = new MySqlCommand(query, con);
            try
            {
                con.Open();
                data = cmd.ExecuteReader();
                if (data.Read())
                {

                   ...

Read more

I am having Internet Explorer 6 in my computer and when try to update it to a higher version it gets “Error Code : 0x8024000B” while performing the task. Please explain me why does it happen? And how to get rid of this error code.

Read more

Clicking on a Quick Launch icon in Windows Vista would always launch a new instance of that app, even if one instance was already running. But in Windows 7, clicking on an icon you have pinned to the taskbar doesn't do this.

Can I replicate the Vista functionality ?

Read more