Enter Keywords:
1 - 10 of 73(0.007 seconds)
Sort By:
 
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...
Zones: Visual Studio, .Net Ed...Date Answered: 07/15/2008 Rating: 9.0 Views: 0
How do I create a shallow copy of a collection (SortedList)?
Zones: Visual Studio, .Net Ed...Date Answered: 07/20/2008 Rating: 8.8 Views: 4
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...
Zones: Visual Basic, .NETDate Answered: 08/14/2008 Rating: 8.2 Views: 9
How can I know the minimum and optimal requirements (OS, RAM, etc...) for my application? I am using VB 2008.
Zones: Visual Studio, .NET, MS Visu...Date Answered: 10/10/2008 Rating: 8.6 Views: 0
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 ...
Zones: MS Visual Basic, .NET, .NET Framewo...Date Answered: 09/22/2008 Rating: 8.6 Views: 0
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....
Zones: MS Visual Basic, DebuggingDate Answered: 09/27/2008 Rating: 8.5 Views: 0
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> <...
Zones: MS Visual Basic, ASP.Net P...Date Answered: 10/01/2008 Rating: 8.2 Views: 0
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 ...
Zones: MS Visual BasicDate Answered: 09/30/2008 Rating: 8.7 Views: 0
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...
Zones: MS Visual BasicDate Answered: 10/11/2008 Rating: 9.1 Views: 0
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...
Zones: MS Visual BasicDate Answered: 10/21/2008 Rating: 9.3 Views: 0