Hi all
I'm updating my app and replace all MsgBox that are depreciated to MsgBoxAsync.
I have a problem because MsgBoxAsync is not modal anymore
I have a code for example
Private Sub ApplyServerResponse as Boolean
Dim TransferResult as String
TransferResult=GetParsedResultFromJSON ' Sub that...
Hi everybody
Is it possible to return moren than 1 value in resumable subs like
Dim SenderFilter As Object = sql.ExecQueryAsync("SQL", "SELECT * FROM table1", Null)
Wait For (SenderFilter) SQL_QueryComplete (Success As Boolean, rs As ResultSet) '<=== like
SQL_QueryComplete
if yes, how can...
[SOLVED]
it was my mistake. the library Su was initialized under a conditional piece of code, so it was initialized only in some cases.
Moved Su.initialize in a different place and it works in starter service without problems...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.