Using SB v3p2:
1.
edit skinbedder.ini to have this line
DefaultProgram=Notepad
2.
make a folder called "Notepad" in the same folder as sb
3.
create file "Notepad.ini" and put these lines in it:
[MainForm]
;This is the Window Title (if a front-end embeds SKINbedder, this is the title it will need)
Caption=NotepadEmbedded
;This is the initail position of the form.
Top=0
Left=0
;This is the initial "usable" Width & Height of the form.
;below sizes are for 800x600 screen resolution
ClientWidth=800
ClientHeight=600
;This is the background color you will see while loading (RGB Color Format: $GGBBRR).
BackgroundColor=$000000
;You can set this to an image to show durring loading (until the Starup Script has run).
LoadingImage=
[Scripts]
;This is the startup script that tells SKINbedder what to run, embed, and skin with.
StartUp=Run(C:\WINDOWS\system32\notepad.exe),Embed(NotepadWindow:5000)
;This is the shutdown script that will run before SKINbedder exits.
ShutDown=
;This will happen BEFORE hibernation
Hibernate=
;This will happen after resuming from hibernation
Resume=
4.
make folder called "NotepadWindow" in the folder "Notepad"
ie: skinbedder -> Notepad -> NotepadWindow
5.
make file "NotepadWindow.ini" in NotepadWindow folder and put in following lines:
[NotepadWindow]
WindowClass=Notepad
WindowTitle=
;Width and Height are optional (you can just use all 4 borders instead).
Width=
Height=
;Borders are Optional (if you just set Width/Height it will auto-center).
;Any border you set will be ancored.
;If no width/Height nor boarders are set it will auto-stretch (as if borders are 0), but not anchor.
TopBorder=0
LeftBorder=0
RightBorder=0
BottomBorder=0
;Nudge values stretch the embedded image
;use these values to move the contents of the window to hide menus etc
NudgeUp=0
NudgeLeft=0
NudgeRight=0
NudgeDown=0
;Leave TransparentColorValue blank if not used (will save resources)
TransparentColorValue=
;Leave AlphatBlendValue blank if not used (255=Fully visable, 0=Invisable)
AlphaBlendValue=
;Set Visable to False if you want to hide the entire window
Visable= True
5.
run skinbedder... should work.
Hope this helps.



LinkBack URL
About LinkBacks


Reply With Quote

Bookmarks