Hi, I Would like to know how do i read an Excel Document from C# :)
La Light
Hi, I Would like to know how do i read an Excel Document from C# :)
La Light
Hi, I Think no, But, actually i cant see that property, the only properties that i can see with scrolls are: Autoscrolls = false autoscrollsmargin = 0,0 autoscrollsminsize = 0,0 so i dont see, that or any other that allow me to desable the scrolls, My cointainer is with other windows inside... so the windows are the one movin... Thank you... for everthing, Do you have another suggestion...
La Light
Hi, I'm working in windows form, and i have set a container which the windows inside can move around. I would like to move only in the area that i have desing, the scrolls do not appear, The problem is that even if i diseable the scroll property in the container, still can moving and the scroll appears. how can i desable the scrolls so my windows inside the container only move in my design area??
La Light
a Container Does not have that property... So any other Suggestion? -- modified at 16:49 Monday 20th November, 2006
La Light
The problem is that i dont find a property that can disable the the scroll bars. i was looking thoughout all the properties. but you can tell me a little more. Thank you,
La Light
Hi, I have A container and i want to disable the scroll that appears when the windows inside goes farther than the set dimensions. So i want to disable the scrolls so the windows inside can not go father that the dimensions set. Somebody told me to try to set the dock property but a container does not have that property.
La Light
Hi, I have a container which inside as a container display certain forms, those forms i can move it inside the container. what i want to do is eather disable the forms to move, or disable the container that when i try to move a form outside the container do not appear an Scroll Bar. I already try to disable the Autoscroll property of the container but i still getting the scroll when i move a windows. how do i disable the scrolls to apprear in the container,so the forms does goes outside ther borders and the scroll bars appears.:doh:
La Light
Hello i have something like this: This Method call me a form and disable the main menu so you can not call another form until you finish the one that you have active. private void tiendasToolStripMenuItem_Click(object sender, EventArgs e) { frmTienda Tienda = new frmTienda(); Tienda.MdiParent = this; Tienda.Show(); Tienda.Visible = true; //Here I'm Trying to handel the closing event so to be able to disable the main form(menu) Tienda.FormClosed +=new FormClosedEventHandler(Tienda_FormClosed); menuStrip1.Enabled = false; } //This is my method where i try to handel the "decision" that you want or not to close the form. private void Tienda_FormClosed(object sender, EventArgs e) { DialogResult r = MessageBox.Show("Seguro desea Cerrar esta ventana?", "Tienda", MessageBoxButtons.YesNo, MessageBoxIcon.Information); Form f = (Form)sender; if(r == DialogResult.Yes){ menuStrip1.Enabled = true; return; } } The thing is that i event i select No as a answer that i dont want to close the form it close anyway, so i would like another way to do it, eather disable the forms behind, or to take the answer of the messagebox so when i select no the form does not get close. :)
La Light
Can you you be more especific Because i dont get well :sigh:
La Light
but when your ids are uniqueidentifiers you do have a the current id do you? and i'm not necersary selecting in the at the same time when the rows are selected.
La Light
But my Ids are uniqueidentifier so i cant not do it by a exacly field
La Light
i dont want to save it as an string i want to handle it as date how do you do that?
La Light
Hi, I would like to know how do i select the last inserted row in a table :sigh::confused: Thank you
La Light
How do i do a funtion o procedure to add or Sum two values from differents columns.:confused:
La Light
hi, I Would like to know if i have a windows application, i can do a setup for it.:confused:
La Light
hi, i don't know how to add diferents rows to the same column, and i would like to know if somebody could tell me.:-> La Light
This is the code...
This is the code... ... La Light
no, Actually my code is this: (by the way i didnt put my hands in this code, so i dont know why id doesnt work because it was generate by the .net).:
Nombre: La Light
Hi, I'm Compiling my program and it works, but when i try to reach one page i get this error messege witch i dont know how to solve it noeven know what it saying exacly, can somebody tell me how to solve it :(, i have read the code and it is ok but i dont undertand what it wants...:confused:: Control 'txtPregunta' of type 'TextBox' must be placed inside a form tag with runat=server. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Control 'txtPregunta' of type 'TextBox' must be placed inside a form tag with runat=server. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [HttpException (0x80004005): Control 'txtPregunta' of type 'TextBox' must be placed inside a form tag with runat=server.] System.Web.UI.Page.VerifyRenderingInServerForm(Control control) System.Web.UI.WebControls.TextBox.AddAttributesToRender(HtmlTextWriter writer) System.Web.UI.WebControls.WebControl.RenderBeginTag(HtmlTextWriter writer) System.Web.UI.WebControls.TextBox.Render(HtmlTextWriter writer) System.Web.UI.Control.RenderControl(HtmlTextWriter writer) System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) System.Web.UI.Control.Render(HtmlTextWriter writer) System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) System.Web.UI.Control.RenderControl(HtmlTextWriter writer) System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) System.Web.UI.Control.Render(HtmlTextWriter writer) System.Web.UI.Control.RenderControl(HtmlTextWriter writer) System.Web.UI.Page.ProcessRequestMain() La Light