Browse by Tags

Tagged Content List
  • Wiki Page: Computer Optimization

    Computer Optimization By Brian Blum , President & Chief Consultant of Maverick Solutions IT, Inc PART I - INTRO & FRAGMENTATION Many people are under the impression that a computer's performance deteriorates with age. I'd like to dispel that myth: computers are mostly solid...
  • Wiki Page: C# Identify the Available Serial Port on the PC

    with this sample code you can identify the available serial port on the PC, running a ForEach iteration SerialPortNames property vb.net and GetPortNames method c# . Sample code C#. private void BtnFindSerialPort_Click(object sender, EventArgs e) { foreach (string ports in System.IO...
  • Wiki Page: VB.NET Identify a Removable Hard Drive

    Through the method of the class DriveInfo getdrivers and can get the kind of drive . This example identifies a removable disk drive in VB.NET. Private Sub BtnFind_Click(sender As System.Object, e As System.EventArgs) Handles BtnFind.Click For Each driveType As System.IO...
Page 1 of 1 (3 items)
Can't find it? Write it!