Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Legace
Forum: NSIS Discussion 30th September 2010, 13:13
Replies: 15
Views: 14,285
Posted By Legace
Thanks a lot gringoloco023!

Thanks a lot gringoloco023!
Forum: NSIS Discussion 14th April 2010, 18:41
Replies: 1
Views: 1,343
Posted By Legace
Installing local fonts on Win7

I know there are several ways to install fonts, but the ones that work require that the font is packaged with the installed.

Is there a way to do it by using something like CopyFiles?
Forum: NSIS Discussion 2nd April 2010, 15:12
Replies: 7
Views: 9,388
Posted By Legace
Not for me. Using FontReg.exe for now, is...

Not for me.

Using FontReg.exe for now, is small enough and does what it's supposed to.
Forum: NSIS Discussion 28th March 2010, 15:48
Replies: 7
Views: 9,388
Posted By Legace
Folder.CopyHere to install fonts on Win7 (VBScript)

I've tried and tried, but I just couldn't get CopyFiles or File to install fonts on Windows 7. Then I stumbled on this VBScript that does work:

Const FONTS = &H14&
'/-> Path And Name To Font
...
Forum: NSIS Discussion 16th February 2010, 10:43
Replies: 2
Views: 3,058
Posted By Legace
Get status of msctls_trackbar32

Hey,

How do I get the status of msctls_trackbar32?

nsDialogs::CreateControl msctls_trackbar32 \
"0x50010000" \
"" \
110 100u 150 25 \
""
Pop $8
Forum: NSIS Discussion 11th August 2008, 09:58
Replies: 1
Views: 1,312
Posted By Legace
FileRead

I've searched and read the docs but I can't get this to work..
So..

What I need to do is to start reading from the third line of a file to the end of it.

Then, I need the output of the search...
Forum: NSIS Discussion 28th July 2008, 12:07
Replies: 1
Views: 1,303
Posted By Legace
Nevermind, figured out with the help of ResHack.....

Nevermind, figured out with the help of ResHack..


nsDialogs::CreateControl /NOUNLOAD EDIT "${WS_VISIBLE}|${WS_CHILD}|${WS_TABSTOP}|${WS_VSCROLL}|${ES_MULTILINE}|${ES_LEFT}"

"" 120u 32u...
Forum: NSIS Discussion 28th July 2008, 07:54
Replies: 1
Views: 1,303
Posted By Legace
nsDialogs Multiline

I've searched for this, but the results I've found don't work for me.

So.. I need to do the following:

Read an INI/TXT file, and get text.
The text should be (for example):
HELLO
MY NAME IS...
Forum: NSIS Discussion 5th June 2008, 15:59
Replies: 1
Views: 1,674
Posted By Legace
Dialog InputBox

Hello guys.
I hope you can help me with the following problem.

I need to do the following.
- I need a script that will have three InputBoxes on which users can type whatever they want.
For...
Showing results 1 to 9 of 9

 
Forum Jump