I want to change the background color of all the cells in the current row of a DataGridView when the user changes something in that row. I have events that...
Hi, I see now that my source code generate by Reflector is not full. Somethings functions is obfuscated. What is program to see this functions obfuscated,...
Hi Mike - have you tried to use the cell's Style property? You should be able to retreive the value of the background color from there, I think. Some...
Thought I might want to update this. I was not able to get the non- .net client to read the xml generated by the .net serializer. The xml was well formed but...
... Yes, but I wanted to set the background color of the entire DataGridView. I know that the individual cells will cover this background, so I ended up...
Mike - If I understand this correctly you are looking for the background color that all the cells are at default. Not the background color of the datagridview....
... Yes; thanks. I finally stumbled onto this when I added a second DGV to overlay the first on a certain event. when empty, the background was the chosen...
Can anyone help with a strange problem I'm experiencing with a DataGridView? I have a working DGV that updates the database table correctly (via the...
Hi, I'm mahinda and i'm from srilanka. I'm writing a software using C# to store personal information. But I want to get a call from my software to any mobile...
I tried the fixes they had there- -Invoking the thread. -DTREnable= true; -check buffer size. ect... but was unsuccessful. Turns out the ancient serial IR...
... Â Hi friends, Â I have a doubt in c#. I want to connect two desingned forms. I mean both the forms will be predesigned. can anybody tell me how to...
I think you want to open one form from another form, you can do that e.g on the button click event of form1 you can load form2 like that Form2 objForm2.Show();...
Can you explain what you mean by connect the two forms? ... its Show() method to display it. ... both the forms will be predesigned. can anybody tell me how to...
Dear All, i am executing DTS using windows application(developed in c# Asp.Net) installed in the server which is having the sql server database. Its working...
Could you post the error message you are getting., That way we could assist if it is a permissions thing or an actual execution problem. Without that let me...
C# .NET (C-Sharp) Developers' Grouphi m as i mentioned earlier i am executing dts from a buuton on my windows application and i am getting no errors. Control...
Hi everyone, I'm toying with forms security using the role membership providers. I'm using SQL Server 2005 Standard Edition with VS2005. On my development...
Dear All, I have Visual Studio 2005 and 2008 installed on my machine. I see that in VS-2005 new project dialog, "Business Intelligence Projects" in listed...
Scenario: Reading a login script from a text file in a gui application and passing login info. to a console application. Also, I need to be able to use the...
Can anyone recommend a good C# .NET forum in addition to this yahoogroup? I came from java world and so far I found java ranch (http://www.javaranch.com/) a...
I'm doing the following in Visual Studio 2005: Start Visual Studio 2005. On the File menu, point to New, and then click Project. In the Project Types pane,...
Have you tried creating the same project without changing the name of the form? Have you tried creating any other type of project just to see if anything will...
My apologies for this but I think we should go back to the basics. 1. Is the connection string or connection you are using for the dts that is not working...
I've created other projects, compiled and ran, on the same box while going through a Visual Studio C# book and never had the problem till now. I still get the...
Hi all I have a problem "big problem" I have to convert a video file "just a one format ASF or ....." to a wave file I searched alot I found one dll that...
The Open Web Application Security Project (OWASP) is working on creating a certification targeted at software development professionals. The survey is located...
Hi everybody, I wonder how one can allocates memory for an unmanaged data member of a class. Suppose there is a class and a pointer defined in. As it can be...
Using the steps you had mentioned below, I was unable to reproduce the error. Are u missing something here ?? Also, please retry creating a new project and...