Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet faqs > december 2004 > threads for december 8 - 14, 2004

Filter by week: 1 2 3 4 5

Visual studio .net setup project and registry values?
Posted by johnny NO[at]SPAM liquidzone.net at 12/14/2004 12:41:14 PM
How can i add a programs installation path in the registry keys in a setup project? since i dont know where the user installed the program i need to set a registry key containgin a string value of the path the user chose for the program... I cant find any real documentation for this anywhere....more >>

How to I do a http post from within a webform
Posted by Phillip N Rounds at 12/13/2004 4:11:00 PM
I have a webform, from which I have to submit info to another site. Their instructions are to have a html form, with the following as the submit: <form method="post" action="http://www.theirsite.htm"> <input type=hidden name="field1" value="value1"> <input type=hidden name="field2> value="valu...more >>

ebook on Software Design Patterns (C#.NET)
Posted by Siz at 12/13/2004 2:03:07 AM
Hi, I am searching for some good free ebooks on design patterns. Looking for useful links. Regards, Siz. ...more >>

What is 'boxing' and 'unboxing' process?
Posted by Siz at 12/13/2004 1:13:02 AM
Hi, Can anyone explain what is boxing and unboxing processing? Thanks in advance. Siz. ...more >>

Runnig at Native speed...Dream or reality ?
Posted by main\(\){}; at 12/12/2004 8:09:17 AM
I can't ignore the speed of .NET managed applications in manipulating string, I/O and arithmetic operations. However, we can never compare the speed of a C/C++ program with its .NET counterpart when it comes to some heavy operations, like long loops, graphics, load time and many other issues. T...more >>

GDI+ performance issue
Posted by **ham at 12/12/2004 8:08:36 AM
I know that's an old dirty issue; GDI+ almost -the slowest part of the framework - has bothered many developers using it in animations. Even in managed C++ the performance is awful. Now, any dude out there does know any thing about this issue in VS 2005 + ..NET 2.0 ? Has Microsoft solved this pe...more >>

IIS on Windows XP Home
Posted by Al Wilkerson at 12/9/2004 7:13:39 PM
Does anyone know if there's a way to install IIS on Windows XP Home Edition, other than upgrading to Windows XP Professional ? Thanks, -- Al ...more >>

My Pictures and Setup Project
Posted by Charles A. Lackman at 12/9/2004 6:35:28 PM
Hello, How do I place pictures in the My Pictures Folder from a Setup Project? I do not see anything that resembles this directory inside Custom Folders within the Setup Project. Thanks, Chuck ...more >>



Terminating a thread from the main thread
Posted by Charles A. Lackman at 12/8/2004 4:33:40 PM
Hello, I have created a thread that writes data from a memorystream to the harddrive. If the user, during the write decides to cancel the operation, I call Abort on the thread. i.e. Private Sub WriteToDiskButton_Click MyThread= New Threading.Thread(AddressOf WriteToDisk) MyThread.Sta...more >>

Streaming with System.IO and System.Net
Posted by Charles A. Lackman at 12/8/2004 10:33:43 AM
Hello, I have an app that has a process bar on it and it sends and retrieves data back and forth to a web page using WebRequest and WebResponse. The stream is received from the web page and written into a memorystream then written to a file on the hard drive. When the app's start button i...more >>


DevelopmentNow Blog