Sunday, February 1, 2015
Monday, April 21, 2014
How to Design Simple VB Conversion Form
Watch this Video
Code for Temperature Conversion Form Button(Result)
Private Sub Command1_Click()
If Option1.Value = False And Option2.Value = False Then
MsgBox "Select Measurement", vbOKOnly, "Error"
ElseIf Option1.Value = True Then
tempout.Text = (Temptext * 9 / 5) + 32
tempmeasur.Text = "Fahrenheit"
ElseIf Option2.Value = True Then
tempout.Text = (Temptext - 32) * 5 / 9
tempmeasur.Text = "Celsius"
End If
End Sub
Monday, October 7, 2013
Friday, September 27, 2013
Tuesday, September 17, 2013
Thursday, September 5, 2013
Adding a computer to Active Directory
Creating the first Windows Server 2003 Domain Controller in a domain
One of the greatest
features of Windows Server 2003 is its ability to be a Domain Controller
(DC).  The features of a domain extend further than this tutorial ever
could, but some of its most well known features are its ability to store user
names and passwords on a central computer (the Domain Controller) or computers
(several Domain Controllers).  In this tutorial we will cover the
"promoting" (or creating) of the first DC in a domain.  This
will include DNS installation, because without DNS the client computers
wouldn't
Identifying Computer Parts
- 1. Identify the different parts of a computer By: Pubudu Thilan
 - 2. Outside of a computer workstation
 - 3. Power supply plug The power source/plug that supplies the computer with power.
 - 4. Fan The computer fan is used as a cooling device for inside of the computer.
 - 5. Keyboard plug The plus that connects the keyboard to the computer so that you can type.
 - 6. Mouse plug The plug that connects the mouse to the computer so that you can move around using the mouse.
 - 7. Monitor plug The plug that connects the monitor to the hard drive to give it power.
 - 8. Printer plug The plug that connects the printer to the computer so that information that needs to be printed will be transferred to the printer.
 - 9. Network, modem connection A network is a group of inter connected computers. A modem connection is what the network uses to connect to the modem.
 - 10. Video card A card used to input video into the computer.
 - 11. Usb plugs A plug used to input electronic devices into the computer.
 - 12. Speakers, microphone Output and input devices that are plugged into the computer.
 - 13. Inside of a computer workstation
 - 14. Motherboard The motherboard is the central printed circuit board.
 - 15. Hard drive A device that stores digitally controlled data.
 - 16. Power supply The source of all the power.
 - 17. DVD drive Drive that which the DVD is inserted into.
 


10:47 PM
Pubudu

