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 - Douglas

Pages: [1]
1
Support Questions / code to minimize running program
« on: December 27, 2019, 09:41:25 AM »
Im trying to find a way to minimize my running program. I know there is the sizable form border but I have that set to none because If you click the X it leaves some of the program running with now no way to stop it except from task manager. What I think would work good for me is to use a basic button click to minimize it.

    "Private Sub BasicButton5_Click(sender As Object, e As EventArgs) Handles BasicButton5.Click
     ?????????????????????
     End Sub"
Any suggestions on the code to put in there? or maybe there is a better way.
Thanks in advance

2
Support Questions / Quick trend question
« on: January 02, 2018, 08:22:15 PM »
I’ve built a program with 2 trend charts on separate forms. I want the data to log as soon as I start my program. Right now I must open both forms then from that point on it trends. But if I forget to do that it dosent trend. I’m sure it’s a simple code addition but I’m a real noob at this.
Thanks in advance

Pages: [1]