| Thread | Last Post | Replies |
|
| Fake USA passports for sale, fake Australian passports for sell, fake Belgian passports for sell | 26 Feb 2010 15:54 GMT | 1 |
Our team is a unique producer of quality fake documents. We offer only original high-quality fake passports, driver's licenses, ID cards, stamps and other products for a number of countries like: USA, Australia, Belgium, Brazil, Canada, Italia, Finland, France,
|
| DateTimeFormat.MonthNames contains 13 items??? | 25 Feb 2010 15:01 GMT | 5 |
Hmz... I just found a little article on the Daily WTF and tried one of the samples. And then I found that DateTimeFormat.MonthNames is actually 13 long... WHY?!
|
| CreateProcessAsUser horror,... | 25 Feb 2010 13:25 GMT | 1 |
for whatever reason (and i am about to go nuts!) this signatures dont work. Either i get a access violation error or wrong parameter exception. Could someone please help me and tell me what the hell is wrong here
|
| Any good code obfuscator? | 23 Feb 2010 05:25 GMT | 5 |
Here are what I got currently: PreEmptive Dotfuscator, Community Edition PreEmptive Dotfuscator, Professional Edition XenoCode, Enpterise Edition
|
| code encryption (dotfuscation) | 23 Feb 2010 05:07 GMT | 5 |
which is the best reasonable price tool for code encryption / dotfuscation? I found that the dotfuscator community edition only rename method names but does not encrypt actual implementation. If someone can share from their experience it will very help.
|
| SystemParametersInfo | 18 Feb 2010 12:03 GMT | 1 |
I am trying to look high and low on this issue. I know that we can use DeviceInfo to get the UUID, however, I was also trying to get the UUID using SystemParametersInfo.. I get 1439 Win39Error. I dont know what is wrong with it as the documentation in MSDN on this is only one ...
|
| GDI DrawLine | 17 Feb 2010 18:22 GMT | 1 |
Re all, I draw an user control where I draw a grid and then allow users to zoom and pan and rotate it. When I zoom-in I noticed that the line thickness grows also but I would like
|
| Why am I getting a "TypeLoadException" | 17 Feb 2010 01:43 GMT | 2 |
I have a fairly simple console app (.exe) in C# which runs fine in WinXP (32 bits) but under Windows Server 2008 (64 bit) I get the following error very early in the life of the app: System.TypeLoadException: Method 'MyMethod' in type 'MyClass' from assembly
|
| Binding a generic List to GridView | 15 Feb 2010 12:55 GMT | 6 |
sorry for crossposting, it's getting late in the evening here in Europe :-( I have a little problem binding a generic list to a GridView. The List gets filled with data from textboxes (via properties in class Person, see below) and I
|
| Windows 7 64 bit and IO.Ports.SerialPort | 14 Feb 2010 10:47 GMT | 5 |
Is anyone using the IO.Ports.SerialPort object successfully under Windows 7 64 bit? My PC crashed and in the rebuild I moved to 64 bit Win7, and now an app I had running successfully for quite a while (probably a year) on 32 bit Vista now does not work on Win7 64 bit. I get ...
|
| Security error | 14 Feb 2010 10:42 GMT | 1 |
I installed my web site onto a newly installed version of Win Server 2008 and am now getting a "System.Security.Policy.PolicyException" trying to access any page. The error is "Execution permission cannot be acquired" but more specifically, it's related to the ...
|
| GDI problem | 14 Feb 2010 10:02 GMT | 3 |
I have a small (hopefully) problem... I defined an user control that in the Paint overriden method does the following things: protected override void OnPaint( PaintEventArgs e ) {
|
| How to install .net FW 3.5SP1 on a server without intertnet access | 14 Feb 2010 03:23 GMT | 2 |
How to install .net FW 3.5SP1 on a server without intertnet access. Because, it seems to be the installer looking for internet to download the sub components like FW 2.0SP2, 3.OSP2 etc. 2. I am seeing issues even when the server has internet access and WU
|
| "0 bytes loaded from System" | 12 Feb 2010 21:08 GMT | 3 |
I work for a company that sells .NET software and have recently been tasked with handling support issues to do with our update system, which I wrote. Since the updater is the first thing that runs when the desktop icon is clicked, I also get unrelated issues, and one that has
|
| Trouble binding a UDPClient | 11 Feb 2010 19:06 GMT | 3 |
I’m trying to use a UDP socket, but it isn’t working. Here’s stripped down code of what I’m trying to do: public void BindASocket() {
|