| Thread | Last Post | Replies |
|
| Install-time code generation... | 05 May 2004 13:51 GMT | 2 |
I have read several things that have referenced Install-time code generation, but I can not find anyway to enable this. Can anyone give me some help on this and what the advantages would be?
|
| Which .Net type to use for a simple business entity ? | 05 May 2004 12:58 GMT | 1 |
Does anyone have any advice on which type to use for a business entity in the following situation.. If I want to populate a form with Employee details (windows or web) , I will get a business entity from the Employees class and use that business entity to fill all the textboxes ...
|
| Can Someone Change My Mind About .NET? | 05 May 2004 09:19 GMT | 24 |
I come from the world of C++ programming, and I'm used to writing programs that are actually executed by the CPU, and that run with some semblance of performance. I have taken the time to explore this .NET thing, and found that not only do .NET applications run extremely ...
|
| Changing a DataAdapter connection | 05 May 2004 07:55 GMT | 3 |
Hello group, I have several servers hosting SQL databases. On each of them, I have several databases. All those databases have the same structure (even those on different servers), only the data changes.
|
| memory mapped file | 05 May 2004 07:53 GMT | 1 |
Hi, I don't seem to find any c# methods for memory mapped file. Does C# have any? Or it is using different name? Thanks. Jan
|
| System.Net.Sockets | 05 May 2004 07:43 GMT | 3 |
How can I open more then one connection? Let's say open http://www.yahoo.com then extract all of the image URLs so we can download them. But don't rely on a single connection. I really need some help here... =)
|
| Win API Wrapper: How to write them? | 05 May 2004 06:33 GMT | 1 |
I have about 5 to 10 API from a vendor and they don't supply VB warpper for it. How hard is it to write a wrapper for VB. Is there a sample code just to write one simple API? Thanks.
|
| how to get the type of a textbox | 05 May 2004 05:01 GMT | 5 |
how can I get the type of what was entered into a textbox? I want to validate the user inputs, so I would like to know if what the user entered was a number or not. thanks,
|
| Network access from c# code (called from ASP.Net) | 05 May 2004 02:53 GMT | 4 |
We have a web application written in ASP.Net that calls an external C# program (.exe). This C# program needs to access data from a different server and is not able to do so. We use impersonate in the web config for the ASP code to be able to access the network and it is ...
|
| Win Form newbie question: how to create a VS.NET Properties-like form? | 05 May 2004 02:52 GMT | 2 |
I have the need to create different WinForm controls inside a Dialog at runtime in order to collect data, sort of like VS.NET Properties Dialog box(a two columns table). The first column is the prompt. Second column hosts the control(e.g. RadioButton, CheckBox,
|
| Code to download word documents to a Mac via web - MVP? | 05 May 2004 02:36 GMT | 1 |
We are having problems getting a Mac with IE to download Word documents from our web site using the code below. Any tips welcom Response.Clear( Response.ContentType = "application/x-unknown Response.AppendHeader("Content-Disposition", "attachment; ...
|
| Unlocking a file | 05 May 2004 00:24 GMT | 1 |
I have searched high and low for the answer to my question. I expect that it is right under my nose but it has come time for me to ask anyway. Is there a way to force access to a file on a computer that has been locked by a VB.NET program that is running on another computer I ...
|
| How to receive Operating System messages? | 05 May 2004 00:19 GMT | 1 |
I am looking this for a long time now I have a Windows Form in C#? I opened another window (of other application) or MS Word Document If user closes the document and other window is there some way to trap this event using windows API How do C# Form comes to know that the document or ...
|
| Visual Studio .NET and Visual Studio 6.0 | 05 May 2004 00:10 GMT | 1 |
In continuation with my previous thread regarding possibilities of compiling in Visual Studio .NET environment and linking using Visual Studio 6.0, I had one more question. I got some replies stating this would not work well. I was wondering if I am building plain Win32 ...
|
| Win2003 won't run my application | 04 May 2004 23:33 GMT | 9 |
I have a Win2003 server where I installed my VB.NET application, built with VS.NET 2002. My main application crashes before the first line of my code is executed with this error: "Memory at location ... could not be read."
|