CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2004
    Location
    Philippines
    Posts
    58

    Putting text in Splash Screen

    Good day to all! Im using CSplashWnd class derive from CWnd to run my splash screen. My problem is how can i put text in the splash screen (like writing the license number, owner of the software etc..). the logic of the CSplashWnd is just calling the bitmap to be loaded...

    can anyone give me a good approach in handling splash screen with text?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430
    Do it in the CSplashWnd :: OnPaint handler using CDC methods to write texts (such a CDC::TextOut, DrawText ,...)

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

Featured