Thanks Folks,
Looking at sharpdev there are a lot of projects available.
Finding what I need may well take me some time. Many thanks, I'll search and let you know if I can actually get to what is required.
OK.
The pointer is there for me - skating uphill is unfortunately my lot at the moment. Many thanks for your reply. If I can find the way to do it, I'll mark you as "friendly and helpful"!
Thanks for your very prompt reply - What I am after is the .net com object that does the job. I can take care of the deployment. The canonicalize is in .net with XMLDsigC14NTransform, passing the transformation back. I cannot do this in VB6 without the COM. I do not have a .net environment to...
I need a COM DLL which I can use in my VB6 project - can anyone help?
a) I wish to pass an XML String to the object
b) This should then be canonicalized (xmldsigc14NTransform)
c) The canonicalized form of the string should then be SHA1 hashed to produce the digest.
d) The hash should be Base64...
I have a requirement to Canonicalize the Body Tag of an XML Document, in order to SHA1 Encode, and produce a BASE 64
Digest for the document. Can anyone give me a pointer to how I can do this in VB6?
I would break the application down into discreet areas of activity, so that you can then group the sub-options in a logical way.
For example, The application may have File Maintenance,
Customer Care, Reporting, etc
Within each of the Main options, group the Options that best fit within the...
On your click event - check the value of each of the First
Boxes.
If any one is Checked then uncheck the 7th box.
eg:
dim I as integer
dim isChecked as boolean
for I = 0 to 5
if chekQ5(I).value = vbChecked then isChecked=true
next
if ischecked then...
I have found an article which will be of interest
http://www.ml-consult.demon.co.uk/foxst-11.htm
API Call checks that the process is running.
Maybe in a Timer you could continue to check for the running exe
Hope this is of help.....
Thanks for that, but this is the nub of the problem for us.
The document is opened using wordapp.
However, we present the document as "Protected", and we don't want to force the users down the line of "unprotect"/
Choose the appropriate printer/Choose Paper Type etc.
We would like to set the...
We have an application which generates a Word Document, which more often than not requires printing to a text rather than Laser style printer.
We can print quite happily in the office.
We deploy the application, and the printing goes to pot -
Pagination and margins!
Is there a way
a) that I...
We are trying to open and manipulate an attachment on a
groupwise e-mail. We appear to get a MAPINNNNN Number for the attachment, but then cannot open it - almost as if the
MAPI Address cannot be found.
Any Ideas please....
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.