Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
March 2007
April 2007
May 2007
July 2007
August 2007
October 2007


all groups > vb.net upgrade > february 2006

2003 to 2005, Compiling Inheriting Classes Causes Errors
Posted by rossk at 2/26/2006 2:35:10 PM
Hi all, I have upgraded an ASP.Net project from 2003 to 2005. When I attempt to compile, i often receive errors stating that a property, 'ApplicationInstance' or 'profile' shadows an overloadable member declared in my base class. This happens only with files that inherit from a base c...more >>

Forms migration
Posted by bulldog8 NO[at]SPAM lycos.com at 2/23/2006 3:35:57 PM
I recently took the plunge and upgraded to VB .Net an am a bit stumped with some results. I started with a simple project that has 2 forms: Load and Manage The Load form was identified as the start point under VB6 and contained a button that launched the Manage form ... here are the issues t...more >>

Unable to compile a project that overrides overloadable functions
Posted by Lu at 2/17/2006 8:45:04 PM
Hi, I have two dlls set up as follows: BaseClass.dll contains a class called BaseClass.vb with two functions with the following declaration Public Overridable Overloads Function Retrieve(Context As String, WhereStmt As string) As DataSet ' Some code... End Function Public Overridable Over...more >>

Simple but difficult to find solution for loading HTML into object
Posted by Joe at 2/8/2006 2:50:12 PM
Hi, I have a simple thing I need to do but just doesn't work in VB.NET. I have a string with HTML code and I want to load it into a HTMLDocument object or something similiar to it so I can access the the tags and tags value (<td> <table>, etc) by code. But it just doesn't work in VB.NET...more >>

HTML in to readable/value accessible object
Posted by Joe at 2/7/2006 10:21:43 PM
Can someone show me how I can correctly put the HTML code of a webpage into an object where I can access the various values of the tages in VB.net? I did it in VB6 with HTMLDocument, but its seems to not work for me in VB.NET. Thanks in advance ...more >>

I need suggestions for creating a Help system for a Visual Basic Program.
Posted by Athono via DotNetMonster.com at 2/7/2006 9:26:55 PM
I need suggestions for creating a Help system for a Visual Basic Program. We have a requirement to provide "on-line help" to our Visual Basic program. What I believe they mean is the sort of Help functionality that one normally sees in C++ generated program. Does anyone have any suggestions?...more >>

Loading HTML into an HTMLDoc problem
Posted by Joe at 2/7/2006 4:48:56 PM
I am trying to load some HTML code in a string variable into a mshtml.HTMLDocument object. I want to do that so I can access the various tags and structures (<table>, <a>, using VB.NET code) So is there a good way to load HTML to an object and access its parts with VB.NET ? I have an erro...more >>

vb.net listbox item count issue
Posted by David Chang at 2/7/2006 11:09:28 AM
I use a listBox on VB.NET (VS.NET 2005) and pass the listbox's handle to a C function for item population. Within the C function I use SendMessage() with LB_INSERTSTRING to insert item into the listbox, as in SendMessage((HWND)hWnd, LB_INSERTSTRING, lIndex, (LPARAM) ((LPCSTR) item_to_be_i...more >>



The lie about upgradability of vb6 dsr data reports to rpt
Posted by Your Name Here at 2/3/2006 12:04:14 PM
The lie is here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/crtskimportingreportsthatusenoncrystalformats.asp and also here http://support.businessobjects.com/library/kbase/articles/c2010234.asp They lead you to believe that vb6 MS data report can actuall...more >>


DevelopmentNow Blog