Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #374 > unrolled thread

Two questions: 1 GUI advice, 1 OT

Started byRW <RonW@no_domain.invalid>
First post2011-08-17 14:49 -0400
Last post2011-09-02 13:52 -0400
Articles 20 on this page of 25 — 10 participants

Back to article view | Back to comp.lang.basic.visual.misc


Contents

  Two questions: 1 GUI advice, 1 OT RW <RonW@no_domain.invalid> - 2011-08-17 14:49 -0400
    Re: Two questions: 1 GUI advice, 1 OT ralph <nt_consulting64@yahoo.net> - 2011-08-17 15:25 -0500
      Re: Two questions: 1 GUI advice, 1 OT RW <RonW@no_domain.invalid> - 2011-08-18 15:34 -0400
    Re: Two questions: 1 GUI advice, 1 OT Karl E. Peterson <karl@exmvps.org> - 2011-08-17 14:02 -0700
      Re: Two questions: 1 GUI advice, 1 OT RW <RonW@no_domain.invalid> - 2011-08-18 15:38 -0400
        Re: Two questions: 1 GUI advice, 1 OT GS <gs@somewhere.net> - 2011-08-18 15:51 -0400
          Re: Two questions: 1 GUI advice, 1 OT "Mayayana" <mayayana@invalid.nospam> - 2011-08-18 16:44 -0400
            Re: Two questions: 1 GUI advice, 1 OT GS <gs@somewhere.net> - 2011-08-18 17:05 -0400
              Re: Two questions: 1 GUI advice, 1 OT Karl E. Peterson <karl@exmvps.org> - 2011-08-18 14:14 -0700
                Re: Two questions: 1 GUI advice, 1 OT GS <gs@somewhere.net> - 2011-08-18 19:16 -0400
                  Re: Two questions: 1 GUI advice, 1 OT Karl E. Peterson <karl@exmvps.org> - 2011-08-19 11:44 -0700
        Re: Two questions: 1 GUI advice, 1 OT Karl E. Peterson <karl@exmvps.org> - 2011-08-18 13:48 -0700
          Re: Two questions: 1 GUI advice, 1 OT "Mayayana" <mayayana@invalid.nospam> - 2011-08-18 21:52 -0400
            Re: Two questions: 1 GUI advice, 1 OT Karl E. Peterson <karl@exmvps.org> - 2011-08-19 11:46 -0700
    Re: Two questions: 1 GUI advice, 1 OT Richard Cole <zznwky@gmaill.com.invalid> - 2011-08-18 18:15 +0100
      Re: Two questions: 1 GUI advice, 1 OT GS <gs@somewhere.net> - 2011-08-18 17:00 -0400
        Re: Two questions: 1 GUI advice, 1 OT DanS <t.h.i.s.n.t.h.a.t@r.o.a.d.r.u.n.n.e.r.c.o.m> - 2011-08-22 21:39 -0500
      Re: Two questions: 1 GUI advice, 1 OT BeeJ <nospam@live.com> - 2011-08-28 08:48 -0700
        Re: Two questions: 1 GUI advice, 1 OT GS <gs@somewhere.net> - 2011-08-28 17:20 -0400
    Re: Two questions: 1 GUI advice, 1 OT "Nobody" <nobody@nobody.com> - 2011-08-18 13:48 -0400
    Re: Two questions: 1 GUI advice, 1 OT RW <RonW@no_domain.invalid> - 2011-08-18 15:39 -0400
    Re: Two questions: 1 GUI advice, 1 OT Karl E. Peterson <karl@exmvps.org> - 2011-08-24 11:00 -0700
      Re: Two questions: 1 GUI advice, 1 OT Deanna Earley <dee.earley@icode.co.uk> - 2011-08-25 08:55 +0100
        Re: Two questions: 1 GUI advice, 1 OT Karl E. Peterson <karl@exmvps.org> - 2011-08-25 09:29 -0700
    Re: Two questions: 1 GUI advice, 1 OT - * UPDATE * RW <RonW@no_domain.invalid> - 2011-09-02 13:52 -0400

Page 1 of 2  [1] 2  Next page →


#374 — Two questions: 1 GUI advice, 1 OT

FromRW <RonW@no_domain.invalid>
Date2011-08-17 14:49 -0400
SubjectTwo questions: 1 GUI advice, 1 OT
Message-ID<r62o47dvi0qft8iq4qa0r4h1gq1ptac07o@4ax.com>
#1. A friend has asked me to write a small app for them to input
lottery numbers, save them, and then check against the winning numbers
after the draw. That's all very simple.
Looking for advice on the "best" GUI approach for inputting the
numbers. Probably the most recognizable model would be a grid, so the
operation would be like using an Excel spreadsheet. Does anyone know
of a freely available editable grid? Or is there a better solution?

#2. OT but if there's an answer I'm confident one or more of the gurus
here will know it.

I have used Paint Shop Pro v. 4 for ages as my graphics editing tool
of choice. It isn't fancy but it's easy to use and it does everything
I need it to do so I've never bothered upgrading. The problem is now
that I'm on Windows 7 x64 PSP won't install. Apparently the PSP
installer is a 16-bit beastie and Win7 x64 absolutely refuses to run
16-bit progs no matter what compatibility settings are selected. PSP
itself is a 32-bit app; it's just the installer that seems to be "no
go" for Win7.
And yes, I've always selected "Run as Administrator" every time I've
tried to install PSP.
Does anyone know of a way to get Win7 to install PSP v. 4. Barring
that, any suggestions for a replacement for PSP4?

Thank you for your time and cooperation.

[toc] | [next] | [standalone]


#376

Fromralph <nt_consulting64@yahoo.net>
Date2011-08-17 15:25 -0500
Message-ID<657o47t0bumq1an90293tiplqqm3iocc4p@4ax.com>
In reply to#374
On Wed, 17 Aug 2011 14:49:12 -0400, RW <RonW@no_domain.invalid> wrote:

>#1. A friend has asked me to write a small app for them to input
>lottery numbers, save them, and then check against the winning numbers
>after the draw. That's all very simple.
>Looking for advice on the "best" GUI approach for inputting the
>numbers. Probably the most recognizable model would be a grid, so the
>operation would be like using an Excel spreadsheet. Does anyone know
>of a freely available editable grid? Or is there a better solution?
>

No guru, but have done something similar.

[Assuming PowerBall for example ...]

Create a Custom Control that provides 6 round balls. With the last one
separated slightly by space and color. (Take a look at the
Powerball.com website]

Provide a single entry box below. Provide an [Enter Button] (which I
don't like) or key off the space bar [the ' ' character]

When user types a number and hits space (ie, any key will do, you
might support more than one.) the number appears in one of the balls. 
Should note once a valid number is typed and a ball changed - the
entry box clears.

The control also tracks ordinal weight and filters out duplicates.

eg: User types:                 The balls show:
 '1' space <box clears>        1 
 '23' space <box clears>      1  23
 '1' space <box clears>        1 23
 '19' space                          1 19  23
When all balls are filled, the 'entered' number no longer does
anything.

Clicking on one of the balls, allows the User to change just that
number or preceed to change all of them from that point on.

Provide a [Done Button] and/or character. We just let them TAB away
from the control, but you probably want to stay there for the next
number, perhaps 
  '*'   done
  '.'    clear last number
  '/'   clear all
  
The control can complain if there aren't enough numbers, etc.

We originally 'drew' numbers on the same picture, but later just
simply provided 50+ 'ball pictures', seemed responsive enough for our
purpose (which by the way wasn't powerball, but product numbers and we
also supported alphanumerics.)

Sounds worse than it is.
That gives the User the option of copy 'n paste, manual entry from
keyboard or numeric pad, etc. 
They can get quite quick with their entries in a very short period of
time.

[toc] | [prev] | [next] | [standalone]


#385

FromRW <RonW@no_domain.invalid>
Date2011-08-18 15:34 -0400
Message-ID<v6qq47doqljbgoh0epnjtak4lgaobg3bnk@4ax.com>
In reply to#376
On Wed, 17 Aug 2011 15:25:24 -0500, ralph <nt_consulting64@yahoo.net>
wrote:

>No guru, but have done something similar.
[snip suggestion]

Thanks Ralph. Sounds like it might be a plan. I'll run it by my friend
to see if it's the kind of UI they'd be comfortable using.

[toc] | [prev] | [next] | [standalone]


#379

FromKarl E. Peterson <karl@exmvps.org>
Date2011-08-17 14:02 -0700
Message-ID<j2haa1$mh4$1@dont-email.me>
In reply to#374
RW has brought this to us :
> Does anyone know of a way to get Win7 to install PSP v. 4. Barring
> that, any suggestions for a replacement for PSP4?

Given how old it is, first thing I'd try is an "xcopy install" from 
another machine.  I mean, ya gotta wonder if just lifting the install 
folder from one to the other would do the trick, eh?

If not, I can tell you for sure that both PSP8 and PSP9 (last JASC 
build) install just fine on 7x64.

-- 
.NET: It's About Trust!
http://vfred.mvps.org

[toc] | [prev] | [next] | [standalone]


#386

FromRW <RonW@no_domain.invalid>
Date2011-08-18 15:38 -0400
Message-ID<caqq475hoodjg0gt7qscqnt75m1ig5g02b@4ax.com>
In reply to#379
On Wed, 17 Aug 2011 14:02:52 -0700, Karl E. Peterson <karl@exmvps.org>
wrote:

>Given how old it is, first thing I'd try is an "xcopy install" from 
>another machine.  I mean, ya gotta wonder if just lifting the install 
>folder from one to the other would do the trick, eh?
>
I thought about that and in fact I even pretyy much tried it. There
was a glitch though in that PSP complained about some files not being
available or something. I ~think~ it's likely tied to missing registry
entries. I'm thinking of exporting a reg file for PSP from the old box
and merging it on the Win7 machine and trying the "xcopy install"
again. Thoughts?

>If not, I can tell you for sure that both PSP8 and PSP9 (last JASC 
>build) install just fine on 7x64.
Failing everyhting else I'll look into these alternatives.

Thanks, Karl.

[toc] | [prev] | [next] | [standalone]


#388

FromGS <gs@somewhere.net>
Date2011-08-18 15:51 -0400
Message-ID<j2jqgf$pvo$1@dont-email.me>
In reply to#386
RW explained :
> I thought about that and in fact I even pretyy much tried it. There
> was a glitch though in that PSP complained about some files not being
> available or something. I ~think~ it's likely tied to missing registry
> entries.

I suspect this has to do with the licensing methodology Corel uses for 
this app. AFAIK, the necessary files get creating during Setup and 
(possibly) validated at first runtime. (I use PSP9 and so is no 
problem)

-- 
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

[toc] | [prev] | [next] | [standalone]


#389

From"Mayayana" <mayayana@invalid.nospam>
Date2011-08-18 16:44 -0400
Message-ID<j2jtfv$fp0$1@dont-email.me>
In reply to#388
|
| I suspect this has to do with the licensing methodology Corel uses for
| this app. AFAIK, the necessary files get creating during Setup and
| (possibly) validated at first runtime. (I use PSP9 and so is no
| problem)
|

   Corel came later. I have PSP5. (I once tried PSP7 but
it seemed bloated and convoluted.) In PSP at least up
to 5 there's no licensing requirement at all. I don't think
there's even a product key.

  Two thoughts for RW:

1) There used to be a lot of programs that could transfer
software. I had very good luck with Quarterdeck Clean
Sweep. (The real program, before Symantect got their
hands on it.) If you have an old copy of anything like
that it should work.

2) The GIMP. I've been waiting for the new version, which
I think is overdue at this point. Supposedly the next version
is going to provide an MDI interface. I've tried the GIMP
occasionally in the past and wasn't terribly impressed, but
I'm hoping the next version will be worth using and perhaps
switching to.
 

[toc] | [prev] | [next] | [standalone]


#392

FromGS <gs@somewhere.net>
Date2011-08-18 17:05 -0400
Message-ID<j2jus6$pan$1@dont-email.me>
In reply to#389
Mayayana presented the following explanation :
>    Corel came later. I have PSP5. (I once tried PSP7 but
> it seemed bloated and convoluted.) In PSP at least up
> to 5 there's no licensing requirement at all. I don't think
> there's even a product key.


My PSP8/PSP9 came as "Jasc Software Inc." product and both require 
product key AND license key IIRC. Now, though, updates come from Corel.

-- 
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

[toc] | [prev] | [next] | [standalone]


#393

FromKarl E. Peterson <karl@exmvps.org>
Date2011-08-18 14:14 -0700
Message-ID<j2jvba$sej$1@dont-email.me>
In reply to#392
GS pretended :
> Mayayana presented the following explanation :
>>    Corel came later. I have PSP5. (I once tried PSP7 but
>> it seemed bloated and convoluted.) In PSP at least up
>> to 5 there's no licensing requirement at all. I don't think
>> there's even a product key.
>
>
> My PSP8/PSP9 came as "Jasc Software Inc." product and both require product 
> key AND license key IIRC.

Really?  I have both, as well, and they just install without question.  
We did buy the licenses as corporate, but...  huh!

-- 
.NET: It's About Trust!
http://vfred.mvps.org

[toc] | [prev] | [next] | [standalone]


#394

FromGS <gs@somewhere.net>
Date2011-08-18 19:16 -0400
Message-ID<j2k6hr$eos$1@dont-email.me>
In reply to#393
Karl E. Peterson has brought this to us :
> GS pretended :
>> Mayayana presented the following explanation :
>>>    Corel came later. I have PSP5. (I once tried PSP7 but
>>> it seemed bloated and convoluted.) In PSP at least up
>>> to 5 there's no licensing requirement at all. I don't think
>>> there's even a product key.
>>
>>
>> My PSP8/PSP9 came as "Jasc Software Inc." product and both require product 
>> key AND license key IIRC.
>
> Really?  I have both, as well, and they just install without question.  We 
> did buy the licenses as corporate, but...  huh!

Yeah, I've always had to enter the product key AND a license key 
whenever I install to another machine. Possibly, then, you have a 
corporate (site) license on your network server. AFAIK, I've never seen 
any indication that there's a seat limit but I don't know for sure.

-- 
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

[toc] | [prev] | [next] | [standalone]


#396

FromKarl E. Peterson <karl@exmvps.org>
Date2011-08-19 11:44 -0700
Message-ID<j2mauh$kst$1@dont-email.me>
In reply to#394
GS brought next idea :
> Karl E. Peterson has brought this to us :
>> GS pretended :
>>> Mayayana presented the following explanation :
>>>>    Corel came later. I have PSP5. (I once tried PSP7 but
>>>> it seemed bloated and convoluted.) In PSP at least up
>>>> to 5 there's no licensing requirement at all. I don't think
>>>> there's even a product key.
>>>
>>>
>>> My PSP8/PSP9 came as "Jasc Software Inc." product and both require product 
>>> key AND license key IIRC.
>>
>> Really?  I have both, as well, and they just install without question.  We 
>> did buy the licenses as corporate, but...  huh!
>
> Yeah, I've always had to enter the product key AND a license key whenever I 
> install to another machine. Possibly, then, you have a corporate (site) 
> license on your network server. AFAIK, I've never seen any indication that 
> there's a seat limit but I don't know for sure.

Nope, no license server.  I guess it was "honor system."  I think we 
bought five licenses, way back, but it's never tried to enforce that in 
any way.

-- 
.NET: It's About Trust!
http://vfred.mvps.org

[toc] | [prev] | [next] | [standalone]


#390

FromKarl E. Peterson <karl@exmvps.org>
Date2011-08-18 13:48 -0700
Message-ID<j2jtr6$i7b$1@dont-email.me>
In reply to#386
RW has brought this to us :
> On Wed, 17 Aug 2011 14:02:52 -0700, Karl E. Peterson <karl@exmvps.org>
> wrote:
>
>> Given how old it is, first thing I'd try is an "xcopy install" from 
>> another machine.  I mean, ya gotta wonder if just lifting the install 
>> folder from one to the other would do the trick, eh?
> 
> I thought about that and in fact I even pretyy much tried it. There
> was a glitch though in that PSP complained about some files not being
> available or something. I ~think~ it's likely tied to missing registry
> entries. I'm thinking of exporting a reg file for PSP from the old box
> and merging it on the Win7 machine and trying the "xcopy install"
> again. Thoughts?

Doubt it's the registry.  Might be worth looking at what it stores 
there, though.  I have both PSP8 and PSP9 on this machine, and there 
are also files here:

C:\Program Files (x86)\Common Files\Jasc Software Inc

Maybe fire up filemon/procmon before starting it, and see what it's 
failing on?

-- 
.NET: It's About Trust!
http://vfred.mvps.org

[toc] | [prev] | [next] | [standalone]


#395

From"Mayayana" <mayayana@invalid.nospam>
Date2011-08-18 21:52 -0400
Message-ID<j2kfhh$sn1$1@dont-email.me>
In reply to#390
Oh for the good old days....
Here's the install log for PSP5. Very simple. It's
really nothing more than a program folder and shortcuts.
And the whole program only takes up about 27 MB:

Made Dir: C:\Program Files\Paint Shop Pro 5
File Copy: C:\Program Files\Paint Shop Pro 5\UNWISE.EXE
RegDB Key: Software\Microsoft\Windows\CurrentVersion\Uninstall\Paint Shop 
Pro 5.01
RegDB Val: Paint Shop Pro 5.01
RegDB Name: DisplayName
RegDB Root: 2
RegDB Key: Software\Microsoft\Windows\CurrentVersion\Uninstall\Paint Shop 
Pro 5.01
RegDB Val: C:\PROGRA~1\PAINTS~1\UNWISE.EXE C:\PROGRA~1\PAINTS~1\INSTALL.LOG
RegDB Name: UninstallString
RegDB Root: 2
File Copy: C:\Program Files\Paint Shop Pro 5\Psp.exe
File Copy: C:\Program Files\Paint Shop Pro 5\Psp.cnt
File Copy: C:\Program Files\Paint Shop Pro 5\Psp.hlp
File Copy: C:\Program Files\Paint Shop Pro 5\Jcap32.dll
File Copy: C:\Program Files\Paint Shop Pro 5\PspUd.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Tips.txt
Made Dir: C:\Program Files\Paint Shop Pro 5\Brushes
File Copy: C:\Program Files\Paint Shop Pro 5\Brushes\JascBrush.jbr
Made Dir: C:\Program Files\Paint Shop Pro 5\Profiles
File Copy: C:\Program Files\Paint Shop Pro 5\Profiles\Default.jcm
Made Dir: C:\Program Files\Paint Shop Pro 5\Papers
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\asphalt.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\canvas.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\ccanvas.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\clouds.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\cpaper.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\daze.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\dweave.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\fcanvas.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\fog.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\frpeel.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\grid.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\lava.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\lbricks.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\letters.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\letters2.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\lines.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\lunar.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\marble.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\marsh.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\mbricks.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\mist.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\ocean.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\PaperNam.idx
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\parch.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\polkadot.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\sbricks.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\sidewalk.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\spheres.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\weave.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\woodgrn.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\dither25.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\dither50.tex
File Copy: C:\Program Files\Paint Shop Pro 5\Papers\dither75.tex
Made Dir: C:\Program Files\Paint Shop Pro 5\Palettes
File Copy: C:\Program Files\Paint Shop Pro 5\Palettes\Safety.pal
File Copy: C:\Program Files\Paint Shop Pro 5\Anim.exe
File Copy: C:\Program Files\Paint Shop Pro 5\BaseFX.dll
File Copy: C:\Program Files\Paint Shop Pro 5\Anim.hlp
File Copy: C:\Program Files\Paint Shop Pro 5\Anim.cnt
File Copy: C:\Program Files\Paint Shop Pro 5\Readme.doc
Date/Time: Following file not copied.
File Overwrite: C:\WINDOWS\system32\Msvcrt.dll
Date/Time: Following file not copied.
File Overwrite: C:\WINDOWS\system32\Mfc42.dll
File Copy: C:\Program Files\Paint Shop Pro 5\Cdr32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Cdrimp32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Cgmimp32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Cmx32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Drw32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\drwimp32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Dxf32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Gem32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Hpgl32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\pic32.flt
File Overwrite: C:\Program Files\Paint Shop Pro 5\pspud.flt
File Copy: C:\Program Files\Paint Shop Pro 5\Wpg32.flt
File Copy: C:\Program Files\Paint Shop Pro 5\D120_151.dll
File Copy: C:\Program Files\Paint Shop Pro 5\Fpxlib.dll
File Copy: C:\Program Files\Paint Shop Pro 5\Jcd.dat
File Copy: C:\Program Files\Paint Shop Pro 5\JCMYK.dll
File Copy: C:\Program Files\Paint Shop Pro 5\jff.dll
File Copy: C:\Program Files\Paint Shop Pro 5\JImp16.Exe
File Copy: C:\Program Files\Paint Shop Pro 5\Jlem7.dll
File Copy: C:\Program Files\Paint Shop Pro 5\JMEM.dll
File Copy: C:\Program Files\Paint Shop Pro 5\Jpeglib.dll
File Copy: C:\Program Files\Paint Shop Pro 5\Pcdlib32.dll
Made Dir: C:\Program Files\Paint Shop Pro 5\Tubes
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\Tubes.ctl
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\AHands.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ARocks.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ACars.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\afeet.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ahandprn.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ACandy.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\amaple.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\aoak.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\AHolly.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ACoins.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ALetters.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ACane.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\Aplanes.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ASpheres.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\Adice.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\AFish.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\aFly.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ABeetles.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\AButrFly.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\pspbrwse.jbf
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\ASpider.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\SpdrSpin.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\Ablocks.tub
File Copy: C:\Program Files\Paint Shop Pro 5\Tubes\Popcorn.tub
Made Dir: C:\Program Files\Paint Shop Pro 5\Images
Made Dir: C:\Documents and Settings\Sysadmin\Start Menu\Programs\Paint Shop 
Pro 5
Shell Link: C:\Documents and Settings\Sysadmin\Start Menu\Programs\Paint 
Shop Pro 5\Paint Shop Pro Readme.lnk
Shell Link: C:\Documents and Settings\Sysadmin\Start Menu\Programs\Paint 
Shop Pro 5\Paint Shop Pro 5.lnk
RegDB Key: Folder\shell\Browse with Paint Shop Pro\command
RegDB Val: "C:\PROGRA~1\PAINTS~1\PSP.EXE" "%L"
Shell Link: C:\Documents and Settings\Sysadmin\Start Menu\Programs\Paint 
Shop Pro 5\Animation Shop.lnk
RegDB Key: Software\JASC\Paint Shop Pro 5\CMYK
RegDB Val: C:\PROGRA~1\PAINTS~1\Profiles\Default.jcm
RegDB Name: ProfilePath
RegDB Root: 1
Could not execute the external program C:\PROGRA~1\PAINTS~1\README.DOC.


[toc] | [prev] | [next] | [standalone]


#397

FromKarl E. Peterson <karl@exmvps.org>
Date2011-08-19 11:46 -0700
Message-ID<j2mb2m$lpo$1@dont-email.me>
In reply to#395
Mayayana submitted this idea :
> Oh for the good old days....
> Here's the install log for PSP5. Very simple. It's
> really nothing more than a program folder and shortcuts.
> And the whole program only takes up about 27 MB:

Wow, pretty simple, alright.  Worst case, maybe the VC4.2 runtimes 
aren't installed?

-- 
.NET: It's About Trust!
http://vfred.mvps.org

[toc] | [prev] | [next] | [standalone]


#383

FromRichard Cole <zznwky@gmaill.com.invalid>
Date2011-08-18 18:15 +0100
Message-ID<v1iq479f2qtgb781stlp57e9es8khho554@4ax.com>
In reply to#374
On Wed, 17 Aug 2011 14:49:12 -0400, RW <RonW@no_domain.invalid> wrote:

>
>#2. OT but if there's an answer I'm confident one or more of the gurus
>here will know it.
>
>I have used Paint Shop Pro v. 4 for ages as my graphics editing tool
>of choice. It isn't fancy but it's easy to use and it does everything
>I need it to do so I've never bothered upgrading. The problem is now
>that I'm on Windows 7 x64 PSP won't install. Apparently the PSP
>installer is a 16-bit beastie and Win7 x64 absolutely refuses to run
>16-bit progs no matter what compatibility settings are selected. PSP
>itself is a 32-bit app; it's just the installer that seems to be "no
>go" for Win7.
>And yes, I've always selected "Run as Administrator" every time I've
>tried to install PSP.
>Does anyone know of a way to get Win7 to install PSP v. 4. Barring
>that, any suggestions for a replacement for PSP4?
>
>Thank you for your time and cooperation.
As a replacement I use Paint.NET (http://www.getpaint.net/). It's free and
does more than PSP and is easy enough for me to use.

Richard
-- 
www.caravanningnow.co.uk, www.rcole.org and www.homeindorset.com
User Error: Replace user, hit any key to continue.

[toc] | [prev] | [next] | [standalone]


#391

FromGS <gs@somewhere.net>
Date2011-08-18 17:00 -0400
Message-ID<j2juhv$n76$1@dont-email.me>
In reply to#383
Richard Cole formulated the question :
> On Wed, 17 Aug 2011 14:49:12 -0400, RW <RonW@no_domain.invalid> wrote:
>
>> 
>> #2. OT but if there's an answer I'm confident one or more of the gurus
>> here will know it.
>> 
>> I have used Paint Shop Pro v. 4 for ages as my graphics editing tool
>> of choice. It isn't fancy but it's easy to use and it does everything
>> I need it to do so I've never bothered upgrading. The problem is now
>> that I'm on Windows 7 x64 PSP won't install. Apparently the PSP
>> installer is a 16-bit beastie and Win7 x64 absolutely refuses to run
>> 16-bit progs no matter what compatibility settings are selected. PSP
>> itself is a 32-bit app; it's just the installer that seems to be "no
>> go" for Win7.
>> And yes, I've always selected "Run as Administrator" every time I've
>> tried to install PSP.
>> Does anyone know of a way to get Win7 to install PSP v. 4. Barring
>> that, any suggestions for a replacement for PSP4?
>> 
>> Thank you for your time and cooperation.
> As a replacement I use Paint.NET (http://www.getpaint.net/). It's free and
> does more than PSP and is easy enough for me to use.
>
> Richard

Well, IMO it certainly DOES NOT do more than PSP<g>, but 'free' is 
always good IF it serves your purposes!

-- 
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

[toc] | [prev] | [next] | [standalone]


#399

FromDanS <t.h.i.s.n.t.h.a.t@r.o.a.d.r.u.n.n.e.r.c.o.m>
Date2011-08-22 21:39 -0500
Message-ID<Xns9F49E69B5D703thisnthatroadrunnern@216.196.97.131>
In reply to#391
GS <gs@somewhere.net> wrote in
news:j2juhv$n76$1@dont-email.me: 

> Richard Cole formulated the question :
>> On Wed, 17 Aug 2011 14:49:12 -0400, RW
>> <RonW@no_domain.invalid> wrote: 
>>
>>> 
>>> #2. OT but if there's an answer I'm confident one or more
>>> of the gurus here will know it.
>>> 
>>> I have used Paint Shop Pro v. 4 for ages as my graphics
>>> editing tool of choice. It isn't fancy but it's easy to
>>> use and it does everything I need it to do so I've never
>>> bothered upgrading. The problem is now that I'm on
>>> Windows 7 x64 PSP won't install. Apparently the PSP 
>>> installer is a 16-bit beastie and Win7 x64 absolutely
>>> refuses to run 16-bit progs no matter what compatibility
>>> settings are selected. PSP itself is a 32-bit app; it's
>>> just the installer that seems to be "no go" for Win7.
>>> And yes, I've always selected "Run as Administrator"
>>> every time I've tried to install PSP.
>>> Does anyone know of a way to get Win7 to install PSP v.
>>> 4. Barring that, any suggestions for a replacement for
>>> PSP4? 
>>> 
>>> Thank you for your time and cooperation.
>> As a replacement I use Paint.NET
>> (http://www.getpaint.net/). It's free and does more than
>> PSP and is easy enough for me to use. 
>>
>> Richard
> 
> Well, IMO it certainly DOES NOT do more than PSP<g>, but
> 'free' is always good IF it serves your purposes!

I agree, it doesn't come close to doing more than PSP, and I 
recommend Paint.NET to people often.

However, the printing functionality is abysmal, relying on the 
Windows printing mechanism instead of having its own. PSP's 
printing and page setup functions is far superior. IMO.

[toc] | [prev] | [next] | [standalone]


#416

FromBeeJ <nospam@live.com>
Date2011-08-28 08:48 -0700
Message-ID<j3do1f$afm$1@speranza.aioe.org>
In reply to#383
Richard Cole used his keyboard to write :
> On Wed, 17 Aug 2011 14:49:12 -0400, RW <RonW@no_domain.invalid> wrote:
>
>> 
>> #2. OT but if there's an answer I'm confident one or more of the gurus
>> here will know it.
>> 
>> I have used Paint Shop Pro v. 4 for ages as my graphics editing tool
>> of choice. It isn't fancy but it's easy to use and it does everything
>> I need it to do so I've never bothered upgrading. The problem is now
>> that I'm on Windows 7 x64 PSP won't install. Apparently the PSP
>> installer is a 16-bit beastie and Win7 x64 absolutely refuses to run
>> 16-bit progs no matter what compatibility settings are selected. PSP
>> itself is a 32-bit app; it's just the installer that seems to be "no
>> go" for Win7.
>> And yes, I've always selected "Run as Administrator" every time I've
>> tried to install PSP.
>> Does anyone know of a way to get Win7 to install PSP v. 4. Barring
>> that, any suggestions for a replacement for PSP4?
>> 
>> Thank you for your time and cooperation.
> As a replacement I use Paint.NET (http://www.getpaint.net/). It's free and
> does more than PSP and is easy enough for me to use.
>
> Richard

Is there a tool to download the documentation so it is available 
locally such that I do not have to be connected to the Internet to uses 
the documentation?

[toc] | [prev] | [next] | [standalone]


#417

FromGS <gs@somewhere.net>
Date2011-08-28 17:20 -0400
Message-ID<j3ebgg$s05$1@dont-email.me>
In reply to#416
BeeJ presented the following explanation :
> Is there a tool to download the documentation so it is available locally such 
> that I do not have to be connected to the Internet to uses the documentation?

Ah, ..now that's why it's free! I suspect you'll have to save all the 
pages and package them into a CHM yourself.<g>

Alternatively, if your PDF print driver lets you append then you could 
print each page to a single PDF and make your own TOC for navigating!

-- 
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

[toc] | [prev] | [next] | [standalone]


#384

From"Nobody" <nobody@nobody.com>
Date2011-08-18 13:48 -0400
Message-ID<j2jj8u$pia$1@speranza.aioe.org>
In reply to#374
"RW" <RonW@no_domain.invalid> wrote in message 
news:r62o47dvi0qft8iq4qa0r4h1gq1ptac07o@4ax.com...
> I have used Paint Shop Pro v. 4 for ages as my graphics editing tool
> of choice. It isn't fancy but it's easy to use and it does everything
> I need it to do so I've never bothered upgrading.

Besides what others suggested, you can use the free Microsoft Virtual PC to 
run your program, but you would need an OS CD that supports 16 bits, such as 
9x/2000/XP, etc.

http://en.wikipedia.org/wiki/Microsoft_Virtual_PC

Other than that, try these links:

http://en.wikipedia.org/wiki/GIMP
http://en.wikipedia.org/wiki/Blender_%28software%29

http://en.wikipedia.org/wiki/Comparison_of_vector_graphics_editors
http://en.wikipedia.org/wiki/Comparison_of_raster_graphics_editors

[toc] | [prev] | [next] | [standalone]


Page 1 of 2  [1] 2  Next page →

Back to top | Article view | comp.lang.basic.visual.misc


csiph-web