Click here to Skip to main content
15,914,071 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Make a service dependant from another Pin
Dave Kreskowiak30-Sep-04 4:19
mveDave Kreskowiak30-Sep-04 4:19 
GeneralCreating a running Time clock Pin
mtone29-Sep-04 9:14
mtone29-Sep-04 9:14 
GeneralRe: Creating a running Time clock Pin
Dave Kreskowiak29-Sep-04 13:45
mveDave Kreskowiak29-Sep-04 13:45 
GeneralActiveX Dll of VB6 in VB.NET Pin
MohammadAmiry29-Sep-04 7:34
MohammadAmiry29-Sep-04 7:34 
GeneralRe: ActiveX Dll of VB6 in VB.NET Pin
Dave Kreskowiak29-Sep-04 8:38
mveDave Kreskowiak29-Sep-04 8:38 
GeneralRe: ActiveX Dll of VB6 in VB.NET Pin
MohammadAmiry3-Oct-04 3:51
MohammadAmiry3-Oct-04 3:51 
GeneralExcel Question Pin
Jamie Nordmeyer29-Sep-04 6:31
Jamie Nordmeyer29-Sep-04 6:31 
GeneralHandling objects... Pin
Jason Weibel29-Sep-04 4:06
Jason Weibel29-Sep-04 4:06 
I’m creating a .Net component and console app which utilizes the component. When the console app calls a function from within the component I want to return one of three options, a populated property class possible as an array, an integer of 1 for success or an integer of 0 failed. If I return my results as an object how do I determine what is being return on the console app side.
Here is a look at the code on the component side.
Public Function SetLine(ByVal EntryArray() As LineEntry) As Object <br />
 ''// CHECK FOR ERRORS<br />
 Dim LineError() As LineEntry = uVal.CheckLineEntry(EntryArray)<br />
 If Not LineError Is Nothing Then Return LineError<br />
 			''// SUCCESS <br />
 Return 1<br />
 Catch Ex As Exception<br />
 			''// ERROR<br />
 Return 0<br />
 End Try<br />
    End Function

Thanks,

Jason
GeneralRe: Handling objects... Pin
Jason Weibel29-Sep-04 4:52
Jason Weibel29-Sep-04 4:52 
GeneralRe: Handling objects... Pin
Dave Kreskowiak29-Sep-04 5:55
mveDave Kreskowiak29-Sep-04 5:55 
GeneralRe: Handling objects... Pin
Jason Weibel29-Sep-04 6:21
Jason Weibel29-Sep-04 6:21 
GeneralBlockInput Function Pin
tommy_tanaka29-Sep-04 3:54
tommy_tanaka29-Sep-04 3:54 
GeneralRe: BlockInput Function Pin
Dave Kreskowiak29-Sep-04 5:37
mveDave Kreskowiak29-Sep-04 5:37 
GeneralRe: BlockInput Function Pin
tommy_tanaka29-Sep-04 5:56
tommy_tanaka29-Sep-04 5:56 
GeneralRe: BlockInput Function Pin
Dave Kreskowiak29-Sep-04 6:02
mveDave Kreskowiak29-Sep-04 6:02 
GeneralRe: BlockInput Function Pin
tommy_tanaka29-Sep-04 6:09
tommy_tanaka29-Sep-04 6:09 
Generalstring to double Pin
macmac3829-Sep-04 1:05
macmac3829-Sep-04 1:05 
GeneralRe: string to double Pin
RichardGrimmer29-Sep-04 2:52
RichardGrimmer29-Sep-04 2:52 
GeneralWinsock control Pin
mohan_balal28-Sep-04 22:38
mohan_balal28-Sep-04 22:38 
GeneralRe: Winsock control Pin
Dave Kreskowiak29-Sep-04 6:01
mveDave Kreskowiak29-Sep-04 6:01 
GeneralleWinsock Control Array Pin
mohan_balal28-Sep-04 19:08
mohan_balal28-Sep-04 19:08 
GeneralRe: leWinsock Control Array Pin
Jose Cezar S. Ynion28-Sep-04 20:17
Jose Cezar S. Ynion28-Sep-04 20:17 
Generaladding a checkbox in a cell of MsFlexGrid Pin
28-Sep-04 18:56
suss28-Sep-04 18:56 
Questionhow to display data in specific textbox when users select any item from list box Pin
Steve Beo28-Sep-04 17:29
sussSteve Beo28-Sep-04 17:29 
GeneralCustom data types in vb.net Pin
PatrickGoettert28-Sep-04 16:24
PatrickGoettert28-Sep-04 16:24 

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.