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...
User Profile
Collapse
-
Unicode to non unicode conversion problem
-
hi,
The code is in VBA. Unicode characters are being referred.... -
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... -
thanks for reply..
can we implement non recursive quicksort ie iterative quicksort??...Leave a comment:
-
Thanks for reply but i m creating macro for excel. Is there exist any another way to avoid too many recursion?...Leave a comment:
-
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... -
santhescript01 started a topic The Remote server returned an error :(407) Proxy Authentication Requiredin .NETThe 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... -
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!
No activity results to display
Show More
Leave a comment: