Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MAS90.dll question

Status
Not open for further replies.

egenmed

Programmer
Feb 11, 2009
2
US
It appears my first post didn't work so I am reposting

I am trying to convert a VB6 app to Visual Studio 2008 (C#).
The Init event is the one I am having a problem with.

The code in the VB6 app for the dll is:
Set Q = CreateObject("MAS90.Queue")
Q.Init "Import"
Q.Start

When I try to use it in VS 2008 it expects 3 parms and I am not sure what to use.

void Init(ref string summary, ref bool CancelEnabled, ref short priority)
Member of MAS90._Queue
 
You should be posting this on the Sage Community in the BOI section.
 
I thought I was in the right forum. Please send me a link to the correct one.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top