Posts by WagnerB

    Hallo,


    wir haben einen USB-Barcodescanner getest der am PC normal funktioniert. Benutzt man ihn am PicoMod, bekommt man bestenfalls ein (CR) zurück, mehr ist ihm aber nicht zu entlocken.


    Eine Idee woran das liegen kann?


    bzw. geht das überhaupt?


    Oder gibt es ein Modell, welches jemand empfehlen kann, das funktioniert?



    mfg Benjamin Wagner

    Hi,


    with a Workaround over the API it work´s. Thx to F&S, for the support.



    best regards Benjamin

    Hi,


    i tried it with VB.net, but it don´t work. Any idea for a solution?


    Code
    1. Dim RegKey As RegistryKey
    2. RegKey = Registry.LocalMachine.OpenSubKey("init", True)
    3. RegKey.DeleteValue("Launch50")
    4. RegKey.Flush()
    5. RegKey.Close()


    best regards Benjamin

    Hi,


    for those who use VB.net:



    best regards Benjamin

    Hi,


    the code for VB.net, but without errorhandling:



    best regard Benjamin

    Hi,


    i got the same Problems. And i tried it with the dependency without any success. My solution was a small delay (1s) in the Application Sub Main(). Antoher solution ist to check is the API ready.


    This test should be done in the entry point of the application, before it begins to do any functionality. Again, it depends on the application. It could be enough with:

    while(!IsAPIReady(SH_SHELL))
    Sleep(500);


    best regards Benjamin