Advertisement

1 - 10 of 55 containing alltags:("C#, windows forms") (0.003 seconds)
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.
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 ...
Zones: MS Visual C#, C / C++ / C#, Visual Stu...Date Answered: 05/25/2008 Grade: A Views: 117
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...
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)         {  ...
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...
Zones: C#, Visual StudioDate Answered: 04/08/2008 Grade: A Views: 0
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. ...
Zones: .NET, MS SQL Server, C#Date Answered: 04/20/2008 Grade: B Views: 0
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...
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
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". ...
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 ...
Zones: .NET, C#Date Answered: 04/17/2008 Grade: A Views: 31