| Thread | Last Post | Replies |
|
| Repost: Silent install of .Net Framework | 05 Jan 2005 23:19 GMT | 2 |
I am trying to install the .Net framework 1.1 without seeing any GUI and specifically not seeing the licensing agreement. I am doing: dotnetfx /q:a It still asks me to agree to the licensing agreement.
|
| strange form behaviour... | 05 Jan 2005 21:53 GMT | 1 |
I am busy with a program for my pocket pc. but since it is still compact famework, I'll post this here too, because I'm very much in need for some help with this: I have one form which is my main form and has 4 option buttons and two
|
| sorting columns of DataSet | 05 Jan 2005 21:42 GMT | 5 |
Hy! Is it possible to sort columns (not rows!) of a dataset (or DataTable)? I have dataset filled with data and I want to rearange it's columns. Any ideas would be appreciated!
|
| Threadpool and thread priority question | 05 Jan 2005 19:43 GMT | 2 |
First question: I have read that you cannot change the thread priority of a thread pool thread. They always run at normal. Is this true? Second question:
|
| EventLog object in win 2000 only | 05 Jan 2005 18:06 GMT | 1 |
I am writing to Event Log by this code: if (!System.Diagnostics.EventLog.SourceExists("MyApp1")) System.Diagnostics.EventLog.CreateEventSource(
|
| Microsoft Internet Controls: .net replacement ? | 05 Jan 2005 17:56 GMT | 5 |
I am using Microsoft Internet Controls (com dll) to open up a web browser with the address bar hidden and maximised. Is there a way I can do this with the .net framework ? Thanks,
|
| Validation Expression | 05 Jan 2005 17:40 GMT | 1 |
Can someone help me with a validation to check for invalid characters in a filename ?
|
| Can anyone provide an example of how to write/install an .NET "applet" | 05 Jan 2005 16:58 GMT | 1 |
Folks: I presume it's possible to write a browser-hosted .NET "applet" much like you can write a J*va applet. To get started, it would be nice to see some sort of "hello world"
|
| Quick Questions on threading | 05 Jan 2005 14:10 GMT | 5 |
I've been toying with threads the past couple days and I was curious if anyone could answer a few basic questions. 1) I'd like to take a method call I make currently successfully, and simply throw it into a new thread to run
|
| Terminating Method Execution | 05 Jan 2005 13:39 GMT | 2 |
I have an application that calls a method that takes a considerable amount of time. In this method I show and hide forms from an object declared in the same class using 'ShowForm' and 'HideForm' methods I have written in the class. I am trying to add a 'Stop' button to allow the ...
|
| Equivalent of SIO_UDP_CONNRESET in .NET | 05 Jan 2005 12:31 GMT | 1 |
Is there an equivalent to setting socket option SIO_UDP_CONNRESET to FALSE (ignore ICMP "port unreachable" messages when sending an UDP datagram) in .NET socket class? Thanks.
|
| Advice for how to store data | 05 Jan 2005 10:44 GMT | 1 |
I'm starting to develop an application similar to an address book, task manager, etc. I'm going to develop this using C#, but that doesn't matter, my problem is another.
|
| Appdomain | 05 Jan 2005 10:26 GMT | 2 |
I am new to .net, I want to know what is appdomain and process? how they are related. how the .net framework executes the Windows application (C#)
|
| Enum conversion from an Object in VB.NET | 05 Jan 2005 06:37 GMT | 1 |
Which statement gives better performance (where obj can contain any of the CLR runtime types) 1) CType([Enum].Parse(GetType(UploadMode), tmp), UploadMode) or
|
| ASP.NET 2.0 beta. To early? | 05 Jan 2005 06:30 GMT | 10 |
We are starting our implementation of a medium scale web application. The delivery is set to last february so it is "close" the release of Net 2.0. Would it be both legal and wise to develope this web app in 2.0 beta and use final when the product going "in production".
|