User Profile

Collapse

Profile Sidebar

Collapse
Bigi
Bigi
Last Activity: Nov 25 '09, 11:01 AM
Joined: Jan 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • It is an object, how can I get to the string it contains? How does the vb work but not the c#?...
    See more | Go to post

    Leave a comment:


  • Unable 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...
    See more | Go to post

  • Bigi
    started a topic App in multiple sessions
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...