| Thread | Last Post | Replies |
|
| Newbie question | 10 Feb 2004 20:41 GMT | 11 |
I would imagine that this question has been posted a million and 1 times, but since I'm pretty new to this group, please suffer me thru one more time. My first VB.Net program runs great on my machine, but ultimately, it needs to run on one of my company's server boxes so that it can ...
|
| Slow TCP connection from IE | 10 Feb 2004 20:12 GMT | 4 |
I have a problem with TCP connections from controls embedded in HTML pages. The client-application is a (.NET) usercontrol embedded in an HTML page (viewed using IE). When the client calls: Dim client As New System.Net.Sockets.TcpClient(_hostname, _port)
|
| BeginXXX / Async IO | 10 Feb 2004 19:58 GMT | 2 |
The docs are not clear on a few points, particularly one. And considering that the excerpted Async examples on MSDN have a bad link to the master, and tha the one complete example appears to have a small bug that it wont compile (Havent tried it, but syntax in one spot looks ...
|
| System.InvalidOperation Exception | 10 Feb 2004 19:26 GMT | 1 |
Two other developers here recently installed Visual Studio and are encountering a problem with the simplest programs. If they create a second form in their app and display it (using either showdialog or showform), running it under the debugger causes a
|
| Checkboxes checked in runtime datagrid | 10 Feb 2004 17:42 GMT | 7 |
I have a complex problem. I have dropdownlists (usually 3-5) and the user selects some value from these and for each value selected, datagrids are shown to the user. I am creating the Datagrids dynamically using a loop depending on the number of Dropdownlists. The
|
| Exchange adress book | 10 Feb 2004 14:36 GMT | 1 |
Hi I'd like my vb.net program to read email adresses out of the adress book of a MS Exchange 5.0 Server installed in our LAN. It should work like this: I'm sending the name of a Person and get the correct email
|
| Windows Service and memory | 10 Feb 2004 14:36 GMT | 1 |
I use a windows service with a system.timer Every 10 secondes, it opens a oracle table with a datareader (with 0 or 10 lines) and execute POST HTTP queries So, the service start with 10 Mo of memory used After 65 HTTP posts (static function) it grows to 25 Mo.
|
| Working with Semaphores | 10 Feb 2004 14:18 GMT | 3 |
I cannot find an object for managing access to semaphores within the .net framework (I have found the Mutex and unamed Events) but nothing for semaphores or named events.... can someone point me in the right direction, or are they not supported under the dot net framework Myles.
|
| OOP base | 10 Feb 2004 11:27 GMT | 3 |
I'm programming in VB.NET and I'm using SQL Server 2000. I want to write an application based on the library. It means that with my application i will distribute the library of classes as microsoft excel or word do. I read many articles about the OOP and the n-tiers application ...
|
| DirectoryInfo.GetFiles returns only the first file name? | 10 Feb 2004 11:07 GMT | 3 |
i'm trying to get the list of files in the current directory, however it appears that GetFiles returns only the first file. the msdn says that it "Returns a file list from the current directory." what am i doing wrong?
|
| Web form error | 10 Feb 2004 07:52 GMT | 6 |
Windows Pro VS.Net .Net Framework ASP.NET
|
| Legacy clients with LoadLibrary calling services implemented in C# | 10 Feb 2004 07:41 GMT | 8 |
I would like to implement a service in C#, and I would like clients without even COM support to make calls to it. Clients have LoadLibrary support. What is my best strategy? TIA
|
| Need Configuration Handler for DLL Assembly | 10 Feb 2004 07:10 GMT | 1 |
I have a single-DLL assembly made up of multiple classes. I want to use a configuration handler, but am not sure where to look. This is not an ASP.NET application, so I can't use web.config. Thanks.
|
| How can I know if the current method is within a catch block? | 10 Feb 2004 07:04 GMT | 2 |
|
| Compilacion Nativa | 10 Feb 2004 06:02 GMT | 2 |
Buenos dias: Me gustaria saber si existe alguna herramienta freeware que genere compilacion nativa de manera gratuita para poder ejecutar una aplicacion en una maquina sin tener necesidad de tener instalado el .Net Framework
|