Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mohammadSoft

@mohammadSoft
About
Posts
10
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem With LandScape Property Of PrintDocument
    M mohammadSoft

    Thaaaaaaaanks

    C# help

  • Problem With LandScape Property Of PrintDocument
    M mohammadSoft

    Hi I'm Using LandScape Property Of PrintDocument by this code :

        void printDocument\_PrintPage(object sender, PrintPageEventArgs e)
        {
            e.PageSettings.Landscape = true;
        }
    

    all page is LandScape except First Page that in not LandScape !!!!

    C# help

  • UserControl Event won't fier
    M mohammadSoft

    asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" -- modified at 6:41 Thursday 19th July, 2007

    ASP.NET

  • UserControl Event won't fier
    M mohammadSoft

    <%@ Control Language="C#" AutoEventWireup="true" CodeFile="uc_CP_Product_Category.ascx.cs" Inherits="Products_CP_ModifyControl_uc_CP_Product_Category" %> <%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc2" %> <%@ Register Src="WebUserControl2.ascx" TagName="WebUserControl2" TagPrefix="uc3" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> <%@ Register Src="uc_Mdf_Products_Category.ascx" TagName="uc_Mdf_Products_Category" TagPrefix="uc1" %>

    ASP.NET

  • UserControl Event won't fier
    M mohammadSoft

    Thanks For Answer. For example my usercontrol have one button ,when my user control add to another usercontrol click event not fier but usercontrol load event is fiered.

    ASP.NET

  • UserControl Event won't fier
    M mohammadSoft

    When a user control is loaded into a other control such az panel or other usercontrol dynamically the events do not fire.

    ASP.NET

  • Adding control at runtime
    M mohammadSoft

    i don't understand exactly ,please explain more phone number : 09124603315 -- modified at 7:36 Monday 25th June, 2007

    C# help question

  • Adding control at runtime
    M mohammadSoft

    hi, you add contol to form,,you should add user control to form . private void MaximizeButton_Click(object sender, EventArgs e) { userControl1 c = new userControl1(); c.Dock = DockStyle.Fill; c.Location = new Point(0, 0); Form form = new Form(); form.Controls.Add(c); form.ShowDialog(); }

    C# help question

  • How to access from objects from other class
    M mohammadSoft

    you should declare object public in partial class and formName.objectName acces object .

    C# tutorial

  • How Create Nonrectangular form in c#.net 2005
    M mohammadSoft

    i want to write the Nonrectangular form in c#.net 2005 . in c# 2003 set FormBorderStyle to None and set BackgroundImage to file that shown as background then set TransparencyKey property to backcolor of BackgroundImage but this doesn't work in c# 2005 . i don't want to use GDI+ and Region property of form . please help me.thanks. :rose:

    C# csharp winforms graphics help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups