Insert data in Edit box

  • 14 years ago

      Hi, I got the belowing code and I am not a C# programmer.I need to insert data what I get from pointer  in Edit Box.

    Please help me. 

     

                 SafeArrayAccessData(sa, (void **) &bstr);
                int nLines = sa->rgsabound->cElements;    // number of lines
                for ( int i = sa->rgsabound->lLbound; i < nLines; i++ )
               // wprintf(L"%s", bstr[i]);


                SafeArrayUnaccessData(sa);

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The trouble with programmers is that you can never tell what a programmer is doing until it's too late.” - Seymour Cray