User Profile

Collapse

Profile Sidebar

Collapse
santhescript01
santhescript01
Last Activity: Mar 29 '08, 02:26 PM
Joined: Oct 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Unicode to non unicode conversion problem

    Unicode to non unicode conversion problem

    --------------------------------------------------------------------------------

    Hi All,

    I am using C dll in macro which converts Unicode data to 8 bit encoding data
    [code=vb]
    ' Prototype of C function.
    ' extern "C" int _stdcall Uni2Eni(wchar_t * uni, unsigned char * eni, int size)

    'Here is the function where creating...
    See more | Go to post
    Last edited by debasisdas; Feb 28 '08, 03:13 PM. Reason: added code=vb tags

  • hi,
    The code is in VBA. Unicode characters are being referred....
    See more | Go to post

    Leave a comment:


  • santhescript01
    started a topic Problem with find and replace macro

    Problem with find and replace macro

    Hi everyone,
    I got a macro that performs a find and replace function on a text.It's working fine but for some unicode character it replaces with weird character despite of original text character.


    Code snippet given below::
    [CODE=VB]
    Selection.find. ClearFormatting
    Selection.find. Replacement.Cle arFormatting
    With Selection.find
    .Text = findeditcontrol .Text
    .Replacement.Te xt = replaceeditcont rol.Text...
    See more | Go to post
    Last edited by Dököll; Dec 27 '07, 12:42 AM. Reason: [CODE=VB] tag...

  • santhescript01
    replied to Out Of Stack Problem
    thanks for reply..
    can we implement non recursive quicksort ie iterative quicksort??...
    See more | Go to post

    Leave a comment:


  • santhescript01
    replied to Out Of Stack Problem
    Thanks for reply but i m creating macro for excel. Is there exist any another way to avoid too many recursion?...
    See more | Go to post

    Leave a comment:


  • santhescript01
    started a topic Out Of Stack Problem

    Out Of Stack Problem

    Hi all,

    I am creating a macro that performs sorting. I am using quicksort algorithm. It's working fine for data below 5000 but as soon as data exceeds beyond it, it shows Run-time error - 28 out of stack.
    Is there any way to avoid too many recursions?
    Please help me out.

    Below is sample code::
    [CODE=vb]Sub RecursiveSort(B yVal llow As Long, ByVal lHigh As Long)
    Dim lStart As Long
    Dim...
    See more | Go to post
    Last edited by Killer42; Dec 17 '07, 07:15 AM. Reason: Added CODE=vb tag

  • The Remote server returned an error :(407) Proxy Authentication Required

    Hi All,
    I have an windows application created in C# &it is running fine on several of our customer.
    It does a httpWebrequest in the background.
    Everything was working fine but some customer are facing
    "The Remote server returned an error :(407) Proxy Authentication Required "


    {
    WebRequest request = WebRequest.Crea te("http://TServer.com/WebForm2.aspx") ;
    string...
    See more | Go to post

  • santhescript01
    started a topic High page File usage??
    in .NET

    High page File usage??

    I have a window application that uses ActiveX browser component for testing web site automatically using mshtml.
    Though application is running fine but there is abnormally high page file usage.
    The Maximum PF Usage often rising as high as 2 GB.
    How to reduce this page file usage & reasons behind this high page file usage?
    Anyone can help me out? Thank you very much!
    See more | Go to post
No activity results to display
Show More
Working...