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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|