| Thread | Last Post | Replies |
|
| DataGridView - TextBoxColumn - background update to data source | 13 Nov 2006 17:26 GMT | 7 |
I have a DataGridView with a TextBoxColumn. I setting the data source to a List<string> value in a static class. The list is filled from a background thread. So far all is fine and it works great, at least on my system. The reason I am doing this is some customers are ...
|
| using Database sink of Enterprise Library | 13 Nov 2006 16:48 GMT | 1 |
Can anyone provide me with links or information and example on using database sink in Enterprise Library. I m using june 05 version and VS 2003. My main question is how and where do i provide the parameter names of
|
| how to detect file download in IE | 13 Nov 2006 16:27 GMT | 1 |
I'm trying to develop a small inhouse file download tool I need to detect all files downloaded from internetexplorer and display a custom interface i.e. when ever the user tries to download a file from IE, then a custom .net
|
| How to deploy an exe in a spezial path ? | 13 Nov 2006 16:14 GMT | 1 |
during the installation i want the user to choose the path where the "exe" is located later . How can i do this ? Thanks,
|
| c# regex word boundaries | 13 Nov 2006 15:58 GMT | 6 |
Being a bit of a newbie with regex, I am confused when using word boundaries. For instance, I want to replace all the stand alone '.5k' that occur in an input string, with 500. In other words "this is a .5k example" goes to "this is a 500 example"
|
| How to make multiple datagrid rows invisible?? | 13 Nov 2006 15:52 GMT | 7 |
It's easy to make the last row in a datagrid (filled with a table) invisible: datagridObject.Rows[i].Visible = false BUT if 'i' is not the last row then things go wrong.
|
| Removing a printer from Windows XP Professional | 13 Nov 2006 15:33 GMT | 1 |
Hello, Glenn Kawesch here and I have a problem with a printer. It is the craziest thing. It was a networked printer that has since been removed. The printer was on a remote network and I am having problems removing the printer from local machines. I get the error that the
|
| Help With Creating Web Bar Graphs | 13 Nov 2006 14:51 GMT | 2 |
Help. I am trying to create a web page in C# to display two rows of data with bar graphs (an image 1px). I get the max value of the row and use the following formula to size the height of the image, but the bar
|
| ProcessThread name | 13 Nov 2006 14:23 GMT | 1 |
hello, i ve create a stress test prog for IIs. And now i want know the domain name of the process... PID = virtual domaine name ID; ProcessThreadCollection ThreadList = Process.GetProcessById(PID).Threads;
|
| can I use IAsyncResult.IsCompleted Property to know if Endxxx was already called? | 13 Nov 2006 13:59 GMT | 12 |
someone know if I can use the IAsyncResult.IsCompleted Property of IAsyncResult that return from Socket.Beginxxx methods to determine if the Endxxx method already called perior or not ? I have methods that return the IAsyncResult after I called begin... (connect
|
| OS Loader lock exception | 13 Nov 2006 13:52 GMT | 6 |
I'm trying out the demo version of FastReports. All is running fine in a small test project. I just copy my code from test project into a large application to demonstrate tomorrow but have an error in this line: dataSet = new TfrxUserDataSetClass();
|
| console as background app... | 13 Nov 2006 11:51 GMT | 4 |
i want to make the console application running at the background but not as a service by hiding the console window... can anyone help me on this? Jake
|
| drop down list | 13 Nov 2006 10:59 GMT | 2 |
i am developing web application using c#. in a particular page i am using two drop down list boxes, one for product and the other for corresponding models of a product. whenever i select a product the corresponding models will be populated in the
|
| Set style for button | 13 Nov 2006 10:50 GMT | 6 |
I want to change the style of a button. But I don't know how to do it. For example, I have already a button OK on form. I want to add these styles to this button (WS_CHILD || WS_VISIBLE || WS_CLIPSIBLINGS || WS_TABSTOP || BS_FLAT).
|
| Runtime value to Attribute | 13 Nov 2006 10:48 GMT | 4 |
I want to write - [Persistent, ReadOnly(form.IsFixedValue)] public double CycleTime {
|