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 saathis

  1. S

    Speech recognition from listbox

    Dear helpers, I need help in how speech recognition in vb6.0 can recognize word from listbox from other form..... coz i have add command in listbox now i wn recognize it.. hw cn make it???? help me :|
  2. S

    Please check my error in coding

    Ya bro heihei im man d..... thnks alot bro
  3. S

    Set timer to control DC motor in vb6.0

    s bro i plan use 12V fixed input.... k bro thnks alot i il follow wht u say thnks alot again....
  4. S

    Please check my error in coding

    absolutely correct bro... im using binary string.... ya in te circuit it connect to D1 i check d.... so if i want make D2 goes to low te code is like tis: please check me again: Private Sub Open_Click(Index As Integer) Value = 0 Out PortAddress, 4 Shape1(0).FillColor = vbWhite End Sub...
  5. S

    Set timer to control DC motor in vb6.0

    sure saubhik as your bless i il do by own bt since im new 2 vb6 as you say... for ur in4m i hv no parallel port in my laptop so i hv 2 use USB to parallel 25 pin female to connect the circuit..... im do knw wht mean by analogous variac.... wht te process is when click button D1 goes high thn...
  6. S

    Please check my error in coding

    Hi Saubhik i 4got in4m as u say i have declare .dll in 1 module which contain coding below: Private Declare Function Inp Lib "inpout32.dll" _ Alias "Inp32" (ByVal PortAddress As Integer) As Integer Private Declare Sub Out Lib "inpout32.dll" _ Alias "Out32" (ByVal PortAddress As Integer...
  7. S

    Please check my error in coding

    dear helpers, Hi i nit help some vb6 expert...anyone can check for me the coding below... it are the code set D1 goes high for Open button... im not sure whether D1 set for goes high or not for this button....please check and give solution for me? :| Private Sub Open_Click(Index As Integer)...
  8. S

    Set timer to control DC motor in vb6.0

    Hello im using DC motor with parallel port for open door system..... anyone know how to set timer to control speed of DC motor. Please be refer scenario below: Open Button: D1 goes high then set timer to rotate forward while control it speed for few seconds Close Button: D1 goes...
  9. S

    How to detect word from textbox by speech in vb6.0

    Thank again for your help CMOS
  10. S

    How to detect word from textbox by speech in vb6.0

    Ya Mr.CMOS but te references you given is retrieve from notepad... but i designed system where user add his command by enter words in textbox..... now i need detect the word where user enter in textbox in recognize part by microsoft speech recognition..... is it possible i can use microsoft...
  11. S

    Control Stepper motor with parallel port

    Yes Mr.FvM im using ULN 2803A T Base IC.... motor is unipolar type.... so cn u give me guide how to set D1 goes high then rotate motor few seconds???.... Thank Mr.CMOS.... i il try explore it....
  12. S

    How to detect word from textbox by speech in vb6.0

    Dear helpers, Anyone how to detect/recognize the word which user enter in textbox from another form by windows speech..... if do u have any other alternative to recognize word from textbox by speech also welcomed..... please help me in VB 6.0..... thank you... :???:
  13. S

    Control Stepper motor with parallel port

    Option Explicit Public Declare Function Inp Lib "inpout32.dll" _ Alias "Inp32" (ByVal PortAddress As Integer) As Integer Public Declare Sub Out Lib "inpout32.dll" _ Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer) Private Declare Sub Sleep Lib "Kernel 32" (ByVal...
  14. S

    Control Stepper motor with parallel port

    Dear helpers, I need help to code in vb6 that D1 of parallel port goes high then stepper motor have rotate forward to open door.... then D2 of parallel port goes low then stepper motor have to rotate reverse to close door...... how can make it in vb6.0..... i got references in C, VB.net but i...
  15. S

    How to detect and recognize user command from database

    Dear helpers, Please guide me on how to retrieve data by speech command from microsoft access database. The data is retrieved by windows speech recognition............ example: I stored password "Hello" in database, after that when i run the system, i need to say "Hello" & it must be verified...

Part and Inventory Search

Back
Top