| Thread | Last Post | Replies |
|
| saving xml file to client machine | 17 Aug 2006 17:46 GMT | 1 |
Here is the scenario. I have a web application written in vb.net. One of the functionalities of the application is to save the recordset in an xml format on to the client machine. The xml file needs to be saved on the client machine
|
| A Basic Question | 17 Aug 2006 17:03 GMT | 3 |
I was wondering what the difference was between calling a method this way: SomeMethod() and this way:
|
| Are there any INTRINSIC advantages of the C# language over VB.NET? | 17 Aug 2006 14:53 GMT | 11 |
I have used VB.NET for several months. Just recently I was asked to modify some web pages that were developed with C#. Although I know that C# is much more popular, in comparing the two all of the advantages that I have come across so far lie on the VB side (correct me if I'm ...
|
| webcasting - php vs asp.net | 17 Aug 2006 13:31 GMT | 8 |
I need to develop a webcasting solution. (mostly realtime broadcast) I am considering the apache/php vs iis/asp.net. I am a MSFT guy myself (vc++, vb6, asp.net) but new to multimedia(video streaming...etc). My partner likes php due to its cost. Any comments on their performance, ...
|
| Creating and Getting list of websites/Virtual Directories | 17 Aug 2006 13:15 GMT | 2 |
after long long time. i'm back again with some questions. right now i'm developing a code that fetch the list of websites from IIS 5.0 or later and also cretes the Virtual Directory for a website in IIS 5.0 or later.
|
| VS2005 IDE problem with dispatch map in mfc ocx project | 17 Aug 2006 10:28 GMT | 3 |
I hope someone has encountered this and knows what the problem is. I've taken over an mfc ocx project and i am normally not an mfc programmer. I was trying to change settings to allow me to save the ocx in another name. While i was trying to do this something went wrong and the
|
| Random access file IO - what is wrong with this code? | 17 Aug 2006 09:33 GMT | 2 |
Problem code: using System; using System.Collections.Generic; using System.Text;
|
| Providing user feedback in windows forms | 17 Aug 2006 09:24 GMT | 1 |
I am primarily a web developer, but have to develop this windows app. It works a treat, but it has some places where it lags and some long running processes, which I want to provide user feedback to the user from.
|
| Error Writing to Event Log | 17 Aug 2006 08:41 GMT | 9 |
I am trying to write to the errorlog and I am getting the error Cannot open log for source 'Application'. You may not have write access. This is the code: Dim Logevent As New EventLog("Application")
|
| remote Debugging vs2005 - impossible to configure | 17 Aug 2006 08:38 GMT | 2 |
I tryed to configure remote debugging but when i go in the properties of the project the properties for debugging are missing I should have this screen http://msdn.microsoft.com/netframework/art/Project%20Debugging%20Properties.GIF
|
| Help with valid XPath? | 17 Aug 2006 07:29 GMT | 2 |
I am trying to parse the following xml fragment in xml file: <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
| Simple inventory system | 17 Aug 2006 05:00 GMT | 3 |
I'm a .net developer working with developing automation equipment for the sawmill industry. The main focus of our product line is mechanical and measurement equipment but our clients start asking us for an inventory system to keep track of their produced volume.
|
| Profit for C# | 16 Aug 2006 23:51 GMT | 7 |
This seems to be a good tool for profiling C# code. What do people around here use to profile C# code? Ive seen Team System for Dev is coming with an own profiler, but its far from most people affordance, so having a good free option is always good....
|
| Remoting - WIndows Service problem | 16 Aug 2006 20:04 GMT | 1 |
Sorry i am posting this again as no one seems have taken notice of this in the distributed appln forum I have a remote server which works fine. The Client ans server work with no problem.
|
| Using the form handle | 16 Aug 2006 16:15 GMT | 5 |
I'm looking for a way to bring an open form to the top. I know that is I open a form directly with form1.show() and then later, while the form is open I do another form1.show(), that I will get original form to pop to the top. But because I want to have multiple instances of ...
|