CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    2

    How to keep the form always on top

    Hi friends!!! In my project i have used DDE link option to communicate with the device. Now while starting the project i have put up the splash screen and i link all the DDE links one by one. Now the problem is When DDE links are establised the form in which i have used those DDE links come in the front and it is displayed so there is not meaning of splash screen left due to that. Can any one tell me how to keep the splash screen always on top irrespective of any kind of events which are taking place during form load. Thanks in advance for ur solutions.


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: How to keep the form always on top

    What a little search on the board can't do?
    http://www.codeguru.com/cgi-bin/bbs/...b&Number=50785

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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