0
votes
3answers
831 views
Converting EBCDIC Char to Hex values (AFP EBCDIC data)
I working with some EBCDIC data that I need to parse and find some Hex values. The problem that I'm having is that it appears that I'm reading the file in with the incorrect encoding. I can see tha …
0
votes
1answer
220 views
Using PDFsharp to open AES 128-bit encrypted files
I've been receiving pdf files that I have been processing with the PDFsharp libraries. These files where 128-bit RC4 encrypted. Now I getting files that are 128-bit AES encyption.
I'm gett …
0
votes
3answers
102 views
Parsing strangely formatted files
I need to parse a file but the data is in a strange format that I'm not familar parsing.
The data is always formatted like this. The field name is to the left and the data is right of the " …
0
votes
4answers
105 views
Getting extra HEX bytes when concatenating data files.
I'm concatenating data files, but the problem is that I'm seeing some extra bytes where the files are joined. The new file has extra bytes. I had thought this was maybe a problem with encoding. …
-1
votes
how to create Toolbar in window Application using C#
In a winforms app or a toolbar in IE / Firefox ?
…
0
votes
How to send mail from yahoo mail Id in VB.NET or C#.NET code
Here are some examples of doing a basic html email messages.
http://help.yahoo.com/l/us/yaho …
0
votes
Sending/Receiving Faxes in .NET
Rolling your own solution may not be the best thing. If you do a ton of faxing you might want to check out something like rightfax. We …
0
votes
Getting extra HEX bytes when concatenating data files.
The bytes ended up being at the end of each file....
This might be a hack but here is what I here is the solution I came up with.
Because I got two extra bytes every time I added a …
