CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Phoney

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    4,215

    Re: Set another application focus

    Thanks, I worked it all out.

    //Import the SetForeground API to activate it
    [DllImport("User32.dll")]
    private static extern IntPtr SetForegroundWindow(int hWnd);

    ...
  2. Replies
    3
    Views
    4,215

    Set another application focus

    Hi,
    I'm try to set another application, outside myapplication, as focused window.

    Can someone gimmy some help? I've allready tryed something like this
    ...
  3. Replies
    0
    Views
    2,074

    Show child window in xaml main

    I'm writing a programme in wpf. I have a main window, mainwindow.xaml and a settings window, userwindow.xaml.

    I want to load the userwindow when a user clicks on a menu item in the...
  4. Replies
    3
    Views
    932

    Re: Watch Exchange Server appointments

    Thanks I use 2007. I'll take look at it if it works out.
    Thanks i let you know
  5. Replies
    3
    Views
    932

    Re: Watch Exchange Server appointments

    Knock knock, nobody????
  6. Replies
    3
    Views
    932

    Watch Exchange Server appointments

    Hej guys,
    is there away to put a directory watch on an exchange server to monitor if any user delete's or create's an appointment?

    I'm creating a service for a windows 2003 server with exchange...
  7. Replies
    6
    Views
    2,190

    Re: Process start problem

    That doesn't do the trick as well

    Try
    objActoICM.StartInfo = New ProcessStartInfo()
    objActoICM.StartInfo.WorkingDirectory = "C:\Program Files\Acto\ActoICM\"
    ...
  8. Replies
    6
    Views
    2,190

    Re: Process start problem

    The interface is not visible on my desktop. Process is running and active in the taskmanager but the windows interface of the program doesn't come up.

    Thanks for replying:thumb:
  9. Replies
    6
    Views
    2,190

    Process start problem

    If I start a process in a service I'm writing, it starts the process as I can see in the taskmanager but it doesn't show visible.

    'objActoICM.StartInfo = New ProcessStartInfo()...
  10. Replies
    6
    Views
    5,861

    Re: Read my.settings from other vb.net program

    Yeb that's what I'm gonna do finaly, but it was so much eacher if i good read the settings from the my.settings.

    THanks anyway
  11. Replies
    6
    Views
    1,781

    Re: Retrieving Logged In vb.net service

    Yeah right, but when I use System.Security.Principal I only get "system" as name and not the logged in username.
  12. Replies
    6
    Views
    1,781

    Re: Retrieving Logged In vb.net service

    Hi Shuja Ali,
    that sollution doesn't work with vs2008 only with the 2003 version:mad: other wise I can't install the plug in
  13. Replies
    6
    Views
    1,781

    Re: Retrieving Logged In vb.net service

    Thanks, I found that one myself allready:)
    The need is that I have a machine on wich an application is running with a windows gui. But the customer wants an monitoring service wich determines if...
  14. Replies
    6
    Views
    1,781

    Retrieving Logged In vb.net service

    Hej guys,
    Is there away to retrieve the Logged In state of a machine?
    I made a vb.net service with some monitoring functions and I wanne know if a windows server or computer is logged in by a user....
  15. Replies
    6
    Views
    5,861

    Read my.settings from other vb.net program

    Hej Guys,
    I'm building a service but I need some settings from another vb.net program that I made.

    Is there a way to read the my.settings from another program so that i can use them in my service...
  16. Thread: .net.mail cc

    by Phoney
    Replies
    1
    Views
    863

    .net.mail cc

    Hej you guys,
    Does anybody know how to format the cc option in .net.mail?

    If i use the code as shown, i got an error is not a valide mail adres

    Dim sAdressCC as string = _
    ...
  17. Replies
    13
    Views
    12,545

    SpecialFolder in FolderBrowserDialog

    Hej guys,
    is there away to create a new environment.specialfolder to a self created folder?
    So I can use this as a rootfolder in the FolderBrowserDialog?
  18. Replies
    5
    Views
    907

    Re: Windows service VB.net

    But where do I put my code, in the " Protected Overrides Sub OnStart(ByVal args() As String)"?

    If i do that, it doesn't do anything at all, the services is running but not fireing any of my code....
  19. Replies
    5
    Views
    907

    Re: Windows service VB.net

    Yes, I'm watching new files in folders and after one has arrived it has todo something, but I can't use a form because the program has to run on a windows server with no logon.
  20. Replies
    5
    Views
    907

    Windows service VB.net

    Hej guys,
    I'm trying to write a program as a service for windows.
    But i got the service running, but it don't execute anything at all.
    It starts running, but after one event, like place the...
  21. Thread: Process hangs

    by Phoney
    Replies
    2
    Views
    1,327

    Re: Process hangs

    Thanks shuja, this will realy help me.
    I can realy use this code.
    Greetz Phoney
  22. Thread: Process hangs

    by Phoney
    Replies
    2
    Views
    1,327

    Process hangs

    He guys,
    Is there a function how to watch a vb.net programm for not responding, like windows does in its programm's?

    I want to write a service in vb.net that watches another programm that I wrote...
  23. Replies
    6
    Views
    1,169

    Re: Unhandeld exeption when printing

    I have commment out the code you said, but it didn't solve the problem.
  24. Replies
    6
    Views
    1,169

    Re: Unhandeld exeption when printing

    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    - <avrf:logfile xmlns:avrf="Application Verifier">
    - <avrf:logSession TimeStarted="2007-05-21 : 21:12:25" PID="2348" Version="2">
    -...
  25. Replies
    6
    Views
    1,169

    Re: Unhandeld exeption when printing

    This is the error log when I use microsoft application verifyer

    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    - <avrf:logfile xmlns:avrf="Application Verifier">
    - <avrf:logSession...
Results 1 to 25 of 125
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured