Answer Questions
Mr. Jeff King How to bind bindingnavigator with datagridview
Hi everybody, I'm trying to make the bindingnavigator work but I could not find documentation or examples. I want to bind the bindingnavigator to the rows of my datagridview. If this might not be possible via databinding an example of another way would be more than welcome. Loads of thanks for your assistance, Elvia I needed to create a BindingSource object to bind it to the bingdingNavigator and t ...Show All
kidnapt Do I hear C# anytime soon???
I was wondering if there will be a C# sample of TaskVision anytime soon in .NET 98.5% (ok, i made up that number, but somewhere around there ;) ) of what's in every language is exactly the same (except for syntax) an ...Show All
TomHope hot tracking menuitems
How do i create a main menu with hot tracking effects. When i point to the menus i would like to change the back color of the menus just like the menus on the visual studio. Thank you This is a ...Show All
RHEandDOTNET Can a control access the DOM?
Is there a way I can reference objects within the HTML in which my control is embedded I'm developing a user control and marking it for COM Interop so I can embed it as an ActiveX control. I would like it to be able to&nb ...Show All
R.A How to move the Cursor from a testbox control to the next one using ENTER key
Hi, I'm new with VC#, I want to put some code on a textbox control or what ever control to move to other controls when I press the enter key. So far, my small app uses TAB KEY to move to the next controls on my windows forms. How can I accomplice this in C# VFP & VB is quite easy, but C#, I dont have any idea how to do it. Can somebody show me a code or sample to do this Thanks. There is a posting on the same to ...Show All
RDD im new at VB -- easy question about pictureboxes
Hey, I'm new with Visual Basic and I was having difficulty with PictureBox.Location in my code. Is there any way to change the location of a PictureBox inside my code by using PictureBox.Location Every thing I've tried has yielded an error. Thanks for your help. You can by simply providing a new location. What kind of error do you get I think that you are trying to set the X and Y properties of the location st ...Show All
altecka Insert rows in TableLayoutPanel
I would like to know whether it's possible to add rows in TableLayoutPanel in my code If yes, how to do it Thanks for your help first. It's really useful. When you add rows/columns in the designer, it merely creates the code for you. You can see this in the [MyClass].designer.cs To add a row or column, specify the new count and indicate the Style: tableLayoutPanel1.RowCount = tableLayoutPanel1.RowCount + 1; tableLayoutPanel ...Show All
doroshjt Keyword is "mari"
Congrats David !! I can do nothing !!! Whatever it is, it is unfortunately not going to be from me. Due to circumstances beyond my control, I will not be playing any more. :o( Good luck to all. I'll still check ...Show All
Eric Lewandowski Usre controls
I have created a user control which access a data base and fills a drop down box with customers id's. i have created a class that inherits the datagrid class,when a user selects a customers id from the first user control the datagrid needs to populate with ther orders.I have created and raised the events in the first control and the method to handle the event in the form,the problem i have is creating the property in the data class that will rec ...Show All
Marais_Kruger DataGridViewComboBox in DataGridView problem
the following code gives me 'DataGridViewComboBox Cell value is not valid': //getting a dataSet this .dsVerificationProcessInfo = DALcompany .GetVerificationProcessInfo(company.CompanyID, country); //setting dataGridView's dataSource to dataTable this .gridVerificationProcess.DataSource = this .dsVerificationProcessInfo.Tables[0]; ; //getting data for a dataTable from dataSet this .dtYearsLookup= this .dsVerifica ...Show All
in_trouble Change focus Between winform by press Enter
Change focus Between winform Object like textbox Or comboBox and Column of datagrid by press Enter key not Tab. we have this code for VB6: Private Sub Text1_KeyPress (KeyAscii As Integer) If KeyAscii = 13 Then ' The ENTER key. SendKeys "{tab}" &n ...Show All
Drunkboat SelectedValue DGVComboBoxCell??
Hi! please help me, how can i select a value in a datagridviewcomboboxcell i'm using a dataset as datasource . . ex combobox contains: Display member Value member ABC 1 BCA &nb ...Show All
Terminator2006 Need to build a listbox containing a checkbox and image
I need to build a control that looks like a checked listbox but with an image between the checkbox and the label. I don't need any databinding support. I tried to 'OwnerDraw' the CheckedListbox but it will not support owner drawing. I&nb ...Show All
Lewis Horowitz Defining where 'child' controls can be placed
I'm working on a UserControl in C# which allows other controls to be drawn onto it (Much like a Panel or GroupBox control). However, now I want to define the area in which controls can be placed and drawn - the TabControl control is a  ...Show All
Kyle Reed Icons in System Tray
My icons in the system tray display only in 16 color mode and look very choppy. For instance, I have a circle that looks like an octogon. Does anyone know how to fix this This is now fixed. To see what I did, < ...Show All
