User Profile
Collapse
-
It is an object, how can I get to the string it contains? How does the vb work but not the c#?... -
Bigi started a topic Unable to cast COM object of type 'System.__ComObject' to class type 'System.Stringin .NETUnable to cast COM object of type 'System.__ComObject' to class type 'System.String
Hi,
Please help, this has been driving me nuts for nearly 2 days now.
This vb6 code works:
Public oEng As New ebizEngine
Public oMsg As ebizMessage
Function EbizGetFromQueu e() As String
Set oMsg = oEng.RecvMessag e
If oMsg Is Nothing Then
' the end
EbizGetFromQueu e = "*END"
Else
EbizGetFromQueu e... -
App in multiple sessions
Hi, I have a c# .net 2 app that runs on a 2003 server manually and as a scheduled task, there can only be one instance of the app on the machine, the app has a form that display the progress of what its doing and also a system tray icon, what I'd like is that if a different user logs into the machine
1) if the app is running in a different session the notifyicon is displayed in the new session
2) from there they can view or if they...
No activity results to display
Show More
Leave a comment: