Results 1 to 8 of 8

Thread: Credits on "About form" ideas

  1. #1

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    Credits on "About form" ideas

    My recent threads are more into UI and design, I apologize but what can we do? It matters.

    You may already noticed good looking movie-ending credints which texts roll from bottom to top very slightly. How can we implement something similar on About forms?

    First approach that comes in mind is a rich text box which its vertical scollbar automatically scrolls via a timer. A mouse hover on text can disable the timer to pause moving and let the user to read.

    But I am looking for something more [some say] professional.

  2. #2
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,969

    Re: Credits on "About form" ideas

    Maybe fade then in and out slowly...
    Please remember next time...elections matter!

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Credits on "About form" ideas

    If you're interested in fancy UI effects and the like then you should be using WPF rather than WinForms. It was built from the ground up with that sort of thing in mind.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Credits on "About form" ideas

    For what you describe, just put a Label inside a Panel. Make the Width the same but the Height of the Label can be much greater than the Panel. You can then use a Timer to decrement the Top of the Label from zero, thus moving the text it contains upwards.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Credits on "About form" ideas

    I'm curious as to what kind of credits are of such significant length to make something like this ... I mean if it can't fit on to a form of a reasonable size... yikes!
    As a side note, About Forms are rarely seen, so I wonder if it's worth the effort. Most of the time I go into an About form it's to get something like a version number...

    shrug. to each their own I suppose.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    Re: Credits on "About form" ideas

    Quote Originally Posted by TysonLPrice View Post
    Maybe fade then in and out slowly...
    The form itself? Good idea.

    Quote Originally Posted by jmcilhinney View Post
    just put a Label inside a Panel.
    Definitely going to do this. I beams on textboxes are a bit annoying. Labels are better.

    Quote Originally Posted by jmcilhinney View Post
    If you're interested in fancy UI effects and the like then you should be using WPF rather than WinForms.
    - The problem is I wasn't considering this particular issue (and my previous thread: Control creating flickering/flashing) not a "fancy" feature of UI.
    - I'm thinking about WPF very often recently. I'm afraid of it. I may stuck on it in a bad way. I need to overcome it at first place and take the risk to migrate the entire project.

  7. #7
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    3,560

    Re: Credits on "About form" ideas

    I always spend a decent amount of time on an 'about' window. Not difficult to do once you have an idea in mind and a method of implementing it. Here is a screenful of 'abouts'. I tend to use the same square format on my VB6 programs removing the titlebar, minimise/close buttons as it is easy to impement. Even that big central 'about' with a transparent background is possible in VB6 with some tricks.



    The idea of loading a list box scrolling is a decent one, remove the border and have it sit on a background of the same colour.
    Last edited by yereverluvinuncleber; Mar 18th, 2023 at 06:31 AM.
    https://github.com/yereverluvinunclebert

    Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.

    By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.

  8. #8

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    Re: Credits on "About form" ideas

    wow, that's a lot of work.

    Can someone complement a bit more about WPF and its advantages? Already coding some testing projects and watching YouTube videos. I cannot avoid clicking on form in WPF and start to create some divider/separator stuffs. That is a bit annoying. BUT I can tell their .exe will run pretty darn fast (compared to WinForm)
    Last edited by pourkascheff; Mar 18th, 2023 at 11:59 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width