Answer Questions
Nick Efremov Internet Video Problems
sometimes when i try to view videos off of my internet explorer everything freezes and the only way to shut it down is for ctrl-alt delete it. i have the 6.0 update and this still happens from time to time what can i do This forum is for Windows Forms related questions only. Try posting your question to the Microsoft Newsgroups. See the link below for more information. http://forums.microsoft.c ...Show All
Mandar Y How to change disabled textbox fonts color ?
When the textbox1.enabled = false, the fonts color changed to gray. Is it possible to change the fonts color to black color when it is disabled Thanks, Terrence I think that you are answering a different question. :) The easiest way&nbs ...Show All
Lino Image zoom
I want to let users draw a rectangle (or square, I don't know yet) around a part of an image to zoom in on it, similar to selecting multiple files in Windows Explorer or multiple controls in Windows Forms Designer. Once I have the coordinates of the rectangle I am fine; I just need to know how to implement the UI! Thanks. Keep your image in a bitmap. When the mouse is on buttondown, get to coor ...Show All
Dylan Smith Application Folder reference
My application resides in the different folders on development and production/client workstations Example of structure: c:\...\Visual Studio Projects\MyApp I have folder images located in the root of MyApp like this c:\...\Visual Studio Projects\MyApp\images When deployed the application is&nb ...Show All
eepap Problem using DataGridView in DragDrop Event
Hi I would appreciate your help in solving my problem. I have a UserControl which contains the DataGridView (manually populated – with unbound data) and this control is used several times on the main form. It is here that I require to drag and drop (Move) rows of data from one DataGridView to another. The problem is when I try to add the new row to the DataGridView it adds an empty row, but when I look at the object I’m cloning it c ...Show All
Andrey33 Variation of the Master/Detail
Hi All, I have a slight problem with my master/detail scenario: I actually want to show the same data in the detail view as in the master view. I have a form that shows the master table as a grid and I have a form, that will, when things work, show the same data as a details form. When I double click a row in the grid view, I want the other form to show only data for that row in the details form. Now, when I double click a row in the grid, t ...Show All
Manjax How to identify the particular item in a ListBox right-clicked
I want to be able to identify the item in a ListBox a User right-clicks (in order to enable the user to change the name of the item listed). I added a ContextMenu control to the Windows Form, associated the ListBox with it, and have a (stil empty) event handler activated when the User right-clicks in the ListBox, but the problem I have is identifying the particular item righ-clicked. How is this done Thanks in advanc ...Show All
scsaba CurrentRowIndex after sorting
I need to get the value of a column in the current row of a DataGrid. The documentation warns, quite correctly, that the Datagrid could be sorted, so the order of rows is not necessarily the same as inh the underlying dataTable. Iw there a ...Show All
Fil Nested Queries/Datasets in Visual Studio 2005
I am trying to create some queries or datasets that can be used in other queryies/datasets in my application. The reason being is that there are some calcs which will be used for various purposes and don't want to have to repeat these for every different view of the data I need. It can be done easily in Access and SQL Server but I can't work out how to do it in VS 2005. I can create a dataset which can have different views of the source data, bu ...Show All
rjm1963 initialize a class dynamicaly by name
i have a menu with many submenus and i want each submenu to open a new form. For this i want to be able to call the same function on each menu click and send as parameter the class name and this function should return the initial ...Show All
Murli List Box DataBinding Issue
Hello, I am having and issue and Im not quit sure why. I am using VS2005 TS. I have created a Windows Forms Project. On one of the forms, I have 2 listbox controls. The first listbox control is bound to a custom object when the page is first loaded. When you select a value from this list, it populates the second listbox with data bound to another custom object. This works fine.. however i have created a custom event that fires ...Show All
Malicious User How to know when a all threads in thread pool are done ?
Hi I am using the ThreadPool to optimize my thread use. The pool allows you to queue your tasks into it and then it executes each task according to it's place in the queue. In order to avoid exiting the application before the thread pool t ...Show All
Sowmya Lakshmanan FindControl.
Hi everyone, Does anyone know what would be the similar of FindControl method from Web library to from Windows.Forms library I need to get what controls do I have inside a panel, like TextBox, etc. Thanks in advancing. Doria You're welcome! Only click in th yes button, please! Thanks, I will try it and let you know. The major difficult is to know "all the possibiliti ...Show All
yyang500 .NET & WinForms for touchscreen applications
Hi All. I'm just learning WinForms with C# and I am primarily concerned about creating applications to be deployed on a touchscreen. I have a few questions that I hope somone can shed some light on, point me in the right direction for additiona ...Show All
AnnaF how can i select all checkboxes by clicking a button or checking another checkbox
hi, i hv this DGV with checkboxcolumn inside it. How can i check(select) all the rows by just clicking a button or checking a checkbox. tq. finally, there is way to do this. it's not working man...when set .selected = true, instead of checking all checkboxes, it will select all rows but not the checkboxes. 2nd prob: how to uncheck those checkboxes that have been t ...Show All
