Answer Questions
Teodora TableLayout control
I'm testing the TableLayout control. I must say the basic idea is stupendous, an analog of the HTML table for WinForms. The only problem I have with it is where the analogy stops. Maybe I'm not getting something right about this control but I find myself wishing I could get direct access to rows and columns (like in the web, server-side table control). I was specialy looking to remove entire rows by doing something in the idea of "myTableLayout. ...Show All
fc_curling Using datagridview with two columns -> textbox and combobox columns
Hi all, i no undertand how i can use a datagrid to display a like master/detail structure of data of my access table that contain characteristics data. For example the access table have this structure: cod codcar desccaratter valcar CUF 1200 Profondita (mm) CUF 2810 Altezza (mm) CUF 3410 Larghezza (mm) CUF 5480 Peso (Kg) CUF 7170 Dolby ...Show All
Sohandy Edit ArrayList composed of strings in PropertyGrid control
I have posted this question in Visual C# General but I guess this is where it should have been posted. I have an application that uses the propertyGrid control,one class has an ArrayList type property which is composed of string objects. When I set the propertyGrid.selectedObject equal to an instance of this class, I can't seem to edit the values of the objects inside the ArrayList, although I can remove and add objects to the ...Show All
l.walt Launch Application immediately after installation
Can any one guide me how to launch the installed application immediatley after the Finished screen button clicked. Once the user clicks the finished screen "Close" button, i need to launch the installed application. I tried with installer class. Sample code is given below.I have created a class library and within that an installer class. I tried with the afterInstall event, but its not working. namespace ClassLibrary1 { [RunInstaller(t ...Show All
Eitan Shapir Problems Serializing Object Properties
I wrote a customer Splitter control that mimics the splitter behavior in Macromedia products. The splitter has several properties of intrinsic data types and two of a custom Appearance class. The Appearance class is similar to the Infragistics.Win.Appearance class, if that helps explain my design goal. The problem is the Visual Studio Designer will serialize the intrinsic data type properties of the Splitter but not the Appearance c ...Show All
Gbobbage using COM+ components over the intranet
we use windows form application on local. In that position there isn't any problem. But when we try to use it from LAN it gives the message: "The application attempted to perform an operation not allowed by the security policy. The operation require ...Show All
Steven Leong File System watcher component
I am using this component and everthing works great on win2K and xp client desktops. On win 98 i am getting an error Windows NT feature used, I am not able to figure out any solution but still want to support win 98 clients, Any ...Show All
Merav Problem with file.delete()
when i try to delete some file the application throws error the error is this: <b> System.IO.IOException: The process cannot access the file "C:\Inetpub\wwwroot\LoadingMaps\MapBin\italy.jpg" because it being used by another process </b> and the code that cause this thro ...Show All
Rodvoor bind DataGrid to 2 dimension array
i want to bind a DataGrid to a 2 dimension array whose entries are user define class and i want to modify the property of the class through the DataGrid in an easy way. any advice Did you ever find a way to bind an "n" dimensional array to a DataGrid It would be a nice feature to tie a datagridview to a two dimensional array, "header" array, column max, row max. ...Show All
Henrik Uffe Jensen Check Boxes and Tree view
I wanted to beable to check the names off in the tree view and have them appear in the textbox, anyone know the code to do this, Hi, As per my understanding, you want a checkbox in the treeview and when the user checks the treeview node, then you need the textbox to have the text of the checked value in the treeview. Is this correct Thank you, Bhanu. ...Show All
Leonard columnheaders
How can I change the height of the columnheaders in the listview control (VS2003) Thanks in advance Thanks a lot! It worked with me . can I change the text alignement (i,e I want it to be aligned top center or left center ) Thanks again . Thanks a lot I have 2 open issues now 1- the columnheaders do not redraw with the new height if I added Items to the listview even if I call the API functions after the filling (I use the Se ...Show All
jvheiner Any one pls Help - .Net Smart client application
Hi, I apprec if any one help me to shortout the below issue in Smart Client application in VB.Net. i've a Main Application window which includes some links (these links are different Applications). If i choose any of the link inside, the Main Application window will be minimised and visible in the system tray and the clicked Link Application window is ...Show All
Andy Henderson Simple Add New Record
I have a simple win form which has a few text fields bound to my dataset i designed in the dataset designer. I am able to view, edit, and delete records no problem using the bindingsource.EndEdit() and the tableAdapter.Update() or Delete(). However i am at a loss when it comes to adding a new record to the database. I have spend days looking at articles on the internet but very few cover the inserting of data from a databound form. Here ...Show All
Steve Cook Need some kind of modal dialog in a mdi child
I'm developing a MDI application and I'm wondering if you could give me some ideas how to implement this demand: I want to display a form that is modal for one child window. The user has to able to switch to other mdi childs but is not allowed to work with the current child until he closes the modal form. Because modal dialogs are modal for the whole application I cannot use them. Do you have any suggestions Thanks a lot! ...Show All
Rolf Wenger Unhandled exception using webBrowser
Hi, I hade unhandled exception using WebBrowser and it is easy to emulate the problem. Just 2 form, and on Form2 a webbrowser component, this code on a button: private void button1_Click( object sender, EventArgs e) { Form2 F = new Form2(); & ...Show All
