| Thread | Last Post | Replies |
|
| the resource cannot be found | 26 Feb 2004 14:48 GMT | 1 |
i'm having a very strange error When i go to a asmx file from a webservice in IIS and i do a right click-choose Browse Next error will occure Server Error in '/' Application
|
| Access Novell Drive from Windows Service | 26 Feb 2004 14:43 GMT | 2 |
Dave King wrote:
> I am writing a Windows Services using VB.net to access files on a > Novell drive. How do I connect to the Novell drive from Windows > services? |
| Programmatically adding item to explorers 'folder' context menu | 26 Feb 2004 12:43 GMT | 3 |
I would like to programmatically (from VB.NET or C#), manage items in the windows explorer 'folder' context menu (right click menu). I need an entry to be able to pass the folder path to my application. If I can configure this using the .NET framework then that would be ideal,
|
| using ITTAPI interface / determing which interfaces a dll exposes | 26 Feb 2004 10:12 GMT | 2 |
I'm trying to use the ITTAPI interface from my C# .NET Framework application, but can't seem to reference it. I add a reference to TERMMGRLib, and can see ITTerminal and others, but ITTAPI is not exposed. Both these interfaces are defined in tapi3.h, I would assume that they're
|
| Hosting the CLR Question | 26 Feb 2004 06:15 GMT | 4 |
In hosting the CLR I would like to create a new AppDomain the will be created with some "Evidence" that I supply it. I want my evidence to contain two class objects from the System.Security.Policy namespace. These are the Url and Zone classes. I can successfully create the Url ...
|
| Reference objects and simultaneous calls | 26 Feb 2004 05:19 GMT | 4 |
I'm not too clear on how method calls are handled by referenced objects. If an object is referenced in two different places and a call to the same method is called by both relatively quickly, are different
|
| framework class browser / explorer | 26 Feb 2004 04:34 GMT | 2 |
Any Recomendations on good utility that allows to search browse the .net framework class libraries You can simply share how you explore the class libraries.. Tn E.
|
| String ==> date conversions while overriding regional settings | 26 Feb 2004 01:19 GMT | 2 |
I am parsing a machine generated report that always produces a date field in the following format: MM/dd/yyyy I need to do a number of date operations in a program. All other date
|
| VS.Net 2002 and .Net 1.1 | 25 Feb 2004 22:21 GMT | 3 |
AFAIK VS.Net 2002 does NOT support .net 1.1 framework and CANNOT use 1.1 based assembhlies in its exe's. Is this correct? -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
|
| Exchange, WebDAV, .NET | 25 Feb 2004 22:08 GMT | 2 |
Current setup is Windows 2003 Server, Exchange 2003. Currently using a custom outlook form to insert various requests (bugs, new content, etc) into a public folder. I'd like to migrate this to a web-based interface so that I can insert records directly into the public folder from
|
| Managed Control Panel? | 25 Feb 2004 22:03 GMT | 5 |
Are there any examples on writing a Windows Control Panel applet using managed code? -Paul
|
| Floating point representation issues | 25 Feb 2004 20:53 GMT | 1 |
The run-time is returning weird values when I do some floating point arithmetic. For example, in the VS .NET debugger, if I try to add 0.2 (local variable of type double) to 0.1 (local variable of type double) I get 0.300000000000000004 which messes up my other calculations. The ...
|
| file transfer to sql server | 25 Feb 2004 18:55 GMT | 1 |
I have not seen any sample codes on storing files by transfering them from any source folder to a sql server database as part of a record. This involves datatype image , binary reader in web form vb dot net id I want this code to be in VB .NET vb not C+ anybody to point me to a ...
|
| How do I isolate event-generating code in a derived class? | 25 Feb 2004 18:34 GMT | 18 |
Hey all, A class of mine needs to tell the outside world when its buffer is not empty. The problem is that C# seems to force you to put the event-raising code in the base class. To illustrate, consider what I'll
|
| Make Colours Brighter or Dimmer | 25 Feb 2004 17:52 GMT | 8 |
How can you make a new Color that is a brighter or dimmer version of an existing Color? eg Color myBrighterColor = BrighterVersionOf(someColor,alterByPercentage) I can extract hue/brightness/saturation using Color calls but I can't see
|