Answer Questions
Nikody Keating Format a DataGrid row based on value of column
Hi all, I have a datagrid displaying trivial information, however, I need to color the row of the DataGrid dependant on the value of one column. I've figured out how to change the color of the column, but not the whole row. Any help appreicate ...Show All
newmaneh DataGrid - select entire row
Hi I am trying to enable multiple selection of rows with the RowHeadersVisible property set to false. When a user clicks a cell in my datagrid I want the whole row to be selected. I have achieved this by extending the DataGrid and overriding&n ...Show All
Devrim WebBrowser "Save As" command
I am using the Release Candidate of the VS 2005 IDE. I'm trying to access a dynamic page created by ASP.NET server controls that I want to persist. What I'm planning to do is navigate to the page, then call "ExecCommand" on the document of the browser object asking it to perform a "Save As" command as can be done in IE. Does anyone know the syntax for the command -- specifically the string value of the Save As command code as w ...Show All
Charliek Bitmap.GetPixel() slow. Any other alternative
I am trying to get a Byte array out of a Bitmap that already exists. The bitmap is in Format32bppArgb format. I am using the following code but it is very slow. b = new byte[ABitmap.Width*ABitmap.Height*3]; for(int y=0;y<ABitmap.Height;y++) { for(int x=0;x<ABitmap.Wid ...Show All
codecamel Size of controls in design view
I worked all morning in Visual Studio.NET. Everything was normal, just like every other day. I started a new project just before lunch. Just got started on the UI of a few pages, not much VB yet. When lunch came, I minimized all my windows and came back about an hour later. When I maximized Visual Studio, everything in the design view of my new pages was HUGE. I ran the application to view in browser, everything was half as big as in design view ...Show All
Mali313 DataGridView Color Picker
Hi everyone, I've been struggling for the past 2 days to get this straight. I created a DataSet with a DataTable called "Customers". This DataTable has a few columns and one of them is named "Color" typeof(Color) (I want to use this Color later on to actually display the customer rows with the colors specified). I created a new ColorCell, ColorColumn (to host the ColorCell) and a ColorEditingControl (for edit mode). First attempt was to inheri ...Show All
Silkflour Right click on RichTextBox no menu
When I right click on an instance of a RichTextBox control no menu pops up. The standard (like cut and past) operations will be extremely useful. Is there someone that knows if there is a property I need to set to enable the right click menu Is it maybe not yet implemented on the RichTextBox control Any feedback will be appreciated. Regards Herman I think you need to do it . No default context m ...Show All
bkavanaugh event to update the database once the report is printed
hii all, When I printed a report very first time it will be the original. when I get the copies of the same report it will be the duplicate one as you know. I have to update a datbase field if a particular report is printed sayi ...Show All
NickDaGreek Datagrid - Capturing Updates To Cells
I am working on an application were the datagrid is suposed to be synced up with the data as changes are made in near real time, no save buttons or other extra actions required. Everything is working fine with one exception. If I ch ...Show All
oceanhai master-detail actions
Hello, please have a look at the following example myBindingSource = new BindingSource(); myBindingSource.DataSource = myDataSet.Customers; myOrders = new DataGridView(); myOrders.DataSource = myBindingSource; myOrders.DataMember = CustomersOrders"; //Relation table-subtable Summary: I show the orders to a customer in the DataGridView. My problem is, that i want to execute some actions to this relationin the ...Show All
95five0 VS.NET Toolbar
I've created a VS.NET Add-in, pretty easy, but is there an easy way to create a VS.NET Toolbar Is it even possible Thanx It is possible but it requires that you purchase the VSIP SDK. This is an SDK that allow ...Show All
Gordon411 message passing between threads in c#
Hi all, I have a c# application. I got there a Gui thread, that runs a status bar panel, (like MSN messenger), and waits for the user to open any window. I got also another thread that sometimes opens a popup. I got a button on the popup, and when the user clicks there, i want to open some window. If i listen to the event and open the window, the popup stucks there, till i close the window (cause it runs in the popup thread and not in the GUI th ...Show All
KirankumarC I need help with ClickOnce
Hello, I have some general questions about ClickOnce. Before VS2005 I used ZeroDeployment under .NET Framework 1.1! Our customers liked the way of central installation on a server. Now, with ClickOnce, I published my Application in a local directory on my laptop. Then I added the published files to an Setup Project. When I now install this Setup on a customer server and I start the Setup.exe from a client, I get the error message, that ...Show All
Daeron How to determine if a Label is rendering ellipses
I have a label that I set the AutoEllipses = true. I'd like to find a way to determine if the ellipses are being rendered, and if so, I show a tooltip. Does anyone know how to programmatically determine if the ellipses are being displayed Thanks, Greg Hi, I don't know of a quick way to determine if a label with AutoEllises=True is displaying an ellipses. What I did on one of my project to accomplish t ...Show All
SteveTheFiend DotNET Newbie
Im new to .NET and im currently looking at implementing a corporate application using .NET. What security mechanisms may be used and how decisions should be made in order to secure the application. BTW the company is a Windows-based infrastructure with&n ...Show All
