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

Search:

Type: Posts; User: adam2009

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    3,144

    htaccess - no hidden redirect

    Hi,

    I have built a website with htaccess file and deployed it on two independent servers. Strangely, the httaccess worked differently.

    httaccess:

    RewriteEngine On

    RewriteCompatibility2 On
  2. Replies
    1
    Views
    1,118

    remote function with pthread

    Hi all,

    I wrote some code in c, using pthread (I configured the linker and compiler in eclipse IDE first).



    #include <pthread.h>
    #include "starter.h"
    #include "UI.h"
  3. Replies
    0
    Views
    722

    login script after rdp connection

    Hi,

    I connect remotely with rdp to a local user on WinServer2008.

    I have a batch file a.bat which I want to be run when the local user logon.

    -How do I configure that?

    -can I configure...
  4. Replies
    2
    Views
    590

    lan process communication #c‬

    Hi,

    What's the easiest way to implement lan interprocess communication ?
    I need a process on machine A be blocked until process on machine B send him just a simple string msg

    Don't know if it...
  5. Replies
    0
    Views
    557

    message passing - distributed

    Hello,

    I have 2 machines say A (with 1 process P1) ,B (with 2 process P2,P3).

    I want P1 to wait at some point till both P2,P3 reach some point.

    I'm not sure what tool and .net class I should...
  6. Replies
    0
    Views
    1,027

    WMI remote execution local admin

    Hey all,

    I have a winServer 2008 machine. I have created a new local user.
    In order to make him an admin all I have to do is to add it to the "administrators" group. right?

    now, I wrote a c#...
  7. Replies
    0
    Views
    1,164

    missing Axhost after using axImp.exe

    Hey all,

    I want to use to connect with RDP from c# code.
    I have fpund a code_Guru code that does that but need AxMSTSCLib.dll as a reference. One of this dll member is Axhost.

    I'm using the...
  8. configure number of active users c# win server

    Hey

    I couldn’t find c# code that configure the number of simultaneously active users in windows server 2008 to be greater than the default two. Do you know if such option even exist? And if so...
  9. Replies
    3
    Views
    733

    Re: Windows server programming with csharp

    many thanks.

    Unfortunately, the second link doesn't work :(

    just for my understanding...
    any windows version has different API?

    Active Directory Domain Services
    is responsible for managing...
  10. Replies
    3
    Views
    733

    Windows server programming with csharp

    Hey all,

    I'm looking for some code (c#) that setup new user automatically in WinServer 2008.

    Does someone know such code?

    Where can I find the proper WinServer2008 API for that task?
    or any...
  11. Thread: qsub

    by adam2009
    Replies
    1
    Views
    1,393

    qsub

    Hey all,

    I have a binary file, named "exe1" that receives a parameter. (I don't have its source code).
    Executing "exe1" results in creating 3 output files.

    I have a bash script that runs...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured