Click here to Skip to main content
15,885,906 members

Comments by smags13 (Top 7 by date)

smags13 4-May-12 0:21am View    
I don't use TMS controls, and I suppose TAdvGlassButton does somehow glass effect. I'm not so sure, but you may want to check transparency settings if there is one. I remember there is a comment in class TCustomForm stating that transparency and glass are mutual exclusive to each other.
smags13 30-Apr-12 0:01am View    
I just noticed that you've posted a solution to your own question. The code you posted below looks weird to me. Have you solved your problem?
smags13 29-Apr-12 23:55pm View    
Thanks, Jack. I suppose deploying MFC/ATL distributable along with the resulting executable is required, correct?
smags13 29-Apr-12 23:48pm View    
Yes, I agree with you. That's why I asked him if it is necessary to use plain COM and API functions which is hard to write and read the codes. I thought it would be better to use plain functions of interfaces so that he would grab the idea of automation better and quicker, as he might be new to COM and Automation.

I should have pointed out that the codes is just illusion of who to use IDispatch and other interface and therefore how to automate, but it's not for any kinds of real development cases.
smags13 28-Apr-12 5:01am View    
Can you specify how you call the web service method? I haven't touched XE2, but the call should look like GetXXXXSoap.WebServiceFunction(AParameter)