Click here to Skip to main content
15,920,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: what is this mean? Pin
Steve Pullan10-Feb-06 12:10
Steve Pullan10-Feb-06 12:10 
Questionimplement interface Pin
bluey129-Feb-06 15:25
bluey129-Feb-06 15:25 
AnswerRe: implement interface Pin
Dave Kreskowiak9-Feb-06 16:16
mveDave Kreskowiak9-Feb-06 16:16 
GeneralRe: implement interface Pin
bluey1212-Feb-06 14:34
bluey1212-Feb-06 14:34 
GeneralRe: implement interface Pin
Dave Kreskowiak12-Feb-06 15:05
mveDave Kreskowiak12-Feb-06 15:05 
GeneralRe: implement interface Pin
bluey1213-Feb-06 19:54
bluey1213-Feb-06 19:54 
GeneralRe: implement interface Pin
Dave Kreskowiak14-Feb-06 2:25
mveDave Kreskowiak14-Feb-06 2:25 
Questionerror Pin
fmardani9-Feb-06 12:04
fmardani9-Feb-06 12:04 
Hi,
I have created the folowing functin from my form to call a class in another project within the same solution.
this line (sections.GetRiskSections()) is underlined and the error is:
Error 1 Value of type 'RSCompDB.Premiums.RiskSectionsList' cannot be converted to '1-dimensional array of RSCompDB.Premiums.RiskSectionsList'.
Thanks

Public Function GetRiskSections() As RSCompDB.Premiums.RiskSectionsList()

Try

Dim sections As New RSCompDB.Premiums.clsPremiums()
''''ERROR''''''''''''
Return sections.GetRiskSections()
''''ERROR'''''''
Catch ex As Exception

Throw

End Try

End Function

AnswerRe: error Pin
fmardani9-Feb-06 12:09
fmardani9-Feb-06 12:09 
QuestionSelect tab in tabstrip in design time Pin
Jlawrnce9-Feb-06 11:12
Jlawrnce9-Feb-06 11:12 
AnswerRe: Select tab in tabstrip in design time Pin
JUNEYT10-Feb-06 5:45
JUNEYT10-Feb-06 5:45 
QuestionUse FoxPro Database in VB6.0 Pin
Saeid Jorablo9-Feb-06 10:12
Saeid Jorablo9-Feb-06 10:12 
QuestionCrystal Reports For VS2005, Logon Problem? Pin
Noble D. Bell9-Feb-06 8:53
Noble D. Bell9-Feb-06 8:53 
QuestionSupress Combo SelectedIndexChanged Event Pin
RichardBerry9-Feb-06 6:08
RichardBerry9-Feb-06 6:08 
AnswerRe: Supress Combo SelectedIndexChanged Event Pin
Dave Kreskowiak9-Feb-06 6:21
mveDave Kreskowiak9-Feb-06 6:21 
AnswerRe: Supress Combo SelectedIndexChanged Event Pin
AlexeiXX39-Feb-06 7:29
AlexeiXX39-Feb-06 7:29 
QuestionDual monitors and fullpage Pin
Spaz809-Feb-06 4:44
Spaz809-Feb-06 4:44 
AnswerRe: Dual monitors and fullpage Pin
Dave Kreskowiak9-Feb-06 6:17
mveDave Kreskowiak9-Feb-06 6:17 
GeneralRe: Dual monitors and fullpage Pin
Spaz809-Feb-06 6:51
Spaz809-Feb-06 6:51 
GeneralRe: Dual monitors and fullpage Pin
Dave Kreskowiak9-Feb-06 8:09
mveDave Kreskowiak9-Feb-06 8:09 
GeneralRe: Dual monitors and fullpage Pin
Spaz809-Feb-06 8:20
Spaz809-Feb-06 8:20 
GeneralRe: Dual monitors and fullpage Pin
Dave Kreskowiak10-Feb-06 5:51
mveDave Kreskowiak10-Feb-06 5:51 
QuestionHoe to trace system during idle position Pin
Muhusin Khan9-Feb-06 4:35
Muhusin Khan9-Feb-06 4:35 
AnswerRe: Hoe to trace system during idle position Pin
Dave Kreskowiak9-Feb-06 5:58
mveDave Kreskowiak9-Feb-06 5:58 
QuestionAlpha Numeric Serial Numbers Pin
RichardBerry9-Feb-06 4:10
RichardBerry9-Feb-06 4:10 

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.