Re: How to customize Logon screen

Tech-Archive recommends: Fix windows errors by optimizing your registry



Claymore wrote:
If this is the "Classic" login window ...

Yes, it is.


Go to the same key you referenced above and create a new String named
LogonPrompt
Modify the Value and type in what you want to show.

That was helpful, but I ran into the limit of how many characters I could put into that field. Plus it would have been nice if I could format the test (bigger font, bold, etc).

I did find a way to do it, albeit kind of a hack.

First, I created TextBox in MS Word with the text I wanted (formatted).
I pasted that textbox into Photoshop and saved the image as a .bmp to C:\Windows (with the other background images).
I edited HKEY_USERS\.DEFAULT\Control Panel\Desktop\Wallpaper and put in the Fullpathname and filename of the .bmp image I had created.


Note: I had to make my .bmp 1280x1024 (the screen resolution size) so I cold place the TextBox where I wanted it on the screen. Otherwise, it would just center it (under the logon window).



--

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Chris Barnes AOL IM: CNBarnes
chris-barnes@xxxxxxxx Yahoo IM: chrisnbarnes
.



Relevant Pages

  • Code change for chars
    ... i have the following code to only allow integer values to be entered in a textbox. ... Can anyone tell me how i can modify this to only allow characters?? ... End Sub ...
    (microsoft.public.dotnet.general)
  • Re: help: wrapping raw text in a text "border"
    ... Source TextBox, Destination TextBox, Hidden TextBox, ... Number of total characters on a line (including border characters and border ... Dim CharacterWidth As Long ... Dim SavedFontSize As Long ...
    (microsoft.public.vb.general.discussion)
  • Re: Entering text backwards
    ... You would probably want to create your own subclassed textbox ... > text.Substring(selectionStart, text.Length - selectionStart); ... >> to keep the English cultural settings to do it. ... >> that maps English characters to Canaanite glyphs. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: GridView Control - limiting width and overflow
    ... How about just trimming off the characters that you don't want? ... When you create the textbox in the template, ... <ItemTemplate> ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Limiting a Text Fields Input Size !
    ... i.e. the max number of characters that can be ... not if i click in the textbox. ... MsgBox "Setting Cursor to 1st char" ...
    (comp.databases.ms-access)