What exactly do I do after I boot in safe mode?
Does explorer fail in Safe Mode?
What exactly do I do after I boot in safe mode?
Does explorer fail in Safe Mode?
Is this still happening? If so, could you post more details or code?
Hit CTRL+5.
This will make a Services tab appear on the left--with your Projects or Folders tabs.
<FAKE SIGNATURE SNIPPED>
Have you tried booting into Safe Mode?
OK... Been on this about 10 hours now. I ran BitDefender and to make a long story short. I have lost explorer.exe I only have taskmanager to run things. I cannot find the files I need to find to reboot without cd because they are hidden and I have no way to unhide the files because I have NO Control Panel. When I type in control in run it says it cant find explorer.exe. I am a fairly smart guy and have tried everything with hours upon hours of reading posts and trying this and trying that. Anyone know how to unhide windows files just using the run option in task manager??? Cant folder named I386. And cant find programs winnt.exe or winnt32.exe. Which are the files I need to copy to fix this issue.
HELP
Start by modeling an actual (real world) transaction with classes.
First class would probably be KioskGUI (The visual interface)
Another class would probably be CustomerOrder (the class used to manage customer order data processing, called on by KioskGUI or another class)
Products would be another class that makes sense (called on by the CustomerOrder class).
I would use more than three.
The possibilities are endless, but there is usually a practical model to follow. Everything, almost, can be turned into a class. Things that are directly related in functionality should be grouped into a class though.
Car analogy, if there is a Motor class it would depend on other independent classes, such as Alternator, etc...