Search:

Type: Posts; User: bob5731

Page 1 of 13 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    0
    Views
    2,431

    radio thermostat android wear

    when I go to the page I liked the link automatically open get info.

    how to automatically open a web page http://192.186.1.6/tstat

    Then have it adjusted thermostat?
  2. Replies
    2
    Views
    2,749

    Re: I need some help with some third-party code

    I use the wrong title.

    I need some help with some third-party code.

    I have set that code up. But I have no experience with programming in PHP. All I did was copy that code into a PHP file and...
  3. Replies
    2
    Views
    2,749

    I did some help with some third-party code

    code is from
    http://reos.elazos.com

    How use Gmail to send all mail?

    The code has been added because it is too long to fit in the post.
  4. Thread: orc for mac

    by bob5731
    Replies
    0
    Views
    1,033

    orc for mac

    I have a form that I need OCR and then fill it out on my iPad.
    And also get addresses off of the paperwork that I have and plan the most cost effective route. How do I do that?
  5. Replies
    5
    Views
    1,659

    Re: symbol pdt 8100

    Will work to make the scanner to scan a barcode?

    Private WithEvents oReader As Symbol.Barcode.BarcodeReader

    Public Overrides Function enableScanner() As Boolean
    'initialize the...
  6. Replies
    5
    Views
    1,659

    Re: symbol pdt 8100

    I need code for scaning.
  7. Replies
    5
    Views
    1,659

    Re: symbol pdt 8100

    What is code to use the barcode scanner?
  8. Replies
    5
    Views
    1,659

    symbol pdt 8100

    Hi
    How do I start making app for symbol pdt 8100?
  9. Replies
    87
    Views
    39,796

    Re: I need to get data form a web page

    I need the on in vb.net


    Dim hDoc As MSHTML.HTMLDocument
    Dim hInp As MSHTML.HTMLInputElement

    Private Sub Command1_Click()
    Set hInp = hDoc.getElementById("upc")
    hInp.focus
    ...
  10. Replies
    33
    Views
    2,070

    Re: loop not working

    it is onye working on in one list box.
    how do I get it to work in 4 list boxs?
  11. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    can I get some help?
  12. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    My scanner will not scan the barcode my barcode P370.
    It will scan UPC barcode.


    Private Sub Command1_Click()
    List.Clear
    List.FontSize = 10
    List.Font = vbDefault
    List.AddItem Space(1) & ""...
  13. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    I need some code to get me started?
  14. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    l'm working on shipping label app

    It will need get the buyer address, item number and number of item from Ebay.
    Then have come up in database.
    The barcode will be the Item number
    I need to...
  15. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    I wil not use Print Tab(35); "ADMIN PHONE LIST"

    how to use List box with 2 Font?


    Private Sub Form_Load()
    Text1.Font = "Free 3 of 9 Extended"
    Text1.Text = "*GOD*"
    Text2.Font = vbDefault...
  16. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    I'm work whit a List box.
  17. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    can look at my code for me?


    Private Sub Form_Load()
    Text1.Font = "Free 3 of 9 Extended"
    Text1.Text = "*GOD*"
    Text2.Font = "MS Sans Serif"
    Text2.Text = "*GOD*"
    List.FontSize = 10...
  18. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    address, city, state, zip code and put the bar code at the end
  19. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    Re: shipping label

    will it print out the barcode?


    Private Sub Command1_Click()
    Cls
    Print Tab(40); "ADMIN PHONE LIST"
    Printer.Font = "Free 3 of 9 Extended"
    Printer.FontSize = 16
    Printer.Print Text1...
  20. Thread: shipping label

    by bob5731
    Replies
    15
    Views
    1,168

    shipping label

    work in shipping label app

    It need get the buyer address, item number and number of item from Ebay.
    Then have come up in database.
    The barcode will be the Item number
    I need to print address...
  21. Replies
    0
    Views
    443

    how to use barcode

    me and my buddy or going to start transferring video to DVD on eBay.
    Barcode to track number of items transferred to DVD.

    Ok customer buys 25 transfers and gets e-mailed 25 barcodes to put on...
  22. Replies
    2
    Views
    996

    Re: code for ibm 4695 customer Display

    qb open com4?
    code
  23. Replies
    2
    Views
    996

    code for ibm 4695 customer Display

    Hi
    I need some code for ibm 4695 customer Display? In vb and qb and dos.
  24. Replies
    33
    Views
    2,070

    Re: loop not working

    I'm doing it for me!!!
  25. Replies
    33
    Views
    2,070

    Re: loop not working

    it is onye reading on file.


    Option Explicit
    Dim POLE
    Private Type POLE
    ST As String * 20
    End Type
    Private Type POLE1
    STOCKNUMBER As String * 15
  26. Replies
    33
    Views
    2,070

    Re: loop not working

    Open "c:\Pos\POLE.DAT" For Random Access Read Write Shared As #1 Len = 20
    Do While Not ysnQuit
    Get #1, 1, REC
    strST = REC.ST
    Get #1, 2, REC
    Get #1, 3, REC3
    ...
  27. Replies
    33
    Views
    2,070

    Re: loop not working

    4 POLE.DAT file
    c:\pos\POLE.DAT
    d:\pos\POLE.DAT
    e:\pos\POLE.DAT
    f:\pos\POLE.DAT
  28. Replies
    33
    Views
    2,070

    Re: loop not working

    I now need to Display in 4 list box.
  29. Re: how to delete Listbox with multiple items selected

    is not working.
    code now site the total to 0.
  30. Replies
    16
    Views
    4,720

    Re: convert minutes to hours

    how set the Focus to text1 on Form_Load?
  31. Replies
    16
    Views
    4,720

    Re: convert minutes to hours

    how to get to Focus on text1 and ues the enter key Convert?
  32. Replies
    16
    Views
    4,720

    Re: convert minutes to hours

    how to get to Focus on test1 and ues the enter key Convert?


    Private Sub Convert_KeyPress(KeyAscii As Integer)
    Text1.SetFocus
    If KeyAscii <> 13 Then
    Text2 = Text1.Text / 60
    Text2.Text =...
  33. Replies
    16
    Views
    4,720

    Re: convert minutes to hours

    what
  34. Replies
    16
    Views
    4,720

    Re: convert minutes to hours

    now how do I format the time?
    exp 121mins = 2:01
  35. Replies
    16
    Views
    4,720

    Re: convert minutes to hours

    Private Sub Command1_Click()
    Text1.Text = Text1.Text / 60
    Text2 = Text1.Text
    End Sub
    Private Sub Command2_Click()
    End
    End Sub
  36. Replies
    16
    Views
    4,720

    convert minutes to hours

    Hi
    How do I convert minutes to hours?
  37. Replies
    87
    Views
    39,796

    Re: I need to get data form a web page

    How do I get upc number?
  38. Replies
    87
    Views
    39,796

    Re: I need to get data form a web page

    what???
  39. Replies
    0
    Views
    871

    www.upcdatabase.com

    Hi
    The www.upcdatabase.com has been update.
    Can you all update my code for me?

    Dim strConn As String
    Dim strSQL As String
    Dim cn
    Dim rs
    Dim hDoc As MSHTML.HTMLDocument
    Dim hCol As...
  40. Replies
    1
    Views
    1,010

    How use fingerprint in vb 6.0

    Hi
    How do I use fingerprint in vb 6.0?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width