I don't understand your solution, and it doesn't really work.
All I want is 2 rows and a horizontal splitter between them.
(You defined 2 columns, and the splitter doesn't work).
Do you konw how...
I am trying to use a GridSplitter that will split between rows in a grid, but I'm having some trouble with it.
I've defined the 'ResizeDirection' attribute of the GridSplitter to be 'rows', but the...
I want my button’s ContextMenuStrip to show when the user clicks on the left mouse button, and not on the right one.
So, in the MouseDown event of the button I do the following:
I am using a System.Windows.Forms.WebBrowser in my application.
I want the user to be able to change the text size, just like it can be done when using IExplorer.
(If you click the ‘View’ on the...
I don't want to change the original tables, because they are connected to other tables. So, I guess I'll have to add new rows manually like you suuggested.
Thanks.
I’m filling a DataTable ‘C’ by importing some rows from 2 other DataTables ‘A’ and ‘B’ with the same structure.
The problem is that there is a unique column ‘id’ defined in the table, so it happens...
I am trying to write an Xsl file that contains embedded style sheet rules, but with no success.
I don't see that the rules are being used.
Here’s an example of what I tried:
I need to display the contents of my DataSet before it is saved to file, so when I do as you suggest, xmlDataDoc.BaseURI returns null.
Any suggestions?
It works.
As I understand, using the Url property requires a file. But, is there a way to display the contents of a DataSet in an Xml format on the WebBrowser before the data is actually saved to...
I would like the user to be able to expand and collapse the Xml nodes, so this sounds like a good solution.
But, how can I put an IEbrowser control inside the form?
I am trying to use the DataSet Designer to create a DataSet for my application.
In the Designer.cs file that was created by the designer, I see that the MappingType of all columns of the DataTables...
The ‘X’ column is of type bool.
Why I use the apostrophes is in fact a good question. I think I saw it in an example somewhere.
You don’t think that this is what causes the problem, do you?
I have a weird problem with the DataTable’s ‘Select’ method.
I use the ‘Select’ method throughout my application, and it works fine, but there is one occasion when it doesn’t work.
At the beginning, when I click ‘Enter’ the 'MyAcceptButton_Click' event is fired, and I see the message box. (So far so good).
But, then the message box is never shown again because of the ‘if...