Answer Questions
Seraph Jiang DataGrid Big Red X error
hi , I have three different usercontols in a form , When i change a list box selection in one usercontrol , it runs a cdhart and displays it in another usercontrol , then it changes the datasource of the datagird and refreshes the datagrid ...Show All
bhargavpatel Using datasource with underlying objects that I dont want to change in order to affect UI.
I have master detail dialogs. Parent Dialog-> Child Dialog -> GrandChild Dialog For clarities sake, say this maps to: Customer Information -> Order Information -> Item information. The parent dialog has a Save/Close ability, the child and grand child dialogs have Apply/Cancel buttons. The apply button means that I want to apply the changes I made in the current dialog. However if I hit apply in a grandchild dialog and then hit can ...Show All
KlausWiesel Drawing at a precise x-coordinate
Hi, I'm trying draw a string so that the left edge of the first character is precisely at a specified x-coordinate. DrawString() starts the string to the right of the given coordinate or left edge of the given rectangle. How do I compensate for this all the best, James if you know the font-size of each character you can caculate the x-coordinate of the last char and you can use the DrawString()method to specify the last character ...Show All
Niko Vrdoljak Control opacity
The form has an opacity property. It looks like the panel does not. I need to have a form with a background image. On top of that image I will have a series of radiobuttons. Each group of radio buttons has to go into a separate c ...Show All
Vijaye Raji 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
Mohammad Akif unable to create new record in datagrid
Hi I got problem with datagrid, I have table user and table user_responsibility, both table is related with user_id user_responsibility is shown in datagrid, where user_id column is hide How to make the grid is automatically fill the data of user_id base&nbs ...Show All
北极星 Cut & Paste
Hi everybody, I'm having a little problem. I'm in the middle of developing a control for .NET. It's not a control like the TabControl, but the principle behind it is the same. By that I mean that this control has panes (equal to the pages& ...Show All
mipe10 seeking help to find specific index in combo box in VB.net
Hi all, how could i get the last index of the item being selected by using ComboBox during the items being added to the combo box control since the last index of the combo box is depends on variance number, it was hard to get the last index of the combo box item being selected by default. Hi mate. I had exactly the same problem for my A2 coursework that i am doing at the moment and seen as though i ju ...Show All
yurafromlviv Databinding problem
Hi everybody. I have a form which contains a user control. When the form loads, I'm populating some DataSet, and assigning the dataset refernece to one of the control properties. The control contains other control that are bound to various paths on that dataset, adding new rows, modifying, etc. Now, I want to update the changes back to the database with dataadapters. I can put a Update button on the control itself, or in the form containing ...Show All
BSolveIT Toolbox bitmap for myControl doesnt show .Why
I have the following control library: MyCompany.library.Winforms Control Library. I have set the root Namespace of my control to empty in the property of the control. I need to do this to be in control of my namespaces. Added a class and inherited from listview Added a 16 x 16 bitmap to the the control set the bitmap to embed resources then I did Namespace MyCompany.library.Winforms.MyListviews <ToolboxBitmap(GetType(Listvi ...Show All
AnthonyKautz can inline schema definition be removed from a strongly typed dataset
hi, i have created a strongly typed dataset, which is supposed to be returned by a webmethod, this works fine if i use that webmethod with ASP.Net, or VB .net, but if i try to use the same web-service with the infopath, it says it doe ...Show All
PeterdeLeng migrating winform application to web form
Hi, I would like to migrate my winform application to asp .net (web form). Any pointers towards this will be helpful. Thanks, Amit. None really. Hopefully, it's not a big application and watch out for variable that need to keep track of state information. hire me :) ...Show All
petola Need tool addin to VS.Net 2003 generate source code
i need a tool addin to VS.Net 2003, it can generate source code property in C# Can you help me thanks uh, i found greate !!! thank u very much! i have a class: MyClass it have a member: m_id, type is string i will to write property Id: public string Id { get{ return this.m_id; } set{ this.m_id = value; } } So, when MyClass have many properties, i don't want to write property s ...Show All
vs.wu Designing a WinForms application.
Such an embarrasing question, but i've been working in ASP.NET for so long that i've lost grasp with Forms design architecture. I'm designing an application using WinForms 2.0. The screen for the application will keep the same structure throught the App. For example, a user will create a new customer. Then he might want to create a new employee, so will click the "employee" button. This won't fire up a new employee form, but will display the emp ...Show All
zaboboa PROBLEM: The remote server is unreachable or request has timed-out
Hello Everyone First of all, my thanks Microsoft, yet another interesting and useful sample app! Keep up the good work :-) I've installed TaskVision Server on a dev server that is on a different domain from the client. I first tried to have a ...Show All
