Hello guys,
I've got a question, but it's not technical, it's more advice that I'm looking for :-)
In the very near future I'll have to develop an application that uses multiple screens.
So I'll give you a practical example:
I have 4 screens where different pricing infomation is being displayed. At any given time, I have to show a Promotion which is a single image that needs to be displayed across all of the screens with text scrolling across the screens.
Now I'm wondering what the best way would be to achieve this.
At first I was thinking of using one form and to stretch it across 4 screens, while I create 4 'areas' on the form that represent a screen. However when you extend a form this big I'm afraid the text is going to look horrible.
Then I was thinking of using 4 forms and split up the image into 4 different images which are displayed on the different screens. However to get a scrolling text right on 4 different forms, that's going to take some trial and error.
So does anybody of you have any ideas on how I can achieve this form of digital signage?
I want to use VB.Net unless this would seem impossible and I have to use other software?
I'm open to our suggestions.
Best regards,
Cainnech
I've got a question, but it's not technical, it's more advice that I'm looking for :-)
In the very near future I'll have to develop an application that uses multiple screens.
So I'll give you a practical example:
I have 4 screens where different pricing infomation is being displayed. At any given time, I have to show a Promotion which is a single image that needs to be displayed across all of the screens with text scrolling across the screens.
Now I'm wondering what the best way would be to achieve this.
At first I was thinking of using one form and to stretch it across 4 screens, while I create 4 'areas' on the form that represent a screen. However when you extend a form this big I'm afraid the text is going to look horrible.
Then I was thinking of using 4 forms and split up the image into 4 different images which are displayed on the different screens. However to get a scrolling text right on 4 different forms, that's going to take some trial and error.
So does anybody of you have any ideas on how I can achieve this form of digital signage?
I want to use VB.Net unless this would seem impossible and I have to use other software?
I'm open to our suggestions.
Best regards,
Cainnech
Comment