votes
DataGridView
Hi, Is there any way to get the contents of a DataGridView (created programmatic) to a OleDbDataAdapter ? or to a DataSet component? Thanks David
blah blah blah is here! blah blah » Close
Hi, Is there any way to get the contents of a DataGridView (created programmatic) to a OleDbDataAdapter ? or to a DataSet component? Thanks David
Hi, How can i record my screen as a video file. Can i do this with c#. Thanks David
Hi I need a back propagation class for this problem: 6 inputs, and one (1) output. I need just the specific class. Does any one knows how to implement a backpropagation class ? Thanks David
Hi, Is there a way to create my own snipplet ? I mean a block of code that i m using very often ! Thanks David
Hi Is there any way to drop a comboBox component on the form with n columns ? I've been google it and i found same resources but very complicated! Or is there the possibility when i pres a comboBox, to display a dataGridView near the com ...
Hi I have a crystalReportViewer component on my form, an it takes about 2 min to show my report! Do you have any idea why?
Hi! Does any know how to find the best font size, to fit on a rectangle ? I try using rectangle like this: float x = 2; float y = 80; float width = this.Size.Width - 11; float height = this.Size.Hei ...
Hi I have this xml file <?xml version="1.0" encoding="utf-8"?> <book value="RUT"> <title>Rut</title> <text> <p> <div> <chapter value=& ...
HI Can any one explain me how publish application works? I'm trying to publish my application! I want my application to be able to run on other computer without needing a special key. Thanks
Hi, I'm facing a problem. I have 3 forms (Wizard) After i close form 2 and open form 3, i'm trying to update a progress bar, but nothing happens. This is the declaration: /Wizard.ThridStep thrd = new AnaPat.Wizard.ThridStep(); thrd.pr ...
Hi I have a app that has a dataGridView, and a button that export dataGridView contents to excel! How can i run a macro, so that i can format my xls file? i have generate the macro code from excel. What should i do with the code? thanks ...
Hi, Does any one know how to create word reports using c#, and a word template (*.dot) file? i was searching the internet, but no success! thanks david
hi how can i create a header on a new word document using Microsoft.Office.Interop.Word namespace ? thanks in advance! david
Hi I made a application that works with Microsoft.Office.Interop.Word; On my computer works perfect, but on a fresh machine it give me this error : Could not load file or assembly 'Microsoft.Office.Word version=12.0.0.0 Culture=neutral! ...
Hi every one! Does any one know how to use the prop. hasMorePages with rectangle and text format? i have this cod int xRecEpicriza = Int32.Parse(xDescrAliniat.ToString()); int yRecEpicriza = (int)y+(int)lineHeight; ...