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 sdk > june 2006

Create new Windows user
Posted by EPSiLON at 6/28/2006 11:00:02 AM
Hi, I'm creating an app for an Internet Point in an Hotel (I've installed Microsoft Shared Computer Toolkit). For each new check-in I would like to create a Windows user (for example, id+<room number>), and delete it just after the customer check-out. Is there any function to do it (create ...more >>


Graphics -> Bitmap
Posted by David Thielen at 6/25/2006 9:34:02 PM
Hi; If I have a Graphics object and want to get a Bitmap object that is what is drawn in the Graphics object - how do I do that? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com ...more >>

.NET 2.0 Process.BeginOutputReadLine issues
Posted by dberlin NO[at]SPAM deadpirate.com at 6/19/2006 3:26:26 PM
Hello, I hope this is the correct place to post this question, please let me know if I am wrong. When performing an asynchronous read of the standard or error output from a command line utility in .NET 2.0 with BeginOutputReadLine and BeginErrorReadLine of the System.Diagnostics.Process cla...more >>

get canonical filename?
Posted by David Thielen at 6/15/2006 9:11:17 AM
Hi; How can I get the canonical version of a filename. For example, if I pass in c:/windows/fonts I get back C:\\WINDOWS\\Fonts (how it is on my system). -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com ...more >>

Design Time at Run time
Posted by PGC at 6/15/2006 12:00:00 AM
I need the user to be able to move & resize a control (a label) at run time. Is it possible to set the control as being in designmode, to use the built in design code rather than having to re-write this functionality myself? ...more >>

GetWindowsDirectory() in .NET
Posted by David Thielen at 6/14/2006 2:03:02 PM
Hi; What's the managed code way to get GetWindowsDirectory()? And if I want the fonts directory, is it safe to always just add "\fonts" to it? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com ...more >>

installation sdk
Posted by Nico at 6/12/2006 4:50:25 PM
I have successfully installed the framework 2.0 sdk, but I don't know how to use the new files. Can anyone explain it to me? My program I made still uses 1.1 and I can't get it to use 2.0. Kind regards, Nico. ...more >>

Can I add Toolbox descriptions for user controls?
Posted by TomS at 6/9/2006 8:36:01 AM
I'd like to add a Toolbox-visible description to a user control I created. (If I select MSFT provided controls, like listbox, I get a version number and a description like "Displays a list from which the user can select items".) How do I do add a description for a control that I've created? ...more >>



Getting and chaning File Summry information
Posted by Hiten at 6/3/2006 5:14:01 AM
Hi, I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such as "Author,Title,Rating" etc. Is there a way to get and change these information using .NET libraries? Sample would be a great help... Thanks...more >>

Playing multimedia files in Windows Forms
Posted by rjoubert at 6/1/2006 7:17:02 AM
I had a little downtime and was doing some exploring. I found out that there's a very easy way to play a WAV file in your Windows application. All you need is the following 3 lines of code: Dim sp as New System.Media.SoundPlayer sp.SoundLocation = [full path or URL to the WAV file] sp.Pla...more >>

ASP.NET 2.0 With Visual Studio 2003
Posted by Dhwanit Shah at 6/1/2006 6:02:01 AM
Hi, I have one question regarding ASP.NET 2.0. Question : If i want to use ASP.NET 2.0 along with .Net Framework 2.0 and Visual Studio 2003 then what shud i do ? Actually i want to use ASP.NET 2.0 with the help of Visual Studion 2003. If anyboby is having an idea please reply back to me....more >>


DevelopmentNow Blog