| Thread | Last Post | Replies |
|
| save/open | 01 Oct 2004 00:10 GMT | 3 |
I am trying to get the save/open dialog figured out. I am able open the save dialog but when I put in a file name (whatever.txt) and save the file does save with the name but it is blank. Below is what I have code so far. Dim phonestreamwriter As StreamWriter
|
| Impersonation and UNC shares in a windows service | 30 Sep 2004 23:39 GMT | 3 |
Here is my problem. I have a windows service (C#) that is supposed to move files from/to the local drive to/from a UNC share (\\domainserver\share). The service is running on a Win3k server not connected to a domain, as a local
|
| Calling a java.class from .Net | 30 Sep 2004 22:02 GMT | 1 |
What do you guys know about calling a java.class from .Net ?
 Signature http://www.texeme.com http://www.interpolny.com on Jay Leno, Oct 1
|
| menu & footer seperation | 30 Sep 2004 21:51 GMT | 1 |
Help, What is the best way in asp.net to put your menu selection and footer in a file and call them in your forms so that if you have to make a change you don't have to change each individual form. I didn't think of this the first time around.
|
| How to solve this problem using .NET | 30 Sep 2004 21:51 GMT | 1 |
Question, I'm in the process of creating a process that should do two things: 1) Connect to a webserver using an encrypted connection and then send an XML message using the HTTP POST method.
|
| Websites With Useful Tools and Addins | 30 Sep 2004 21:37 GMT | 2 |
I was wondering if anyone could recommend a Website where its possible to get useful .NET tools and addins? I tend to use quite a few tools like FXCop and Reflector but the truth is I only found out about them by luck so I'm sure there must be loads of good
|
| DDE | 30 Sep 2004 21:23 GMT | 1 |
can someone show me an example of how to use DDE. I am very new in this area. Thanks Julia
|
| Can Footer be Anchored on ASPX Page? | 30 Sep 2004 19:46 GMT | 1 |
Can footers be forced to the bottom of an .ASPX page either using #include or User Controls? I got a page that starts out displaying 3 drop down lists, one text box, 5 labels and 1 Submit Button. The goal is to initially have the
|
| video capture in Visual C# .NET | 30 Sep 2004 18:33 GMT | 5 |
Im trying to develop a Visual C# .NET app. that uses DirectShow filters to capture video from camera source. However, after going through a series of articles, I've seen that DirectShow is not directly supported in Visual C#.NET. Im wondering if there's any way to use the ...
|
| NT AUTHORITY\NETWORK SERVICE | 30 Sep 2004 17:54 GMT | 3 |
My disk was replaced and i reload all my software. I think that i named my computer best-si-01 instead of BEST-SI-01 and thats my error? Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Description: An unhandled exception occurred during the execution of the
|
| Debugging assemblies in GAC | 30 Sep 2004 17:47 GMT | 2 |
Could somebody please let me know if we there is any way to debug the assemblies in GAC through the VSNET IDE? TIA Krishnan
|
| .net com referencing | 30 Sep 2004 17:08 GMT | 1 |
What I'm attempting seems like it can be done - whether easily or not is another question. I have a .net solution that starts a couple threads and through an interface basically tests out some com+ components to make sure they're still "alive" (developed in VB6).
|
| Urgent problem | 30 Sep 2004 17:04 GMT | 2 |
I have a very strange problem on my login Page. the Page was working fine a few days back, but now does not generate post back events for controls. Ya i was able to discover one thing, it is becoz of validators, any validator
|
| Use checkbox to select items in a listbox | 30 Sep 2004 17:00 GMT | 1 |
Im very new to coding and I was wondering if anyone could please tell me how to select all the items in a listbox when a checkbox is checked, and then when the checkbox is unchecked to unselected the items in the listbox. Here is the event I would like to put this into.
|
| Log4net vs Exception Management Application Block | 30 Sep 2004 16:52 GMT | 1 |
Could anyone point out advantages and disadvantages of Apache's Log4net and Microsoft's Exception Management Application Block? I am leaning towards log4net, but I've read it can give you trouble when logging custom Exceptions derived from ApplicationException, is this true?
|