Click here to Skip to main content
15,908,115 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: form withe tabs Pin
asha_s15-Apr-08 0:40
asha_s15-Apr-08 0:40 
Questionvb.net progress bar display Pin
abdi newbie14-Apr-08 9:28
abdi newbie14-Apr-08 9:28 
GeneralRe: vb.net progress bar display Pin
Dave Kreskowiak14-Apr-08 9:34
mveDave Kreskowiak14-Apr-08 9:34 
Questionmsge style Pin
asha_s14-Apr-08 7:27
asha_s14-Apr-08 7:27 
GeneralRe: msge style Pin
Thomas Stockwell14-Apr-08 8:00
professionalThomas Stockwell14-Apr-08 8:00 
QuestionHow can I change icon of any exe-file Pin
titan6814-Apr-08 6:02
titan6814-Apr-08 6:02 
GeneralRe: How can I change icon of any exe-file Pin
Dave Kreskowiak14-Apr-08 7:00
mveDave Kreskowiak14-Apr-08 7:00 
QuestionRe: How can I change icon of any exe-file Pin
titan6816-Apr-08 2:39
titan6816-Apr-08 2:39 
GeneralRe: How can I change icon of any exe-file Pin
Dave Kreskowiak17-Apr-08 3:13
mveDave Kreskowiak17-Apr-08 3:13 
GeneralReturn Serial Number from Query Pin
Rupesh Kumar Swami14-Apr-08 5:45
Rupesh Kumar Swami14-Apr-08 5:45 
GeneralRe: Return Serial Number from Query Pin
Dave Kreskowiak14-Apr-08 6:38
mveDave Kreskowiak14-Apr-08 6:38 
GeneralRe: Return Serial Number from Query Pin
Rupesh Kumar Swami16-Apr-08 5:10
Rupesh Kumar Swami16-Apr-08 5:10 
GeneralRe: Return Serial Number from Query Pin
Dave Kreskowiak16-Apr-08 12:24
mveDave Kreskowiak16-Apr-08 12:24 
GeneralRe: Return Serial Number from Query Pin
Rupesh Kumar Swami17-Apr-08 21:01
Rupesh Kumar Swami17-Apr-08 21:01 
GeneralRe: Return Serial Number from Query Pin
Dave Kreskowiak18-Apr-08 15:20
mveDave Kreskowiak18-Apr-08 15:20 
QuestionZipping folders Pin
Aptiva Dave14-Apr-08 5:26
Aptiva Dave14-Apr-08 5:26 
GeneralRe: Zipping folders Pin
Dave Kreskowiak14-Apr-08 5:32
mveDave Kreskowiak14-Apr-08 5:32 
GeneralRe: Zipping folders Pin
Aptiva Dave14-Apr-08 5:47
Aptiva Dave14-Apr-08 5:47 
GeneralRe: Zipping folders Pin
Dave Kreskowiak14-Apr-08 6:33
mveDave Kreskowiak14-Apr-08 6:33 
GeneralInheritancy failed because the type is declared as abstract Pin
Steven J Jowett14-Apr-08 4:53
Steven J Jowett14-Apr-08 4:53 
I have an item called DashboardItem with inherits Windows.Forms.UserControl and declared the class as MustInhert :-

Public MustInherit Class DashBoardItem<br />
    Inherits Windows.Forms.UserControl


I have then added some common features, such as a close button and title label.

The next step is to inherit DashboardItem into another class :-

Public Class VehicleTracking<br />
    Inherits PDM.Session.DashBoardItem


The problem I have now is the designer reports :-

The designer must create an instance of type 'PDM.Session.DashBoardItem' but it cannot because the type is declared as abstract.

I need guidance on what to do to resolve this issue.

I checked out the MSDN Online help which was not very helpful at all, check out the description of the error message: http://msdn2.microsoft.com/en-gb/library/aa289354(VS.71).aspx[^]

Any help is appreciated

Steve Jowett
-------------------------
It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)

GeneralRe: Inheritancy failed because the type is declared as abstract Pin
Dave Kreskowiak14-Apr-08 5:30
mveDave Kreskowiak14-Apr-08 5:30 
AnswerRe: Inheritancy failed because the type is declared as abstract Pin
Steven J Jowett14-Apr-08 6:03
Steven J Jowett14-Apr-08 6:03 
GeneralRe: Inheritancy failed because the type is declared as abstract Pin
Dave Kreskowiak14-Apr-08 6:34
mveDave Kreskowiak14-Apr-08 6:34 
GeneralConnection String for VB with MS SQL Server 2005 Express Edition Pin
aaraaayen14-Apr-08 4:10
aaraaayen14-Apr-08 4:10 
GeneralRe: Connection String for VB with MS SQL Server 2005 Express Edition Pin
Vimalsoft(Pty) Ltd14-Apr-08 4:26
professionalVimalsoft(Pty) Ltd14-Apr-08 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.