| Thread | Last Post | Replies |
|
| Vista Software????? | 30 Jun 2007 23:55 GMT | 2 |
Will the new version of Windows Publisher 2007 that I just bought for a Windows xp work if is "Certified for Windows Vista".???????????????? Thanks....dave
|
| WebBrowser control in .Net 3. Is it possible??? | 30 Jun 2007 22:54 GMT | 1 |
I just installed .Net 3 Framework on my computer and created new Windows Application (WPF) in visual studio 2005 sp1. Then tried to find WebBrowser control in Toolbox but couldn't locate it. I tried to add manually shdocvw.dll and tried other ways but I just can't find a way to ...
|
| How can I make Console::ReadLine accepts int? In other words. | 30 Jun 2007 16:10 GMT | 2 |
I need your help. I am using Visual C++ .NET How can I make Console::ReadLine accepts int? In other words. I know I can do this:
|
| Fire Fox toolbar with Microsoft prog languages | 30 Jun 2007 13:47 GMT | 3 |
hi all i want to make Toolbar for Fire Fox, i have search but found nothing related to the its development with microsoft technologies, is is not possible to do so with microsoft technologies VC++ or .net
|
| Remote a DataTable? | 30 Jun 2007 05:07 GMT | 3 |
I have a class that is a subclass of a subclass of a DataTable. I would like to Remote an instance of it (SingleCall), but if I recall correctly only classes that inherit from MarshalByRefObject can be Remoted.
|
| Reinstalling Windows XP from a Recovery DVD | 30 Jun 2007 04:27 GMT | 1 |
With my Toshiba Satellite A100 I got a Recovery DVD. Since there are some small errors constantly popping up, I've decided that I want to reinstall Windows. The problem is that I can't seem to do it. When I turn off the computer and run the Recovery DVD it simply doesn't start ...
|
| cutom stream | 29 Jun 2007 17:16 GMT | 1 |
I am planning to implement custom stream which will be memory stram until certain point and then become file stream if it exceed cetain size any ideas would be very helpful
|
| NetworkStream.Close() - Last bit of data not being sent | 29 Jun 2007 17:11 GMT | 1 |
This is my first post on google groups btw :) I am having an issue with the NetworkStream object. byte[] buffer = new byte[1024]; int bytesRead = 0;
|
| Help - use of PerformanceCounter for monitoring heartbeat? | 29 Jun 2007 14:06 GMT | 1 |
I have a C# .NET 1.1 application where I need to monitor heartbeat requests from an external system - the external system (which I cannot otherwise access) is going to send a message to my application on a periodic basis to let me know it is still functional, and my
|
| Best practices question ... monitoring an objects contents ... | 29 Jun 2007 13:54 GMT | 3 |
I'm using a class in my project and I'd like to determine if the any of the fields in the object have been modified since the original instantiation. For intent and purposes, the following class is typical:
|
| Native Memory leak? (Private bytes increases resulting in worker process recycling) | 29 Jun 2007 13:21 GMT | 2 |
While investigating a possible memory leak scenario in one our web services, we ran into a peculiar situation where the "private bytes" of the worker process continued to increase steadily while the .NET CLR Memory counter '# Bytes in all heaps' remained constant. Pretty
|
| directory class | 29 Jun 2007 13:13 GMT | 3 |
i've used Directory.GetFiles(path, "*.*", SearchOption.AllDirectories) method to return the files in a given path.... but i've a small concern here...whenever I give path like "d:\", i'm getting
|
| External Config Files | 29 Jun 2007 12:24 GMT | 14 |
I'm trying to share configuration information among several similar applications. I wrote a custom configSection handler and all that, and as long as the configSection lives in the app.config file everyone is happy.
|
| How to sign satellite assembly with .pfx file | 29 Jun 2007 10:39 GMT | 1 |
I have an application using strong names. VS signs the application when compiling the assembly file. After that I create localized satellite assembly files manually from my makefile. Until now I used .snk file to sign the assemblies. Using it was easy to sign the satellite ...
|
| license question | 29 Jun 2007 08:18 GMT | 4 |
I am working at a company where I am the only .net programmer. I want to be able to test sql server 2000 t-sql commands using Visual Studio.net 2005 professional version. I have read articles from Microsoft saying that you should not test on a
|