User Profile

Collapse

Profile Sidebar

Collapse
maifs
maifs
Last Activity: Sep 29 '08, 01:17 AM
Joined: Sep 9 '08
Location: lahore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • maifs
    started a topic delegate proble?
    in .NET

    delegate proble?

    my application contain three forms:

    frmMain(mdiCont ainer)

    frmEditable

    frmTools

    Code:
    private void frmEditable_MouseDown(object sender, MouseEventArgs e)
    
    {
    
           choice0Enable = true;
    
          if (choice0Enable)
    
          {
    
           Generating(0, e.X, e.Y, 20, 20);
    
          }
    
    }
    i want to...
    See more | Go to post
    Last edited by kenobewan; Sep 27 '08, 01:00 PM. Reason: Use code tags

  • maifs
    replied to how to save all my application's work.
    in .NET
    can anybody tell me that how can i save my all application's work. mean that how can

    hi.....

    can anybody tell me that how can i save my all application's work. mean that how can i save the images,circles, rectangle,lines or etl together..

    if somebody knows it then plz explain me with some code...

    i konw that image can be save via one of the Bitmap's method
    i.e:
    imageObj.Save(f ileName);...
    See more | Go to post

    Leave a comment:


  • maifs
    started a topic how to save all my application's work.
    in .NET

    how to save all my application's work.

    hi.....

    can anybody tell me that how can i save my all application's work. mean that how can i save the images,circles, rectangle,lines or etl together..

    if somebody knows it then plz explain me with some code...

    i konw that image can be save via one of the Bitmap's method
    i.e:
    imageObj.Save(f ileName);

    but i want to save not only images , whole it(e.g: circles,rectang les,lines...
    See more | Go to post

  • dear i m not asking you to write my whole project..
    dear my project is not a short project.
    its just starting...

    ok..
    See more | Go to post

    Leave a comment:


  • i m sending this..

    Code:
    namespace I_M_Editor
    {
        public partial class frmMain : Form
        {
            Bitmap m = new Bitmap(2, 2);
            double Zoom = 1.0f;
          //  PictureBox pictureBox1=null;
           
                IDrawableImages img = null;
     //           IDrawableShapes shp= null; 
                
            
            public frmMain()
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Sep 9 '08, 01:14 PM. Reason: added code tags -- use the # button

    Leave a comment:


  • dear knew that but how it is..
    where can i call it. draw is a function and i have to take result in frmEditable (form) .can you say that i should call it on some controls?
    if yes then how?
    there is a huge confusion about this in my mind ..
    kindly explain me with some code...
    thx
    See more | Go to post

    Leave a comment:


  • maifs
    started a topic how can i draw a rectangle from another winform?
    in .NET

    how can i draw a rectangle from another winform?

    i made 3 forms . 1.. frmMain(it is the mdiContainer) (form)
    2........frmEdi table (form)
    3....... frmTools (form)
    now
    i just want that when i click on the rectangle button from frmTools form a rectangle must should be drawn on frmEditable form.
    See more | Go to post
No activity results to display
Show More
Working...