Hello,
I have been looking for a touch size date picker (a date picker with large number or whose size can be changed), but have found none yet.
Can anybody point me to any?
Thanks
Printable View
Hello,
I have been looking for a touch size date picker (a date picker with large number or whose size can be changed), but have found none yet.
Can anybody point me to any?
Thanks
Are you talking about for Windows Forms?
By the way, is there a good reason that you're still using VS 2005? You can get VS 2017 Community Edition for free so, unless you need compatibility with other developers, there aren't many reasons to be using an IDE from over a decade ago.
You may even find that you could adapt something like this to create your own:
http://www.vbforums.com/showthread.p...Picker-control
Yes, thanks for the suggestion, i am using winforms, i will consider the upgrade advice.
But for compatibility with .net 2.0 and its reports i am using the ide. converting the reports from .net 2 to 4 is tedious as the project has over 50 reports
VS 2017 can target .NET 2.0, so that's not an issue. You would have to upgrade to a newer version of Reporting Services but it may well be that you don't need make any modifications. You wouldn't know what was involved without trying it.
I adapted this C# one to my needs for a touchscreen project.