Answer Questions
CodeForProject Design-time DataSet
Hi Guys, I am creating an n-Tier application with Four layer.. DAL -> Web Serice -> Business -> UI. I am passing data using typed datasets. In business layer I am storing these dataset as static dataset. Basically fecthing them from Web s ...Show All
Dipendra HOW TO MAKE A LISTING NUMBER IN VB6 REPORT
hallo, i have a problem to show the list of number in VB report, i dont know how want to make a auto number in report without use the auto number in access. ...Show All
Holger Sachs Running My EXE The Second and Subsequent Times Displays An Installer Popup
I have a Visual Studio 2005 C# forms project and a Setup installer project which generates a .MSI that installs the forms project. I run the installer and install the forms project, then I click on the installed EXE shortcut to run the forms project code. The first time I launch the installed EXE it displays the forms, but on the second and subsequent time I launch the EXE it first displays an installer popup, then reinstalls itself and then rer ...Show All
Ted Eiles Draw translucent rectangle over top of child controls
Hi, I'm drawing a translucent rectangle in the paint event handler for my form, but I want it to draw over the top of any and all child controls on the form. Currently, the rectangle is rendered 'underneath' the child controls instead. I tried ...Show All
Sorbid TreeView label edit
I’m trying to implement renaming of a single node in a TreeView and running in to a problem when I try to keep the node in Edit mode IF the name does not pass validation. (Similar to the way how file explore does it if you enter “< > or |” in the file name. My code (below) is based on the code from the MS Help file but after error message is displayed node is NOT kept in edit mode. Any one know of a way this can be done private v ...Show All
Lisa Ambler MSFT Dynamic Combo box problem
Hi, I am trying to get a ComboBox(Drop Down List) to populate according to what is selected in a previous ComboBox. Here is the code I am using to do this but for some reason it is not working. Any ideas This worked on some AS ...Show All
Spikey00 Source code, server and future
So as several of you have noticed, the source code for 1.2 hasn't been released yet. I am trying to figure out what is the best approach for releasing the source code and the future of Terrarium 1.2. Here are the current thoughts.&n ...Show All
Brainwires MultiLine TextBox
Hi, Can anybody help me how to set the text of a multiline textbox with a string that has line feeds. When i write the code as below, TextBox myText ; myText.multiline = true ; myText.Text = "option_one \n option_two" ; I don't get the "option_one" and "option_two" displayed in two seperate lines in the Te ...Show All
Lantze ComboBox DataBinding
I have Customers table like CustomerID, CountryID, CityID, VillageID. and also Country, City and Village table. I want to enter data to Customers table. When entering data, user choose Country, City and Village by ComboBox and these comboboxes are filled by&n ...Show All
Ricardo_medina Overwriting BindingNavigator AddNew
In a form, I want particular things to happen on the form when the user presses the AddNew button in the BindingNavigator . So I want to call my own code in the bindingNavigatorAddNewItem.Click. I put myBindingSource.AddNew in the bindingNavigatorAddNewItem_Click, followed by additional code. When I click the AddNew button I immediately get an error telling me that one of the columns in the table can't be null. Joe Stegman said " The ...Show All
supersonic_oasis How to kill application?
My windows form starts like this: [STAThread] static void Main() { My_App ma = new My_App(); Application.Run(ma); } When I get into the "ma" class, I check to see if the user is online. If he is not, I just need to kill the whole app. However, I'm having trouble killing the main form from my "ma" class, so the user just sees a blank form on the screen. Any ideas thanks for any h ...Show All
almightylinuxgod Showing property values as dropdownlist
Hi, is there a method to show a custom control property values as a dropdownlist (like ControlToValidate property) I know thet declaring an enum type property is a solution. Is there another Thanks Marco Thanks. Only another little tip please: how can I retrieve a list of controls currently on the page in design mode when I override GetStandardValues Is HttpContext.Current available (probably it is ...Show All
mgloriosus ToolStrips & Mirroring
Hi WindowsForms use Gdi+ For drawing. But Gdi+ dosn't support mirroring like Gdi32 when window has WS_EX_LAYOUTRTL extended style. Now if ToolStrips draws with Gdi+ we can not use theme with WS_EX_LAYOUTRTL extended style. ToolStrips (and all Windows&nbs ...Show All
jain_arun Data Grid Customization
I need to customize the datagrid so that it works much like Excel. When a user moves left and right they need to jump from cell to cell. If they type text it should simply overwrite the data in that cell or they could pres ...Show All
ToMoGroup BindingSource (BindingList<T>) Filtering and Sorting Examples for Objects
We have a bunch of business objects. We want to enable the sorting and filtering functionality that the BindingSource gets when bound to a Datatable or some such. Does anyone have any examples or even a starting point for me on how to impliment the right things in the BindingSource so that it will allow sorting and filtering of our business objects Thanks! MSDN has an excellent 3 part article written b ...Show All
