| Thread | Last Post | Replies |
|
| service pack 2 | 16 Mar 2008 04:16 GMT | 1 |
when i install service pack 2 it freezes during installation of cd or download....... help? please?
|
| display data in gridview | 15 Mar 2008 14:06 GMT | 1 |
Hi I am using vs 2005 and have a simple windows application. I put a gridview on a form and used the wizard to build a connection string (the wizard placed it in the app.config file). For the dataset I selected a stored procedure
|
| Passing info to an open form | 15 Mar 2008 06:53 GMT | 3 |
How can I pass some text info to my start-up form from an external sub in a module? Thanks Regards
|
| Application freeze during query | 14 Mar 2008 15:50 GMT | 1 |
I have an application connected to a database when I execute a query (SqlCommand/SqlDataReader). When I execute my application impossible to move the form during query execution.
|
| ReportViewer Control SetParameters Exception After Report Export | 14 Mar 2008 14:18 GMT | 1 |
ReportViewer.LocalReport.SetParameters() fails after a report has been exported to a file location that no longer exists (media removed, invalid path, etc.). Microsoft.Reporting.WinForms.LocalProcessingException: An error
|
| TypeConverter for object type Properties | 14 Mar 2008 07:39 GMT | 3 |
I have a property with a member of type object. I am showing the value of this property in a PropertyGrid but depending on the type of the object I want to use the correspondant TypeConverter. Here is an example of what I mean:
|
| app.config file | 13 Mar 2008 17:57 GMT | 6 |
I have a question about the app.config file. I am using EnterpriseLibrary v3.1. 1) From what I read on this forum, I can only have 1 app.config file in my windows application. One of my dll projects have applicationSettings :
|
| Where can I find a list of the sequence of events that a vb.net form goes through... when the executable is first run? | 13 Mar 2008 15:42 GMT | 2 |
Where can I find a list of the sequence of events that a vb.net form goes through... when the executable is first run? (Before the user has moved/clicked/typed anything). What order do these happen: load, active, validate, paint, resize, shown,
|
| Invoke does not change thread!? | 12 Mar 2008 16:28 GMT | 3 |
My complete scenario is a bit to complicated to explain, but my problem is this: I start a child-thread from the main thread, the child is not a BackgroundWorker, but a Thread, since it needs to be in ApartmentState.STA
|
| How to launch an app with double-click on filename | 12 Mar 2008 03:19 GMT | 2 |
I have an Windows Form application that has child Forms in it. I have a constructor in the main form that takes a filename as an argument an creates a child form from the data in the file. If I launch the app from the command prompt with a filename as an argument, it works fine ...
|
| TableLayoutPanel and FlowLayoutPanel resizing question | 11 Mar 2008 19:32 GMT | 2 |
I have a 3-row table layout panel, each row of which contains a flow layout panel. For some reason getting the table and its children to auto-resize properly (and the flow panel's children to re-flow after) is proving difficult. Anyone have experience with this, or know of a ...
|
| DragDrop from one dataGridView to another (C#) | 10 Mar 2008 22:11 GMT | 5 |
I have a form with two similar DataGridViews. They have identical fields. I want to drag multiple selected rows from one to the other. I have spent the evening looking for sample code for this with no success in finding a complete sample. I have tried for hours to work together ...
|
| Stopping a RichTextBox updating | 10 Mar 2008 21:48 GMT | 1 |
I am trying to do an operation where I find and highlight all instances of a string in a RichTextBox. E.g. pMatchesFound = Regex::Matches(pRichTextBox->Text, pStr, options); for (int i = 0; i < pMatchesFound->Count; i++)
|
| USB Ports stop working | 10 Mar 2008 06:04 GMT | 1 |
Today my printer stopped working and the message of "One of the USB devices attached to theis computer has malfunctioned and windows does not recognise it" came up when I reinstalled the printer. I also notice that all my devices connected via USB hava all stopped working (blue ...
|
| One Click Deployment FPSE? | 10 Mar 2008 06:03 GMT | 1 |
I tried to Publish my application, but I was told my website did not have FrontPage Extensions installed However, FPSE is no longer downloadable through Microsoft from what I've found.
|