Search:

Type: Posts; User: Duyetnv

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,575

    I wan write a function in Activex which following...

    I wan write a function in Activex which following desire

    Byte[] signData(Byte[] datain , int len)

    datain is array of Byte and Data out is array of Byte too
    how to do it ?
    thanks you very...
  2. Replies
    2
    Views
    1,575

    Pass Param out in Activex

    i write a axtivex control . this control has a fuction (Ex: SignData Function) and I want pass Data block which is result of this fuction out as a variant . but i can't do it . please suggest a...
  3. Replies
    16
    Views
    99,621

    this is a very simple method

    this is a very simple method


    public: void ToCString(CString* outputString)
    {
    if(outputString == NULL)outputString = new CString();
    outputString->Empty();
    ...
Results 1 to 3 of 3