Hi there,
after struggling with my code for a few hours
i finally made it .. changed the print document size in c#
its unbelievable how hard it is to find info about how to do it
Problem: Set the paper size to A4
the solution was fairly easy:
foreach (PaperSize paperSz in printDocument1.PrinterSettings.PaperSizes)
if (paperSz.PaperName.StartsWith("A4"))
printDocument1.DefaultPageSettings.PaperSize = paperSz;
Hope it will help you
Have a good one
TATA
Tuesday, March 6, 2007
Thursday, January 4, 2007
EZIRIZ - .Net Code Protection & license system
Hi there
Just gut across a very interesting .net application protection called "EZIRIZ"
I'm doing some research for the application I'm working on regarding code protection
and licensing models, i checked many applications all complicated to use and very expensive
(code protection around 1000$ and license component also around 1000$).
I just found out about EZIRIZ , installed the demo version
and it works great, its doing the job easily and quickly and only costs around 190$
for the whole package!
Also tried there support they answered immediately all my questions
Bottom line good product very nice GUI but need some touch here and there
from there web site:
"NET Reactor is a powerful .NET code protection & license system which assists developers in protecting their .NET software. Developers are able to protect their software in a safe and simple way now. This way developers can focus more on development than on worrying how to protect their intellectual property"
This is there website
http://www.eziriz.com/
that's it for now
sin ciao
Just gut across a very interesting .net application protection called "EZIRIZ"
I'm doing some research for the application I'm working on regarding code protection
and licensing models, i checked many applications all complicated to use and very expensive
(code protection around 1000$ and license component also around 1000$).
I just found out about EZIRIZ , installed the demo version
and it works great, its doing the job easily and quickly and only costs around 190$
for the whole package!
Also tried there support they answered immediately all my questions
Bottom line good product very nice GUI but need some touch here and there
from there web site:
"NET Reactor is a powerful .NET code protection & license system which assists developers in protecting their .NET software. Developers are able to protect their software in a safe and simple way now. This way developers can focus more on development than on worrying how to protect their intellectual property"
This is there website
http://www.eziriz.com/
that's it for now
sin ciao
Saturday, December 30, 2006
Google .Net Development Custom Search
hi all,
this is a .net dedicated custom search lets you search
anything you want with a context of .Net
You can find it here
c ya.
this is a .net dedicated custom search lets you search
anything you want with a context of .Net
You can find it here
c ya.
Thursday, December 28, 2006
.NETZ a great compression tool
Just gut to know a new tool for compressing my .Net dll's
"NETZ is a free open source tool that compresses and packs the Microsoft .NET Framework executable (EXE, DLL) files in order to make them smaller. Smaller executables consume less disk space and load faster because of fewer disk accesses"
I tried this tool and it compressed to 1/3 of my original project size!!!
It has some problems i still need to figure out but they are only on version 0.3.7
so there is some way to go.
Try it ...
http://madebits.com/netz/index.php
Sin Chao
Wednesday, December 27, 2006
Redmond developer news
RedDevNews.com, Web site dedicated to Microsoft development news, is now live
looked into it some nice articles not to interesting or shocking news there
but worth checking it out
http://reddevnews.com
Nice day you all
looked into it some nice articles not to interesting or shocking news there
but worth checking it out
http://reddevnews.com
Nice day you all
Monday, December 25, 2006
Here And There
Subscribe to:
Posts (Atom)