Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - authorleon

Pages: [1]
1
Support Questions / DF1Com1 in C# - Simple issue. I think
« on: April 19, 2018, 02:39:30 PM »
Hello all,

I need to use C# because I need to use global hotkeys.

I am just setting up a basic program with one button, using an SLC 500.

Unfortunately I'm getting some errors and I don't know why.

I have had a look around but I don't know how to approach the problem.

Please have a look at the attached images.

Effectively I am just trying to get one button to work so it turns on output on the SLC 500.

I can get this working if I use .NET.  But fortunately I stated before I need to get it working in C#...

I hope I have explained it clearly. These have a look at the attached images

2
Support Questions / Global hotkey
« on: March 08, 2018, 01:15:37 PM »
Hello,

I have a very simple form which uses a few buttons to directly control the outputs on an SLC500.

I have a piece of code which allows you to have hotkeys but only when you are focused on the form.

Is there a simple way to have global hotkeys. i.e. CTRL + ALT + SHIFT + U (Mover motor up).

I have been trying for the last six months on and off but unfortunately no success.

3
Tips & Tricks / Add keystroke (shortcut) to basic button
« on: May 22, 2017, 10:50:05 AM »
Hello,

I am trying to make a simple application and I have some buttons that work with the AB SLC500. Great.

I would like to add on the button a key shortcut so the user can press the button or press a key.

Code: [Select]
  Private Sub BasicButton1_Click(sender As Object, e As EventArgs) Handles BasicButton1.Click

    End Sub

I have been trying for about 6 hours but no joy. The code above is what I have as the standard code.

Thank you very much.

4
Open Discussion / My first post
« on: August 06, 2014, 01:24:14 PM »
Thank you for having me and thank you to the AdvancedHMI team.

This is GREAT!

THANK YOU


Pages: [1]