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

Pages: [1]
1
Support Questions / Re: code to minimize running program
« on: December 27, 2019, 01:38:52 PM »
... If you click the X it leaves some of the program running with now no way to stop it except from task manager...

I would take the time to fix that issue, that is not right.
Im not sure how i would fix this, the problem is i have a few pages that do trending, so i when i close that page it forgets all the trend data, so what i do is just hide it when switching pages. But with doing this its always running in the background and the entire project wont close with form x button. I have an exit button that closes all the open pages. There very well could be a better way, Im not very good with this type of programming. im defiantly open to suggestions 

2
Support Questions / Re: code to minimize running program
« on: December 27, 2019, 09:58:47 AM »
Yes that did the trick, Thank you very much Archie!!

3
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

4
Support Questions / Re: Quick trend question
« on: January 02, 2018, 09:42:58 PM »
That did the trick. Thanks much.

5
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]