Hi, I'm writing a financial application and can't seem to figure out how to properly format numbers for display. In the code snippet below, you can see two methods that I am using to format number...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23526813.htm...
I am having trouble getting familiar with the .NET combo box and its events. I have a form with a combo box, which is populated with the records that a user might wish to view/edit. SelectedValue...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
I have a combobox that lists vendor names. It is bound to a recordset of vendor names and I rebind it on the Click event of the combobox (because other users could be adding vendors while the form...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
I have a DataGridView (dgvEncumbr) that is bound to a business object dataset property (oPO.Encumbrances) by way of a BindingSource (bsEncumbr), as shown below under "Bind DataGridView".
When a ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23573979.html
Experts, I have an issue that puzzles me. In my datagridview (the topic of a few questions from me over the last week) users can add rows and everything is now working dandy. The only trouble is ...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/ADO.NET/Q_23581...
Experts, I have created what I hoped would be an MDI application. I have set formMain's IsMDIContainer property to true, and am calling child form classes as shown in the snippet below. The forms...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
I am following the wonderful article Eric Moreau wrote about passing a dataset to Crystal Reports, but I am running into a problem. I am using Visual Studio 2008, which no longer supports the .Rep...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23595...
For reporting purposes I am having to take relational data and make a virtual flat file of it. I have invoices with associated work orders against those invoices. There can be multiple work order...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/ADO.NET/Q_23605...
How can I create the typical "Windows" menu item on the menu bar that lists all open windows and allows the user to switch between them using that menu?
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23669842.h...
On the load event of the startup form in my application I have code to generate several exports automatically. The code tests to see whether a log entry has been made for the current date showing ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23681...