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.


Messages - tamnguyen408

Pages: [1]
1
Support Questions / Re: Visual Studio Mac
« on: January 04, 2018, 12:48:27 AM »
It does not work with Visual Studio Mac. Can we have this feature in the future?
Thanks,
TN

2
Support Questions / Visual Studio Mac
« on: January 01, 2018, 05:53:23 PM »
Does anybody have a chance to test AdvanceHMI in Visual Studio Mac?
AdvanceHMI work with Visual studio Mac?
Thanks,
TN

3
Open Discussion / Re: How to add a Form and a button
« on: July 25, 2016, 02:47:07 PM »
Hi Archie,
I can't find .dll files.

4
Open Discussion / Re: How to add a Form and a button
« on: July 24, 2016, 03:16:05 PM »
I can't find this option in C#. VB.NET shows up
please! help
Thanks...

5
Open Discussion / Re: PLC Online/Offline
« on: July 13, 2016, 11:05:12 PM »
Thanks for your help... Archie
It works both VB.NET and C#

6
Open Discussion / Re: PLC Online/Offline
« on: July 13, 2016, 04:08:49 PM »
Thank you very much Archie

7
Open Discussion / Re: PLC Online/Offline
« on: July 13, 2016, 12:21:04 PM »
Hi Archie,

I have not check my program yet.
Please! Give me an example code how to check connection established function call?
many thanks,

8
Open Discussion / Re: PLC Online/Offline
« on: July 13, 2016, 09:16:52 AM »
Thanks, Archie
will take a look tonight

9
Open Discussion / PLC Online/Offline
« on: July 12, 2016, 02:03:34 PM »
Hi all,

How do I check PLC online or offline when Program starting up? Thanks in advance

10
Feature Request / Re: Hydraulic Cylinder invisible in ControlTab
« on: July 12, 2016, 09:57:31 AM »
It worked with code below

  Private Sub MainForm_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        HydraulicCylinder1.Visible = True

    End Sub

    Private Sub TabPage2_Click(sender As Object, e As EventArgs) Handles TabPage2.Click
        HydraulicCylinder1.Visible = True
    End Sub

Thanks for your help

11
Feature Request / Re: Hydraulic Cylinder invisible in ControlTab
« on: July 11, 2016, 10:31:49 AM »
Thanks, Archie
I will try

12
Feature Request / Hydraulic Cylinder invisible in ControlTab
« on: July 08, 2016, 03:57:23 PM »
Hi,

I tried to place Hydraulic Cylinder in Main Form which is working fine. it is disappeared in Tabcontrol.
Any idea is appreciate it
Thanks,

13
Open Discussion / Re: MessageListByBit
« on: May 13, 2016, 05:30:46 PM »
Thank you very much

14
Open Discussion / MessageListByBit
« on: May 06, 2016, 08:58:22 AM »
Hi,

I have a messagelistbybit work properly; I am able to toggle bit and display to the list. However, I cleared all messages and toggle the same bit. It won't show in the message list anymore unless I toggle another bit then previous bit working again. Please! help
Thanks,

Pages: [1]