Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Michael
I stuffed up my computer screen by pressing fn and f8?
By pressing fn and f8 it triggers a key called CRT/LCD which i have no idea what that does and now my screen looks all weird like all the things are smaller. I tried pressing the key again to change it back but it didn't do anything. I also tried changing the resolution but that didn't change the way my screen looks. So I'd appreciate any help. Thankyou.
1 AnswerMonitors8 years agoI stuffed up my computer by pressing fn and f8?
By pressing fn and f8 it triggers a key called CRT/LCD which i have no idea what that does and now my screen looks all weird like all the things are smaller. I tried pressing the key again to change it back but it didn't do anything. I also tried changing the resolution but that didn't change the way my screen looks. So I'd appreciate any help. Thankyou.
3 AnswersDesktops8 years agoWhy can't a windows application run on mac?
I know its obvious, of course it can't run on mac but I don't understand why. If operating systems are in machine code and programs are in machine code, why can't a windows application run on mac? That leads me to the question of why do we even need an operating system. I know thats obvious too, to be able to run the program but I don't understand; applications are in the same machine code as operating systems aren't they and any operating system can run on any machine, so why can't we run a program on any operating system. That leads me to also ask why does the application communicate with the operating system first and then the computer?
1 AnswerProgramming & Design8 years agoHow to get a favicon in Microsoft Word?
I know you can get favicons in html but how do u create them when you have made a website in microsoft word. I have made a website that I've tried putting the code in for the html file in ms word but I don't really want to modify the code. I want to be able to add a favicon straight from word 2010. Can u even get them in microsoft word? Appreciate any help thanks. How do i get the icon to be displayed at the top of the webpage?
1 AnswerProgramming & Design8 years agoHow to get a favicon in Microsoft Word?
I know you can get favicons in html but how do u create them when you have made a website in microsoft word. I have made a website that I've tried putting the code in for the html file in ms word but I don't really want to modify the code. I want to be able to add a favicon straight from word 2010. Can u even get them in microsoft word? Appreciate any help thanks.
1 AnswerProgramming & Design8 years agoHow to get a webpage icon using microsoft word?
I have made a webpage using microsoft word but I can't figure out how to add a web page icon. I don't want any html code I just want to know how to make it?
1 AnswerProgramming & Design8 years agoMicrophone jack not working?
I have a dell Inspiron 6400 with windows 7 on it. I've tried using a bunch of different drivers but none worked. I plug my mic into the jack but in the recording devices section it doesn't show up. I've right clicked to show disabled devices and show disconnected devices but still nothing. I only have one microphone jack. I've tried installing the compatible sigmatel C-major driver but when i install it, it says "this driver is not for your system." I don't know what to do. Please help keeping in mind that I may have already tried your suggestions. Thanks in advance?
2 AnswersAdd-ons8 years agoMicrophone jack not working?
I have a dell Inspiron 6400 with windows 7 on it. I've tried using a bunch of different drivers but none worked. I plug my mic into the jack but in the recording devices section it doesn't show up. I've right clicked to show disabled devices and show disconnected devices but still nothing. I only have one microphone jack. I've tried installing the compatible sigmatel C-major driver but when i install it, it says "this driver is not for your system." I don't know what to do. Please help keeping in mind that I may have already tried your suggestions. Thanks in advance?
1 AnswerOther - Hardware8 years agoMicrophone jack not working?
I have a dell Inspiron 6400 with windows 7 on it. I've tried using a bunch of different drivers but none worked. I plug my mic into the jack but in the recording devices section it doesn't show up. I've right clicked to show disabled devices and show disconnected devices but still nothing. I only have one microphone jack. I've tried installing the compatible sigmatel C-major driver but when i install it, it says "this driver is not for your system." I don't know what to do. Please help keeping in mind that I may have already tried your suggestions. Thanks in advance?
2 AnswersLaptops & Notebooks8 years agoNeed help with Assembly code?
After compiled this program exits immediately after opened:
format MZ
entry .code:start
segment .code
start:
mov ax, .data ; put data segment into ax
mov ds, ax ; there, I setup the DS for you
mov dx, msg ; now I give you the offset in DX. DS:DX now completed.
mov ah, 9h
int 21h
mov ah, 4ch
int 21h
segment .data
msg db 'Hello World', '$'
Plz help??
2 AnswersProgramming & Design8 years agoBatch code help? PLZ HELP?
How do I assign certain keys to certain functions. For example how do I make the space bar goto :1 but only when I want space bar to do that or make the number one on the keyboard goto :2 but only when i want to assign that function to that key . Plz hellllllllllp!!!!!!!!!!!!!!!!!!!!!!!!!!!… plz give me some good code for it if possible.
1 AnswerProgramming & Design9 years agoBatch code help? PLZ HELP?
How do I assign certain keys to certain functions. For example how do I make the space bar goto :1 but only when I want space bar to do that or make the number one on the keyboard goto :2 but only when i want to assign that function to that key . Plz hellllllllllp!!!!!!!!!!!!!!!!!!!!!!!!!!!… plz give me some good code for it if possible.
2 AnswersProgramming & Design9 years agoNeed Help with Batch Code?
How do I assign certain keys to certain options. For example how do I make the space bar mean goto :1 but only when I want space bar to do that or make the number one on the keyboard goto :2 but only when i want to assign that function to that key . Plz hellllllllllp!!!!!!!!!!!!!!!!!!!!!!!!!!!… plz give me some good code for it if possible.
1 AnswerProgramming & Design9 years agoNeed Help with Batch Code?
How do I assign certain keys to certain options. For example how do I make the space bar mean goto :1 but only when I want space bar to do that or make the number one on the keyboard goto :2 but only when i want to assign that function to that key . Plz hellllllllllp!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
P.S. plz give me some good code for it if possible.
1 AnswerProgramming & Design9 years agoNeed help with batch code?
I have code to make a random number between 1 and 100. I don't really get it:
SET /A num=100*%random%/32768+1
I get that it means 100 is the biggest number and it generates a random number but where does it show that 1 is the smallest number and what is the point of /32768+1. I don't get what /32768+1 is used for. please explain to me and also can other numbers be used instead of /32768+1.
1 AnswerProgramming & Design9 years agoNeed help with batch code?
I have code to make a random number between 1 and 100. I don't really get it:
SET /A num=100*%random%/32768+1
I get that it means 100 is the biggest number and it generates a random number but where does it show that 1 is the smallest number and what is the point of /32768+1. I don't get what /32768+1 is used for. please explain to me and also can other numbers be used instead of /32768+1.
1 AnswerProgramming & Design9 years agoNeed help with batch code?
I have code to make a random number between 1 and 100. I don't really get it:
SET /A num=100*%random%/32768+1
I get that it means 100 is the biggest number and it generates a random number but where does it show that 1 is the smallest number and what is the point of /32768+1. I don't get what /32768+1 is used for. please explain to me and also can other numbers be used instead of /32768+1.
1 AnswerProgramming & Design9 years agoHow can I make a portable application of an application that has already been installed?
Is there a program that can do this for me and take consideration of the fact that I mean a program that has files in the registry?
1 AnswerSoftware9 years agoA program that will let you pack files into one .exe?
I want to find a program that will pack files into one executable and when the program is run it will extract all the files to a temporary directory until it is closed again?
2 AnswersProgramming & Design9 years agoHow to pack files into one and then run the main executable?
I want to know how I can pack an installation folder into one file and when it is ran all the files are extracted to a temporary directory and it runs the main executable. Also is there a way to do that but make it so it extracts files into the registry aswell. Is there a program that I can use to make it? Any help wanted!
1 AnswerProgramming & Design9 years ago