First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Google Adsense Account Approval With In 4 Hours
Google adsense account with in 4 hours. Send your name,address and phone number to "earnmoney9421(a)gmail.com". I will give ur account with in 4hrs. secure and Safe Account Approval , approved directly by adsense team. ... 22 Jun 2010 11:36
MSI installer 'RemovePreviousVersions' problem
Hi, I have implemented an installer for an application that should optionally replaced. To enable removing previous versions I have activated the option as in subject. After testing it once by adding icons for the desktop symbols it worked as expected. But my next version with some software changes didn't work. ... 22 Jun 2010 10:29
HttpException error code
Hi guy, Anyone have a list of error code who return by HttpException.ErrorCode property? Anyone say ho means error code -2147467259? I need to intercept when post size it' major than 4Mb.. request are too large. thanks a lot Rick ... 22 Jun 2010 11:36
Visual Studio 2010 IDE Position
Hi all I used to work with Visual Studio 2008, now I changed to Visual Studio 2010 and there something strange in the IDE ... I have 4 Screens and I always have my solutions over two screens. In VS 2008 it remembered the window position, in VS 2010 it starts always only on one screen ... why is that and whe... 22 Jun 2010 07:11
Autogenerating documentation from the c# source code comments
Hi, I am wanting to automatically generate my documentation from my C# code comments. Specifically I am wanting to generate examples that look like this http://msdn.microsoft.com/en-us/library/ch45axte.aspx where code examples are shown for VB.NET, C#. C++, F# and JScript How do you do this and can you do th... 23 Jun 2010 20:37
Trouble with initialization vector (IV) for AES
hi asp.net 3.5 This code below gives this error: Specified initialization vector (IV) does not match the block size for this algorithm. byte[] initVectorBytes = Encoding.ASCII.GetBytes("1234567890"); byte[] secretkey = Encoding.ASCII.GetBytes("12345678901234567890123456789012"); RijndaelManaged symmetri... 22 Jun 2010 12:43
StreamReader/Writer dealing with funny characters
I am reading from an ASCII file containing addresses. Those addresses are being combined with a letter to produce a mailing. So there is reading with StreamReader (the address) and writing with StreamWriter (the address + letter assembly). Some of the addresses contain funnies like accents and what the Germans... 23 Jun 2010 05:10
Only load actually visible items?
Hi, Im building an application to use instead of the explorer thumbnail view. Lets say i have a folder with 2500 images, and at any given time i can show 25 images at thumbnail size on my screen. I have a control (PictureControl, PC) on which i have a picturebox to display the individual images, and a label for... 23 Jun 2010 23:54
Looping Through a Stucture Easy way.
Here is the easiest and best way i have found to do what you want to do. Public Struct Testing { public string t1; public string t2; public string t3; } public List<Testing> CreateTesting() { List<Testing> LT = new List<Testing>(); Testing T = new Testing(); T.t1 = "1"; T.t2 = "2"; ... 23 Jun 2010 20:37
form 'freezes'
Erivis skrev: Found it. Application.DoEvents() did the trick Erik That is definitely not a recommended action. -- Bj�rn Brox ... 23 Jun 2010 11:44
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17