First you need to create memeory dc using current machine's DC which you can get from OnPaint() input parameter. Second,you need draw the contents from your memDC to current machine's dc. It should be ok then.
Hi,
The problem is I don't know how to set the permission to this user. I guess maybe there are two ways need to do , one is setting acrodist.exe security, another way is ASP permission setting. Could you please give me an idea?
Thanks a lot!
Vicky
Yes,I have registered this dll. In fact, I called this dll by another exe file,it successed! It only failed by asp way. So I thought it must security problem. Becuase the user will be different from current machine's user if we call the dll by asp.
Thanks reply,
Vicky
Hi,Everyone
I met a problem maybe someone have experience with it.
I tried to call acrobat distiller to convert .ps file to pdf file. It show excute failed. If I tried using VB,it successed! So I think maybe asp user doesn't have right access to the distiller. Anyone know how to set it...
Hi,Everyone
I met a problem maybe someone have experience with it.
I tried to call acrobat distiller to convert .ps file to pdf file. It show excute failed. If I tried using VB,it successed! So I think maybe asp user doesn't have right access to the distiller. Anyone know how to set it...
Yes,you are right. I can get the value through this way.
But another problem happened,the value is a string which is mixture of correct result and some other string such as "BPPA&(*7(*%&^%*&^*(" . It should be "BPPA"
Do you know what's wrong with it?
Tks,
Hi,pals,
I met a problem when I tried to get output string by calling a oracle stored procedure by ADO. The stored procedure is right by testing. Following is asp code,please help me check what's wrong with it.
cmd.ActiveConnection = objConn
cmd.CommandText =...
Hello,everyone
I met a problem when I tried to get return string by calling stored procedure in c++. Following is the code,please help me check what's wrong with it.
if(!prepareDBProcess()) return false; //this function will make connection with database,and set command properity
char...
The code is:
If( isNull(recordSet("name")) then
response.write "no name show"
else
strCurName = recordSet("name")
end if
when the field is null, should write "no name show".but it didn't. it went to...
Hi,
I tried to judge the value I get from database is null or not.I used many expressions to try it, but no use. anyone know it?
the expression is recordSet1.fields("id")
If IsNull(expression) Then
If expression = "" Then
if len(expression) = 0 Then
if...
Hi,
I'm a new Web page maker.I met a simple but boring question.
When I access data from database,I found if some fiels are null, it will throw a exception. Could anyone tell me:
1. how to judge if a number field in Oracle is null or not?
2. how to judge if a string field is null or not?
3...
Hi,
I'm a new Web page maker.I met a simple but boring question.
When I access data from database,I found if some fiels are null, it will throw a exception. Could anyone tell me:
1. how to judge if a number field in Oracle is null or not?
2. how to judge if a string field is null or not?
Tks,
if do so,how can I make sure every items in the form keep previous value? Should I make it myself or use some character of IE(I don't know) when the form loading?
really appreciate your help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.