Thaaaaaaaanks
mohammadSoft
Posts
-
Problem With LandScape Property Of PrintDocument -
Problem With LandScape Property Of PrintDocumentHi 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 !!!!
-
UserControl Event won't fierasp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="Button" -- modified at 6:41 Thursday 19th July, 2007
-
UserControl Event won't fier<%@ 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" %>
-
UserControl Event won't fierThanks 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.
-
UserControl Event won't fierWhen a user control is loaded into a other control such az panel or other usercontrol dynamically the events do not fire.
-
Adding control at runtimei don't understand exactly ,please explain more phone number : 09124603315 -- modified at 7:36 Monday 25th June, 2007
-
Adding control at runtimehi, 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(); }
-
How to access from objects from other classyou should declare object public in partial class and formName.objectName acces object .
-
How Create Nonrectangular form in c#.net 2005i 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: