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 framework > march 2005 > threads for friday march 4

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Hex function
Posted by Joshua Ellul at 3/4/2005 5:02:38 PM
Hi, Can anyone tell me if there is a function in C# that will return a value in Hex format? Similiar to the Hex function of vb. Regards, Josh ...more >>


Windows Installer: Registry path + Fixed path
Posted by MW at 3/4/2005 4:24:43 PM
Hi all, I have writen plugin for another application and I need to install this component in a directory where the application is installed. I am using the basic Windows Installer. I read the value from a registry to get the proper directory. The problem is that I need it to input in that way...more >>

com object with CLSID{...} is either not valid or not registered
Posted by Bob at 3/4/2005 3:45:26 PM
Hi I have VB.net that faxes text docs. On the production test machine I get the error shown below when it trys to FAX. I suspect I am missing a library ref but don't know what. The develoment machine has Office installed, the production test machine does not. The project appeared to deploy co...more >>

How do I create an object?
Posted by Jim Robertson at 3/4/2005 3:37:01 PM
Is there a way to instantiate an object whose type isn't known until runtime? Something comparable to Java's Class.newInstance()? Thanks, - Jim Robertson...more >>

Drag & Drop from browser to .net Windows app?
Posted by David Thielen at 3/4/2005 1:19:06 PM
Hi; Is there a way to drag an object (say an image) from a browser to a Windows app (ie Forms based) and when it is dropped, get the link tied to the object? -- thanks - dave...more >>

When a service really starts
Posted by Bruce Parker at 3/4/2005 1:19:05 PM
I have written a .NET Service. In the OnStart method, I am setting the Services user name and password. Has the service already obtained this information at this point and is using the existing information? Is this the right place to do this in the service's code? ...more >>

Service description
Posted by PIEBALD at 3/4/2005 10:23:04 AM
In Computer Management, in the list of services, there is a "Description" column. How do I set this for my service? (System.ServiceProcess.ServiceInstaller.DisplayName doesn't do it.)...more >>

VB.net, StoredProcedures and Parameter weirdo
Posted by Neal at 3/4/2005 5:11:05 AM
hi When Calling a StoredProc, with a Parameter, where the parameter is a list applied against an "IN" clause, eg In Code, ... mycommand.Parameters("@sP1_Id").Value = " 'A','B' " StoredProc xxxx (@sP1_Id as varchar 32) .... ...Select.. ...From ...Where SomeField IN (@sP1_Id) .... ...more >>



Conflict between .net framework 1.1 and 2.0
Posted by Tolga Tanriverdi at 3/4/2005 1:26:10 AM
I wrote my program with visual c#2005 so it s written with .net framework 2.0 but after that i take my code and compiled with visual studio .net 2003 it was working good until today. Today i deleted the .net framework 2.0 and i took this error when my program executed [code] An unhandled ...more >>


DevelopmentNow Blog