| Thread | Last Post | Replies |
|
| General question | 03 Sep 2004 20:04 GMT | 1 |
It appears that I do not have .Net Framework installed on one of my PC's. Is that possible? If that's true, do I need to install it?
|
| how can I change the system current date (time) using c#? | 03 Sep 2004 16:15 GMT | 1 |
how can I change the system current date (time) using c#? thank you George
|
| Deploying MFC? | 03 Sep 2004 14:32 GMT | 3 |
This ones a bit tricky to explain, but I'll do my best!... I am writing a plugin using c# for a commercial app. My plugin uses the NGraphViz graph rendering library. On my test machine, I'm getting an error saying that the "NGraphviz library cannot be found", despite the DLL being
|
| dataview find method return value is not zero indexed? | 03 Sep 2004 10:03 GMT | 2 |
it seems the find method is returning 1 for the first row (instead of zero)? is this a known thing? the doc sez "The index of the row in the DataView containing the sort key value
|
| MSI logging | 03 Sep 2004 08:22 GMT | 1 |
Does anyone know a way of outputting logging information from an MSI? and redirecting the event logging to the log. I have a third party custom action (well biztalks custom action) and I want to redirect the output from that to the same log file?
|
| Redirecting Console Output to Windows Forms | 03 Sep 2004 06:57 GMT | 1 |
I Have a console component or a C#.Net class library that has some methods and displays the output only to Console. I Have another windows forms where i'll create a instance of the above said component and call the method. Here i have to redirect the output
|
| Open pst file in VB.NET | 03 Sep 2004 06:04 GMT | 1 |
I've seen several posts with this query but no answers or replies. Is there any easy way of opening a pst file in VB.NET? I can't find anything on the net other than connect to the default Outlook file. I need to open a personal file folder pst. Any ideas?
|
| threading examples? | 03 Sep 2004 01:16 GMT | 3 |
I have been using VB .net since it came out, on the PC framework and the Compact Framework, but have never had to use threading before. I now have to write a 'thread' to monitor and display 'progress' on a job that takes 10 hours to run. I have looked at (and piondered at length!) ...
|
| Help with Run-Time Check Failure #0 | 02 Sep 2004 22:08 GMT | 2 |
I am not sure where to turn, I have dropped a message in microsoft.public.dotnet.framework.interop with no response. Can someone point me in the right direction? Can anyone tell me why my function:
|
| Session data is being shared across multiple sessions | 02 Sep 2004 19:27 GMT | 4 |
Problem: Data is being shared across multiple sessions in ASP.NET! Does anybody come across this kind of situation where session data or view state data is being shared across different sessions? is it a bug in ASP.NET? or is it some thing i have to take care programatically when ...
|
| Dispose method on RegistryKey class | 02 Sep 2004 17:35 GMT | 2 |
If you look up the RegistryKey.IDisposable.Dispose Method in the MSDN documentation (http://tinyurl.com/4rxra) it states the following: "This member supports the .NET Framework infrastructure and is not intended to be used directly from your code."
|
| Asynchronous Socket Server and CryptoStream | 02 Sep 2004 17:31 GMT | 3 |
I have seen how to use the CryptoStream with the TCPClient class for synchronous connection to a socket server. Is there any way to use the Crypto classes with asynchronouse servers that use BeginReceive to read data?
|
| Inherits Object not able to be cast | 02 Sep 2004 17:08 GMT | 6 |
I know the subject line is a little confusing, but I always try to use words that are searchable for anyone else having a similar problem. Here's what I've got... I'm retreiving an XML string from a Web Service that represents a serialized
|
| VC++.net Training Chennai,India | 02 Sep 2004 16:52 GMT | 1 |
Is there's a Training for VC++.net available in India? it will be nice if it is in Chennai or Bangalore.
|
| datalist issue | 02 Sep 2004 16:40 GMT | 2 |
I have a datalist that will always return 2 records. The first record should be called "Latest Edition", the second "Previous Edition". How can I identify which is which in the .net code and replace have this label show up correctly. Below, I have hardcoded in "Latest Edition"..
|