ow men... thanks!

That should do the trick! 
Thanks TsTan!

--- In nsbasic-ce@yahoogroups.com, "tan" <tst...@...> wrote:
>
> hi,
> you could try this, i've tested the code
>  
> 'remember to load NSCEPictureBox1 and CommandButton1 
> Sub Form1_Load
> Dim fname
> fname = CurrentPath & "\place_yr_pic_here.bmp"
> NSCEPictureBox1.DrawPicture fname,1,1,600,600,300,300,800,800
> End Sub
> Sub CommandButton1_Click
> Dim filename_
> filename1 = "C:\mypic.bmp"
> NSCEPictureBox1.SaveImageToFile filename1,0 
> Dim kp
> kp = filename1 & " saved successfully ! "
> MsgBox kp,vbInformation,"bitmap saved!"
> End Sub
> 
> rdgs,TsTan
> --- In nsbasic-ce@yahoogroups.com, "inpcle" <inpcle@> wrote:
> >
> > I tried this:
> > Sub save2_click
> >    NSCEPictureBox1.SaveImageToFile signature,0
> >    
> > End Sub
> > 
> > But nothing seems to happen...
> > 
> > --- In nsbasic-ce@yahoogroups.com, Andrew Thomas <andrewmarkthomas@> wrote:
> > >
> > > Hi. It's true, I've been lucky to get help with many problems because so 
> > > many diverse people belong to this group :)  But sorry Charles, I've 
> > > never used the grid element :(
> > > 
> > > Best wishes,
> > > 
> > > Andrew.
> > > 
> > > 
> > > 
> > > -----Original Message-----
> > > From: George Henne <gh@>
> > > Sent: 19 October 2010 15:47
> > > To: nsbasic-ce@yahoogroups.com <nsbasic-ce@yahoogroups.com>
> > > Subject: Re: [nsbasic-ce] Re: picturebox
> > > 
> > > Don't take it personally if I don't answer a question. It probably means
> > > I think there is an answer, but I don't know what it is. Many times,
> > > someone else does know the answer.
> > > 
> > > >Gehehehe,
> > > >
> > > >oke thanks Andrew, I am going to look at is tonight.
> > > >
> > > >PS
> > > 
> > > 
> > > [The entire original message is not included]
> > >
> >
>


-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to