Posts Tagged ‘Menu’

Cannot Uninstall Yahoo Messenger; Not Visible On Start Menu. Error Message Says Unable To Delete Res_msgr.dll?

Saturday, January 2nd, 2010

Revo uninstall and CCleaner did not resolve as Yahoo Messenger not listed except as a folder in C:\Program Files\Yahoo!\Messenger. HELP!

My Computer Keeps Asking Me For Certain Kinds Of .dll. And The Menu There Is No Start Butoon Or Icons.?

Wednesday, December 9th, 2009

.dll. !! Could this not be conlicting with something in “dynamic link library” ?? we both don’t know yet. But first go to “Help and support” then hit System information/ Current-Running Services and if possible reach and Run all tests at Direct X. Try to carefully observe if there are Marks on Certain files that have been marked or try to check if there are services which are not running or missing files that could be demanding attentions.An essential file might have been corrupted / Old version file or wrong drive installation results. It coud best be determined when you try to open a program then the message is displayed instead. How did you realise this… I mean When does it happen ???. Try to keep close and if it happened again then Rush and write down the display informations and get back to me. Right ?

Dll By Date In Your Search Menu All Files Cookies Cache History Registration Saved Is This Vistas Problem ?

Sunday, October 18th, 2009

is that even english?

How Will I Make The Installed Programs Be Viewed In Start Menu?

Sunday, October 11th, 2009

so i just installed this Black XP my friend told me to try. and since i’m having problems w/ my WinXP Professional, i decided to format my Local Disk (C:), but i accidentally just installed it on the same drive. (i just hit ENTER twice choosing the last option unconsciously, maybe it’s the one that lets me install the OS on the same drive w/o deleting the previous one.) so i just tried deleting the folder of my previous OS Windows – by the OS i want to keep through the windows explorer – but it says “Cannot delete Flash10b.ocx: Access is denied”. Can you help me about this?
And, also, how will i make the previous installed programs be showed at the start menu like the way it was before, like nothing has changed, except the OS, i mean.

Hi,,what To Do If For Some Reason, The Contents(wallpaper With The Icons And Sys Tray And Start Menu Etc) Gets

Friday, October 9th, 2009

how to rectify , if for some reason the contents off the monitor screen(wall paper,icons,sys tray,start menu etc) gets inverted to one side,im using win 98,i did check disk for errors and scanned for viruses also,,but ,,,,,,,,thankyou

Can You Provide Free Activex Of Office Xp Stype Menu In Vb ?

Monday, August 24th, 2009

i want office xy style menu in my vb project. so can anyone provide that activex or ocx or link to that which is free ? plz help

How Do I Fix “lsass.exe – System Error Object Not Found” From The Windows Advance Options Menu?

Saturday, August 8th, 2009

this error (lsass.exe – system error object not found) keeps popping up and wont let me start my computer. and every time i press ok it reboots and does it again. i can get to the windows advanced options menu but i cant run safe mode because when i do the error still comes up. what can i do?

How Can I Add Register / Unregister To The Context Menu For .dll, .ocx Files?

Sunday, July 19th, 2009

;Make a .reg file with notepad and type or copy this …
Windows Registry Editor Version 5.00
;Add register / unregister to the context menu for .dll files
[HKEY_CLASSES_ROOT\.dll]
“Content Type”=”application/x-msdownload”
@=”dllfile”
[HKEY_CLASSES_ROOT\dllfile]
@=”Application Extension”
[HKEY_CLASSES_ROOT\dllfile\Shell\Regis…
@="regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\Shell\UnReg…
@="regsvr32.exe /u \"%1\""
;Add register / unregister to the context menu for .ocx files
[HKEY_CLASSES_ROOT\.ocx]
@=”ocxfile”
[HKEY_CLASSES_ROOT\ocxfile]
@=”OCX”
[HKEY_CLASSES_ROOT\ocxfile\Shell\Regis…
@=”regsvr32.exe \”%1\”"
[HKEY_CLASSES_ROOT\ocxfile\Shell\UnReg…
@=”regsvr32.exe /u \”%1\”"