Search:

Type: Posts; User: arie kabaalstra

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    785

    Re: RS 232 Send and receive.

    That did the trick!.. thanks..
  2. Replies
    3
    Views
    785

    Re: RS 232 Send and receive.

    Sofar, i have understood i needed an event handler to get the "Attention" of the program, so this is what i have thusfar:


    Imports System
    Imports System.Threading
    Imports System.IO
    Imports...
  3. Replies
    3
    Views
    785

    RS 232 Send and receive.

    I already got a great tip in https://www.vbforums.com/showthread.php?895055-DataGridview-issues&p=5556110#post5556110

    So i'm back again with a new question.

    in the G-Code Editor i'm writing for...
  4. Replies
    2
    Views
    831

    Re: DataGridview issues

    Yes, That worked like a charm..

    Also because some of the dialogs are more "interactive" because for the spindle speed you have the choice of 2 options, either G96 which is CSS (Constant Surface...
  5. Replies
    2
    Views
    831

    DataGridview issues

    Folks,

    it has been a while,but i've run into a challenge..

    At the moment i'm working on an Editor to write CNC Code for one of my CNC Lathes, and also to send them to the machine using...
  6. Replies
    0
    Views
    582

    Google API use for Calendar

    Folks,

    I want to achieve the following:
    Creating an application that enables a user to enter new events into the Google Calendar with a template, so every new entry is made following a certain...
  7. Re: Help with AltGr Key wanted

    Yes indeed it does, as i stated before, my code now works with Both Ctrl/Alt (key) and AltGR (key).

    is this good practice?, it works for now, but can it pose problems in the future?
  8. Re: Help with AltGr Key wanted

    well.. everybody has one.. it's just the righthand ALT key, on some keyboards it's just looking like the alt Key, since that's all it says.. on other keyboards whoever it clearly says "AltGr":D
    ...
  9. Re: Help with AltGr Key wanted

    since the Program i'm working on is only to be run on a "dedicated PC"with ONLY the CNC Control Software (which is in Dutch, or English) the US layout can be used..

    the program is built upon a...
  10. Re: Help with AltGr Key wanted

    Ever heard of the Alt(ernative) Gr(aphics) Key?.. suppose not.. it is the righthand alt key, but it isn't specified in the "suggestions" you get when typing the Code.

    and it is NOT the same as the...
  11. [Resolved] Help with AltGr Key wanted

    Cheers all,

    at the moment i'm building a GUI for a CNC machine.
    i'm using an API from an existing CNC control program, and since the original program uses AltGr shortcuts for changing Speed, and...
  12. Re: [RESOLVED] F-Keys, what's up with F10??

    key = e.KeyValue
    If key > 111 And key < 124 Then
    If key = 121 Then
    e.Handled = True

    End If
    softkey.F_key()
    End If
  13. Re: F-Keys, what's up with F10??

    well.. to be honest.. i'm sort of a noob also, been writing VB.net for only some 7 months..

    Gonna try e.Handled in my code also.. looks nicer than my solution..

    Thanks a lot!:wave:
  14. Re: F-Keys, what's up with F10??

    well, i found a solution for this problem, although it's a bit "quick'n'dirty"

    if key = 121 ( value of F10) call a sub containing
    Sendkeys.send(121)
    so everytime i press F10 once, the program...
  15. Re: F-Keys, what's up with F10??

    it has nothing to do with the dll, i experienced the same problem in another program i wrote, but i could avoid the problem by not assigning any functions to F10.

    it looks like the F10 key acts as...
  16. [RESOLVED] F-Keys, what's up with F10??

    Folks,

    I'm working on a CNC control program, based on a DLL that someone else wrote.
    No problems with that sofar, as i get good support from the writer.

    the problem i do have to tackle is the...
  17. Re: ListBox show latest item added

    Now that!.. was exactly what i was looking for..

    Thanks!
  18. Re: VB.NET : Save and Load ListBox items to/from File .

    Thanks a lot.. i really needed that piece of Code.. :check:
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width