User Profile

Collapse

Profile Sidebar

Collapse
alarock
alarock
Last Activity: Jan 6 '09, 12:54 PM
Joined: Jan 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • alarock
    started a topic graphics path arc validation
    in .NET

    graphics path arc validation

    using System;
    using System.Collecti ons.Generic;
    using System.Componen tModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows. Forms;
    using System.Drawing. Drawing2D;
    using System.Collecti ons;

    namespace Wire_Poc1
    {
    public partial class Form1 : Form
    {
    ArrayList GrfxPthList = new ArrayList();
    ...
    See more | Go to post

  • alarock
    replied to .Net Events
    in .NET
    did you using MDI.


    If you are using MDI (Multiple Document Interface)


    Form1 childForm=(Form 1)this.ActiveMd iChid;
    childForm.callE vent(sender,e) // callEvent belong to child.



    If Any clarification needed,feel free to ask me.
    See more | Go to post

    Leave a comment:


  • alarock
    replied to zooming using mouse wheel using C#
    in .NET
    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    
    namespace zoom_aug12
    {
        public partial class Form1 : Form
        {
            private Bitmap bmp;
            Graphics grfbmp;
            public Form1()
            {
                InitializeComponent();
    ...
    See more | Go to post

    Leave a comment:


  • alarock
    replied to zooming using mouse wheel using C#
    in .NET
    Dear Moderator(INSER T ALIAS)
    This is the concept I am trying but i want scroll bar in that .how can acheive it .?
    http://www.codeproject .com/KB/graphics/PanZoom2.aspx?m sg=2672101#xx26 72101xx 01xx

    I tried the concept of Autoscrollminsi ze and autoscrollposit ion but output is not working.
    Please help me .If any thing which i done wrong in the previous post please forgive me.

    Regards,...
    See more | Go to post

    Leave a comment:


  • alarock
    started a topic zooming using mouse wheel using C#
    in .NET

    zooming using mouse wheel using C#

    how can i do Zooming of a particular area using OnMouseWheel (that is zooming a mouse wheel point that should come into view with zoom ) using C#

    Regards,
    ALGATES
    See more | Go to post

  • alarock
    started a topic meta file using C#
    in .NET

    meta file using C#

    Hi
    I am drawing a rectangle using OnmouseClick(ve ctor image)..how can i convert to meta file

    Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using System.Drawing.Drawing2D;
    namespace WindowsApplication2
    {
    public partial class Form1
    ...
    See more | Go to post
    Last edited by Curtis Rutland; Aug 2 '08, 05:03 AM. Reason: Added code tags and deleted a ridiculous amount of whitespace

  • alarock
    replied to raster Image(bitmap)
    in .NET
    I have already used these but till it does not solve my problem,,,,...
    See more | Go to post

    Leave a comment:


  • alarock
    replied to raster Image(bitmap)
    in .NET
    onPaint(paintEv entArgs pe)
    {
    Graphics GrfxView=pe.Cre ateGraphics();
    GrfxView.DrawIm age(Bitmap, this.AutoScroll Position.X, this.AutoScroll Position.Y, this.AutoScroll MinSize.Width, this.AutoScroll MinSize.Height) ;
    }...
    See more | Go to post

    Leave a comment:


  • alarock
    started a topic raster Image(bitmap)
    in .NET

    raster Image(bitmap)

    hi,
    I have performed some drawing using Vector image,DrawRecta ngle etc... and then i converted to raster Image(bitmap)
    i found in the zoomed raster image(bitmap) the outer boundary of the raster image(bitmap) is blurry. i used Interpolation mode,smoothing mode,,and tried a lot ..... i cant able to solve this problem in C#...Please help me to solve this......


    Regards,
    alarock(algate...
    See more | Go to post

  • alarock
    started a topic cut operation +C#
    in .NET

    cut operation +C#

    public partial class Form1 : Form

    {

    public Form1()

    {

    InitializeCompo nent();

    Bitmap = new Bitmap(SystemIn formation.Worki ngArea.Width, SystemInformati on.WorkingArea. Height); //editted

    grfx = Graphics.FromIm age(Bitmap); //Editted


    }



    ...
    See more | Go to post

  • alarock
    started a topic zoom+graphics+bitmap using CE;
    in .NET

    zoom+graphics+bitmap using CE;

    HI
    THIS IS MY CODE..I WANT TO ZOOM THE BITMAP..HOW IT IS POSSIBLE???

    using System;
    using System.Collecti ons.Generic;
    using System.Componen tModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows. Forms;

    namespace WindowsApplicat ion1
    {
    public partial class Form1 : Form
    {
    public Bitmap bmp;
    ...
    See more | Go to post

  • alarock
    started a topic floating& docking window
    in .NET

    floating& docking window

    how can i do floating and docking a Form(window) in mdiparent+c#..
    thanks advance,,,
    Regards,
    ALGATES.
    See more | Go to post

  • alarock
    started a topic addstring in graphics path +C#...
    in .NET

    addstring in graphics path +C#...

    how can i addstring in path..as normal font...it should not be a outline text.....

    regards,
    algates..
    See more | Go to post

  • alarock
    started a topic cut,copy ,paste using graphicspath+clipboard+C#
    in .NET

    cut,copy ,paste using graphicspath+clipboard+C#

    anyone please reply me ..how do i do cut copy paste operation using graphics path and clipboard with c#...........
    please reply to my mailto:: deleted
    See more | Go to post
    Last edited by RedSon; Jan 2 '08, 04:04 PM. Reason: Email not allowed
No activity results to display
Show More
Working...