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
I

Iridania

@Iridania
About
Posts
23
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how do i Read an Excell file
    I Iridania

    Hi, I Would like to know how do i read an Excel Document from C# :)

    La Light

    C# csharp question

  • Windows Form - Disable the Scrolls
    I Iridania

    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

    C# question design docker help

  • Windows Form - Disable the Scrolls
    I Iridania

    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

    C# question design docker help

  • How to Disable Scroll
    I Iridania

    a Container Does not have that property... So any other Suggestion? -- modified at 16:49 Monday 20th November, 2006

    La Light

    C# docker tutorial question

  • Disable Scroll In a Container
    I Iridania

    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

    C# docker

  • Disable Scroll In a Container
    I Iridania

    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

    C# docker

  • How to Disable Scroll
    I Iridania

    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

    C# docker tutorial question

  • How to handel the dialog Result
    I Iridania

    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

    C# tutorial question

  • How do Create (do) a Setup form A windows Application in C#
    I Iridania

    Can you you be more especific Because i dont get well :sigh:

    La Light

    C# csharp workspace

  • How To Select the last inserted row
    I Iridania

    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

    Database tutorial question

  • How To Select the last inserted row
    I Iridania

    But my Ids are uniqueidentifier so i cant not do it by a exacly field

    La Light

    Database tutorial question

  • to display date in repeater in MM.dd.yyyy format
    I Iridania

    i dont want to save it as an string i want to handle it as date how do you do that?

    La Light

    Database database question tutorial

  • How To Select the last inserted row
    I Iridania

    Hi, I would like to know how do i select the last inserted row in a table :sigh::confused: Thank you

    La Light

    Database tutorial question

  • How to Add(sum) from two Different tables
    I Iridania

    How do i do a funtion o procedure to add or Sum two values from differents columns.:confused:

    La Light

    Database tutorial question

  • How do Create (do) a Setup form A windows Application in C#
    I Iridania

    hi, I Would like to know if i have a windows application, i can do a setup for it.:confused:

    La Light

    C# csharp workspace

  • Add
    I Iridania

    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

    XML / XSL tutorial

  • Error Messege
    I Iridania

    This is the code...

    ASP.NET design sysadmin data-structures debugging help

  • Error Messege
    I Iridania

    This is the code... ... La Light

    ASP.NET design sysadmin data-structures debugging help

  • Error Messege
    I Iridania

    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

    ASP.NET design sysadmin data-structures debugging help

  • Error Messege
    I Iridania

    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

    ASP.NET design sysadmin data-structures debugging 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