| Thread | Last Post | Replies |
|
| Partial searching of a datagridview | 11 Jul 2007 17:15 GMT | 1 |
I am looking for a way to create partial serching of a datagridview. SO that as a user would type in a textbox, the position of the row pointer in the grid would change incrementaly as the user types so that (searing in 'name' column) if they type "B" the pointer would dind
|
| fading images in windows forms | 11 Jul 2007 16:59 GMT | 1 |
I have a windows form in a project that was written long ago. I noticed that all images in this form have a width of 1 pixel, but they are streched over all the form (from left to right). When they are streched the right hand of the images is fading. I would like it not to fade.
|
| Eventlog watcher | 11 Jul 2007 16:44 GMT | 2 |
I would like to monitor remote system log and would perform some action based on the log thats gets generated i came accross System.Management.ManagementEventWatcher but really could not get things working.
|
| Parameters xmldata, $filestream and $filedata are all missing error | 11 Jul 2007 16:42 GMT | 16 |
With the following code, I have created a web request to a url which I am making a HTML POST with the html page request.htm, even though it makes a HTML POST, the StreamReader produces a XML response error shown after the code, with the description "Parameters xmldata,
|
| sorting logical lists | 11 Jul 2007 16:41 GMT | 3 |
my question is as follows, i'll try to explain it using a current situation I've had. I've created a semi-numerological list (numbers with other characters), consisting of the following data:
|
| DataGridView Link Column | 11 Jul 2007 16:40 GMT | 1 |
Hi All; I'm working in VS2005, and have a DataGridView that is bound to a datasource. Is there a way to change a column to be a link style column after the DataGridView populates? Here's how I populate it:
|
| Reading DateTime table from mdb file with C# | 11 Jul 2007 15:27 GMT | 6 |
I have a C# app that connects to a mdb file and displays all the fields from a table in dataGridView. I have trouble searching in a Access Date/Time field like this.
|
| Memory leak? | 11 Jul 2007 15:11 GMT | 1 |
I created an app to use a RunAs om some Windows tooling (eg cmd.exe), which I then start using Process.Start. Every time I start a Process, the memory usage increases with approximately 2MB.
|
| Get the Name and Phone Number of the Current Windows User in a .NET Application | 11 Jul 2007 14:25 GMT | 9 |
Get the Name and Phone Number of the Current Windows User in a .NET Application I am writing a simple .NET (C#) application. It needs to "automatic" get the Name (last, first) and phone number of the current Windows
|
| datagridview refresh | 11 Jul 2007 14:22 GMT | 3 |
I have added a record to the underlying db and after I add the record i do a datagridview.Refresh(); and i dont see the newly added record. If i stop and start the application its there. What am I doing or not doing?
|
| How do I drag and drop the listview imagelist with the text? | 11 Jul 2007 14:04 GMT | 2 |
I have two listview controls. I have three items of text. I can drag and drop the listview items between each other, back and forth. But the images from the imagelist do not copy over from listview1 to listview2, only the text does. Both listviews have their
|
| System.IO.FileNotFoundException was unhandled error | 11 Jul 2007 13:23 GMT | 3 |
below is the error that I am getting when i run my application. this application is using IPC for two processes to communicate with each other. the error is happening when the client is trying to send the message to the server. The server has been created successfully can it can ...
|
| foreach on DataGridViewRowCollection problem | 11 Jul 2007 11:52 GMT | 1 |
.NET 2.0 In a foreach statement in the code I want to loop through all the rows in a DataGridView controller I have on a form. I've tryed this (which won't work)
|
| Book about using VS 2005 with C# | 11 Jul 2007 10:45 GMT | 3 |
Any good book teaches programming C# using VS.NET 2005?
|
| AddIn Problem | 11 Jul 2007 10:36 GMT | 4 |
Hello NG, I moved my AddIn Project from one machine to a other. This AddIn is a AddIn for Visual Studio 2005. Now I cant test it any more. It builds Ok and starting the debugger an other
|