when I call from Visual Basic a method exposed in a dll (COM object, created with Visual C++) sometimes the method takes a lot of time to return the value. Is there a way to report back to the application after some time has elapsed so all the programing control does not rests on the dll. (So...
Hello all,
I have 2 questions regarding AS2 products cost:
Do all AS2 products come with a per trading partner cost?
How much per TP are the vendors asking?
I have found some information about the cost to establish a trading relation with Wal-Mart which comes with *special prices, but how...
hi, I have some select box that change their contents when some change is made.
The thing is that I have to remove even the element that is selected.
I am using:
for i = 0 to Form.Select.options.length
Form.Select.remove(i)
next
but the element that was selected remains. How do I get rid of it?
What does the L before a string makes to it?
Does it set it to Unicode string?
I have a string strMyString,
and I have to pass it to a function that expects a L"string"
how do I convert strMyString to L"string"
I can't do
strMyString = L"string"
because I...
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.