Results 1 to 8 of 8

Thread: how this do

  1. #1

    Thread Starter
    Banned
    Join Date
    Oct 2007
    Posts
    54

    how this do

    hey
    how i can make massage show before welcome screen on my widows????

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how this do

    Put it in the form load of your startup form.

  3. #3

    Thread Starter
    Banned
    Join Date
    Oct 2007
    Posts
    54

    Re: how this do

    no not to startup but massage i make it >it show before welcome screen

  4. #4
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: how this do

    Add a message box to your SubMain code. This would be in a module, not in your form code.

    Make sure your properties are set as follows:
    Project >> Properties >> General tab >> Startup Object and select SubMain.

    See picture below
    Attached Images Attached Images  
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

  5. #5
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: how this do

    i think he means.. before windows starts... not his app
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  6. #6
    Frenzied Member aikidokid's Avatar
    Join Date
    Aug 2002
    Location
    Bristol, UK
    Posts
    1,968

    Re: how this do

    Oh, well in that case ....

    I haven't got a clue
    If somebody helps you, take time to RATE the post. I do.

    "FAILURE IS NOT AN OPTION. It comes bundled with the software."

    Below are some of the threads that have helped me along the way:

    CodeBank submission:
    Listview Backcolor (without subclassing)

    Loading Treeview Nodes From A Database, Creating Registry Keys, Count Number of Lines in TextBox , Excellent RichTextBox Tricks & Tips
    Ideas & Screen Shots For A Code Library App
    How to do Data validation in Excel, Conditional Formating in Excel

  7. #7
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: how this do

    Can't remember exactly where I got this from, but it's in a "Tips and Tricks" file on my PC. If it doesn't work, don't blame me.
    Open the Registry Editor.

    In Windows 9x and Me, navigate the left pane down to
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon.
    In Windows 2000 and XP, go to
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.

    If you don't see an icon labeled LegalNoticeCaption, right-click anywhere in the pane, choose New, String Value, type LegalNoticeCaption, and press
    Enter. Create a String Value icon named LegalNoticeText, if it doesn't already exist in the Winlogon key.

    Double-click LegalNoticeCaption. In the 'Value data' box, type the text you want to appear in the message's title bar (you can leave this blank if you prefer),
    and press Enter. Next, double-click LegalNoticeText, type your message in the 'Value data' box, and press Enter. The warning dialog box accommodates
    a pretty large paragraph; if you plan to input more than a couple of sentences, you should probably compose the message in Notepad or another text
    editor, double-check it, and then paste it into the 'Value data' box in the Edit String dialog box. To remove the message later, simply return to this setting
    and delete any text you added for LegalNoticeCaption, LegalNoticeText, or both.
    All users will have to click OK in the message box before continuing.

  8. #8
    Frenzied Member
    Join Date
    Jul 2007
    Posts
    1,306
    IIF(Post.Rate > 0 , , )

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