Hi Experts,
I have readable text and would split it on parts (let say 5k each) and then process these parts.
Most importent to make sure that end of each piece is not spliting sentence.
Thanks.
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23188639.html
Zones:
C#Date Answered: 02/26/2008 Grade: A Views: 0
I am developing a windows based application with another programmer. We both are using VS 2005, but am having problems when running each other's forms/dialogs. It seems like the AutoScaleMode is ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23205262.html
I have a C# program that programically adds buttons to a windows form at run time. Each buttons text has a item description and an item price (i.e. Shirt 7.50). When the button is clicked, I nee...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23301329.html
Zones:
.NET,
C#Date Answered: 04/07/2008 Grade: B Views: 0
I am passing data from Form1 to Form2 like this:
In Form1 code:
Form2 Form2 = new Form2(var1, var2);
Form2.ShowDialog():
In Form2:
public Form2(string var1, string var2)
{
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23301816.html
Zones:
.NET,
C#Date Answered: 04/07/2008 Grade: B Views: 16
Hi Experts!
I have a WbBrowser control and I am working in trying to edit it, I create a ContextMenuStrip with different options as cut,paste,copy, add link, update link, delte link.
I have ano...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23305219.html
Hi
I'm prety new to this.
I have a simple omboBox linked to a table. When I select something, I'd like to call another sql query to get back info from the datbase based on the selected info.
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23316399.html
HI experts.
I have a datatable that feed a WebBrowser control. I have create also another form that allow to edit , add and delete links.
Eveything works great, the only problem is that the WebB...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23321800.html
Zones:
C#,
.NETDate Answered: 04/15/2008 Grade: A Views: 76
Hi experts:
I am adding a "TR" with 2 "Td's" to my html code using C#( dynamic).
Also I need to add this element: <img src = "..."/> inside one of the TD(dynamic), how can I do that?
thanks
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23323750.html
Zones:
C#,
.NETDate Answered: 04/15/2008 Grade: A Views: 5
I have form2 which I have 3 buttons, one with dialog result set to OK, one to Ignore and one to cancel.
I have the following code in form1, however the message box is always showing "Cancel".
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23328077.html
Zones:
C#Date Answered: 04/25/2008 Grade: A Views: 40
I have a form1 that displays form2 with ShowDialog(). When form2 is closed, I update data in a listview on form1. When that happens form1 flashes on the screen. I think this is because form1 is ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23331671.html
Zones:
.NET,
C#Date Answered: 04/17/2008 Grade: A Views: 31