| Thread | Last Post | Replies |
|
| Sockets and Serialization | 04 Apr 2005 01:55 GMT | 3 |
Hello, I've got a client server app that passes C# objects back and forth using TCP/IP Async Sockets and Serialization. Works great in the lab, but when I try it on a the internet or through a slower dial-up, the receive callback is not always receiving what I wrote. Analyzing ...
|
| OOP or COP? | 03 Apr 2005 23:23 GMT | 3 |
There has been some debate at my job as to whether we should use object oriented or component oriented methodologies when developing our .NET applications. i.e., A) developing generic, reusable classes that can be used/reused and inherited from in any number number of discrete ...
|
| designing a class library that uses .xsd files | 03 Apr 2005 20:42 GMT | 2 |
I need to move some code which at present is residing in some .aspx codebehind files into a separate class library. One of the functions makes use of an xml schema to create the structure for a DataSet object which is returned to the caller. Currently the
|
| .NET or .net or .Net ? | 03 Apr 2005 20:04 GMT | 2 |
Is there a guide with recommandations regarding the way the .Net is to be written? I see on the Microsoft Site both ".NET" and ".net" is used. If there a "standard" for this?
|
| Copying struct | 03 Apr 2005 18:32 GMT | 1 |
I've got the following problem: I've got two structures in different namespaces that are just the same (name, members, types,...), but - as they are in different namespaces - I just cannot copy the one into the other, can't I? Is there any way to do this?
|
| I need some help here | 03 Apr 2005 05:57 GMT | 4 |
I found this code that can solve a problem I have. It sends print direct to printer. Imports System Imports System.Text
|
| Web App with IIS | 03 Apr 2005 04:31 GMT | 6 |
I posted the following over the holidays and had one person try to help. Unfortunately, I made no progress and still need assistance: I'm a beginner and trying to learn. I have a half dozen websites that I first configured in just html. Then I converted them to ASP.Net and it took ...
|
| Determine right/left mouse click on Click/DoubleClick event | 03 Apr 2005 01:09 GMT | 2 |
I need to determine whether the user used the right or left mouse button to click an element on a form. AFAIK, there is no way to determine this from the Click (or DoubleClick) event. I currently have my form set up to have a MouseButtons instance that gets updated by the
|
| URGENT: need help installing framework! | 02 Apr 2005 21:58 GMT | 2 |
i have a c# app that needs to somehow detect if the .NET framework is installed or not and if it isnt then do a silent install. My program is very small and i would like it to remain on a cd and not have to use an installer. The target environment is an unknown and i want my .exe ...
|
| Problem with HttpWebRequest and SSL | 02 Apr 2005 16:57 GMT | 1 |
Im having a big problem connecting to a SSL site (HSBC Bank) using httpWebRequest. what i need to do is connet to the site and pass over an xml string and read the response. Im pretty sure that ive created the connection etc properly however when i attempt to do the post the page ...
|
| System.Collections.Queue vs. System.Collections.Generics.Queue | 02 Apr 2005 11:22 GMT | 1 |
Is there any need for "System.Collections.Queue" any more? OK, .Net made the mistake to start without generics, but that is fixed now. Languages without support for generics could use "System.Collections.Generics.Queue<Object>" instead of
|
| CTS and CLR Questions | 02 Apr 2005 08:14 GMT | 1 |
Dear, Microsoft Corporation The question I am asking is pertaining towards the common language runtime (CLR), and the common type system (CTS). First, Why does the common type system (CTS) define only semantics and not both syntax and semantics? is
|
| How to write files to CD-R in Windows 2000 | 02 Apr 2005 05:08 GMT | 3 |
I'm developing a special backup application in VB.NET that shall backup files to a CD-R. When the target is XP it's obvious that the IMAPI should solve the problem. But the target is Windows 2000 SP4, is there anyone having a hint how to do
|
| fatal error CVT1100: duplicate resource. type:ICON, name:1, langua | 02 Apr 2005 04:49 GMT | 11 |
I have a VS.NET 2003 Visual C++ MFC Application Project in which I added a new resource file, I then added an icon to this new resource file and did a rebuild and got the following error: "fatal error CVT1100: duplicate resource. type:ICON, name:1, language:0x0409". But the ...
|
| Is this a method to get single excecutable? | 02 Apr 2005 01:01 GMT | 2 |
If... We can get through reflection the code of everything in .net Its posible to pre-compile the CIL code to a target machine. Then...
|