Answer Questions
ParkSys C# code problem
Hi !!! I have translated a VB code to C# code but i have problem as it gives me an error that i can not solve. my code is :- this.treeView1.Nodes(refEmp.Type).Nodes(refEmp.SSN); Type and SSN are read only properties that return only <b>: 'System.Windows.Forms.Tr ...Show All
I Mrus WYSIWYG HTML Editor Control
There are tons of browserbased WYSIWYG HTML Editor controls. But, i'm building a windows based Content Managment System, and need a HTML Editor for Windows. Anyone know of a control i could use, or a way to export to HTML Is there classess&nb ...Show All
Jagadisk Kulkarni Panel ScrollControlIntoView prob
When a child control gets focus in a panel and AutoScroll is true, the scroll bar for the parent will immediatly scroll to ensure the selected control is in view. This is undesireable when dealing with several large controls in a panel. Is there a way to override and turn off this action Any help appreciated! ...Show All
Misbah M Hasan Databindings and BackgroundWorker component
I am having an issue whereby the controls that I have bound to my custom business object are not reflecting changes to the source object after it has been persisted to the database. The business object is declared as a private member in the Form instance, and after InitializeComponent runs I call a method that creates all the necessary bindings and adds them to the appropriate controls. When the Save button is clicked, the BackgroundWorker is in ...Show All
dragonroll For Loop in a datagrid: Windows vs Web. I am SOOOO lost!!!!!
I am writing a WINDOWS form with a datagrid where i need to run a loop and basically flag every item (containers to be shipped in this case). Now, I've done this with a webform and have had no problems what so ever with it ...Show All
bslim Properly exit an application that doesnt wanna die
Been asking a lot of questions lately, but I guess thats what these forums are made for so here goes another one... In my application I have an exit button, and also use the same code for the Form_Close event, incase the user clicks the X instead of my "Exit" button. What do I do to properly exit. If I do "this.close()" it closes, but if I open the Task Manager, I see my application still running, just not visible. If I throw an Application.E ...Show All
alon_moor RightToLeft Property in controls
hi my friends.. as we know that this property make the control behave like right to left..but when i apply to some control it does not run smoothly like TreeView, ToolBar, ListView and other..please if help me this problem.. Best Regards Bassam Basamad ...Show All
CCODER32 searching items in dataset table
i have to search the data in the dataset before inserting into its table to avoid duplicacy of items, can any body guide me in this context. thanx. Hi, Is your problem solved Thank you, Bhanu. There are a few thing you can to do select data in a DataTable. You could use the DataTable.Select() method. This method accepts a filter as parameter (and a search order if you want) and returns an array o ...Show All
MattAster XP visual style compatible Tab Control
I've seen a dozen, often complicated, solutions to this problem, but I really hope the Tab Control will be able to display using XP Visual Styles in the next VS.NET release It's pretty annoying to have a great-looking interface everywhere but in the Preferences dialog.. :-) i would type "i agree" a thousand times, but my hands are too tired&n ...Show All
kelton How to apply ColumnStyle and Alternating Row style
I want to apply column style and alternating row style to my datagridview How should I do that Here's what I want to achieve: I have 3 columns. I want the first column to display its cells contents in bold. I also want to aply alternating row color to each row. Also, the Text should wrap in each of the cells. How should I achieve the above scenario Is this what you want Yep. Any help on that All can be set using the Desing ...Show All
newtocsharp can I use a datagridView combobox column when using RAD databinding?
hiya, I'm well impressed with the RAD databinding of the datagridView, when binding to single database table. I'd like to add a gridView combobox column which will be populated by a lookup table. I can't see to do this in a RAD way.Is it possible Even if not possible, is there any way that I can manually add code to handle databinding and updating of this gridView combobox column, without having to disturb the other, RAD bound column ...Show All
Rogelio195567 different drawing origin
Hello! Does anyone know a nice way to draw on a graphics-object with an origin at the bottom-left corner + | | 0/0 -- + I know that the default origin is top-left and positive coordinates will extent to bottom-right: 0/0 -- + | | + Any ideas would be greatly ...Show All
Zan_ DataGridView: What's The Best Way to Format Cells?
Hi There I have just spent a whole day and a half trying to troubleshoot some code I had written for the CellFormatting event of a DataGridView, and here are two things I found: (1) If you are going to change the row's default cell style, such as: myGrid.Rows[e.RowIndex].DefaultCellStyle.BackColor = Color.Blue; Make sure that you only change a specific property once ONLY ! If you change the sa ...Show All
Ahmed Basha Trusted_connection=true
Thankyou very much for the information, SQL can be exasperating. So setting trusted_conneciton=true does not automatically authenticate another computer running my application to access sql on my server. Just a couple of statements to make sure I understand SQL ok. My database has one user called dbo. I am listed as the database owner: NW/herringf Do I need to activate the user list for the database and add somethi ...Show All
Cinnabar Deleted row information cannot be accessed through the row.
Hi, I got the DeletedRowInaccessibleException with the description in the subject when I try to update an Sql Table. I'm doing a very simple stuff here and don't know why it fails. I'm using a DataGrid to update a DataTable in a DataSet. ...Show All
