Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ppinky

  1. P

    Help me debug my VB program

    Re: vb code debugging Thanks a lot for the reply!!! I got it..
  2. P

    Help me debug my VB program

    Re: vb code debugging Thanks.. Your code works!! But I didn't understand why my code didn't work
  3. P

    Help me debug my VB program

    Hi all, I am new to vb programming Can anyone help me debug the following code? Private Sub MSComm1_OnComm() Print MSComm1.Input If MSComm1.Input = A Then Print "Hello" ElseIf MSComm1.Input = B Then Print "World" End If End Sub I am getting the answer as.. B Hello But the...

Part and Inventory Search

Back
Top