Re: Another GDIPlusX question

2022-07-19 Thread Alan Bourke
On Mon, 18 Jul 2022, at 1:50 PM, Eric Selje wrote: > "RubberDucking" > > https://en.wikipedia.org/wiki/Rubber_duck_debugging Haha, excellent. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Mai

Re: Another GDIPlusX question

2022-07-18 Thread Eric Selje
"RubberDucking" https://en.wikipedia.org/wiki/Rubber_duck_debugging On Mon, Jul 18, 2022 at 4:13 AM Alan Bourke wrote: > On Sat, 16 Jul 2022, at 11:49 PM, Paul Newton wrote: > > Isn't it marvellous how simply posting a question to this esteemed list > > somehow kicks ones brain into gear ... al

Re: Another GDIPlusX question

2022-07-18 Thread Alan Bourke
On Sat, 16 Jul 2022, at 11:49 PM, Paul Newton wrote: > Isn't it marvellous how simply posting a question to this esteemed list > somehow kicks ones brain into gear ... albeit only after posting I call it the Stackoverflow effect. -- Alan Bourke alanpbourke (at) fastmail (dot) fm _

RE: Another GDIPlusX question

2022-07-16 Thread Paul Newton
Isn't it marvellous how simply posting a question to this esteemed list somehow kicks ones brain into gear ... albeit only after posting StrToFile(STRConv(MyTable.MyImage,14),"Temp.BMP") With _Screen.System.Drawing   loBMP = .BitMap.FromFile("Temp.BMP")   etc etc EndWith Paul Newton --- Stri

Another GDIPlusX question

2022-07-16 Thread Paul Newton
Hi all I have been creating some bitmaps, saving their PictureVals and later assigning the PictureVal to an Image object: Assuming loBMP has already been created lcPictureVal = StrConv(loBMP.GetPictureValFromHBitmap(),13) Insert Into MyTable Values (lcPictureVal)  && MyTable contains a single

Re: Another GDIPlusX question

2007-07-23 Thread Vassilis Aggelakos
nal Message - From: "Paul Newton" <[EMAIL PROTECTED]> To: Sent: Friday, July 20, 2007 5:07 PM Subject: Re: Another GDIPlusX question > Malcolm Greene wrote: >> Michael, >> >> Search the web for Vassilis Aggelakos' VFP application. He has a web >&g

Re: Another GDIPlusX question

2007-07-20 Thread Paul Newton
Malcolm Greene wrote: > Michael, > > Search the web for Vassilis Aggelakos' VFP application. He has a web > site that shows what he's been doing with pure VFP. Amazing. > Michael Malcolm has a beter memory than I do Check here: http://weblogs.foxite.com/vassilisaggelakos/default.aspx He

Re: Another GDIPlusX question

2007-07-20 Thread MB Software Solutions
Paul Newton wrote: > Michael > > Somebody on the list was doing something like this for designing window > frames .. not sure how he was doing it. He *may* have been using Visio > automation but I am not sure. > I remember---it was someone in Brazil or the EU, iirc. Very cool stuff. > Doing

Re: Another GDIPlusX question

2007-07-20 Thread Malcolm Greene
Michael, Search the web for Vassilis Aggelakos' VFP application. He has a web site that shows what he's been doing with pure VFP. Amazing. I'm on the road right now so I don't have a URL for you. Malcolm ___ Post Messages to: ProFox@leafe.com Subscri

Re: Another GDIPlusX question

2007-07-20 Thread Paul Newton
Michael Somebody on the list was doing something like this for designing window frames .. not sure how he was doing it. He *may* have been using Visio automation but I am not sure. Doing it with GDI might be tricky because it would be difficult to interact with the drawing once it had been pa

Re: Another GDIPlusX question

2007-07-20 Thread MB Software Solutions
Paul Newton wrote: > MB Software Solutions wrote: > >> I'd like to start doing some simple graphics...one of my FabMate clients >> does railings for a living and I'd like to paint a post with >> pickets...not sure if I can do this with VFP? >> > > Michael > > I don't understand - what exac

Re: Another GDIPlusX question

2007-07-20 Thread Paul Newton
MB Software Solutions wrote: > I'd like to start doing some simple graphics...one of my FabMate clients > does railings for a living and I'd like to paint a post with > pickets...not sure if I can do this with VFP? Michael I don't understand - what exactly do you want to do ? Paul Newton __

Re: Another GDIPlusX question

2007-07-19 Thread MB Software Solutions
Paul Newton wrote: > Cesar > > Many thanks again - a terrific help. > > I am just about to start looking for different "fill types" - ie, > horizontal lines, vertical lines, up and down diagonal lines, > vertical-horizontal hatching, diagonal hatching etc. > I'd like to start doing some simpl

Re: Another GDIPlusX question

2007-07-18 Thread Paul Newton
h GdiPlus-X > http://weblogs.foxite.com/cesarchalom/archive/2007/02/22/3352.aspx > > Convert Images to Monochrome with GdiPlus X > http://weblogs.foxite.com/cesarchalom/archive/2007/05/26/3857.aspx > > Hope this helps > > Cesar > > > > -- Início da mensagem original

Another GDIPlusX question

2007-07-18 Thread Paul Newton
Hi all I have a form with an imgcanvas on which I am drawing some shapes and I'm then saving the image to file using variants of .Save("SwatchTest.BMP",_screen.system.Drawing.Imaging.ImageFormat.BMP) By default the image saved has a color depth of 16M (for BMP, PNG, JPEG, TIFF) and 256 (fo