Where can I find a list of all built-in Exception classes?
Is there an exception I can throw for invalid data/value?
e.g.
A property which accepts only integers between 1 to 10.
Or
A str...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23561...
How do I create a shallow copy of a collection (SortedList)?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23575...
Hello,
I'm converting my vb6 program to a vb2008 program. I am trying to open Excel using this code but this fails:
Dim xlWrkbk As Excel.Workbook
'UPGRADE_ISSUE: Excel.Worksheet object was...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23647305.html
How can I know the minimum and optimal requirements (OS, RAM, etc...) for my application?
I am using VB 2008.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23733...
We're upgrading a project from VB6 to VB2008. Most of our forms open a recordset in the Form_Load event and use a control array to cycle through each type of control assigning the recordset as the ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23748308.htm...
I am new to .NET and I'm trying to understand the sequence of events. On my first form, I'm getting an error in a subroutine, so I want to know where the sub was called. I commented out the System....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23763407.htm...
Hi all,
I have an XML document I need to read into a database. Here's the basic schema:
<listings>
<listing>
<item1>something</item1>
<item2>something else</item2>
</listing>
<...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23768487.htm...
I'm a vb6 guy tring to learn .net. I understand how to create data sources. However, I don't know how to optimize my situation.
Suppose we have an app with 100 forms and its getting data from a ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23773123.htm...
I'm converting my app from VB6 to VB2008. It starts with the first child window open in the MDI window. When I click on a button, I pass the top, left, width and height to the second child window F...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23805393.htm...
I'm trying to create a new record on a form with the controls bound to a bindingsource so I'm using bs.AddNew. After doing that, I want to assign some initial values to some of the controls like Te...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23811174.htm...