| Thread | Last Post | Replies |
|
| Embedding a resource at runtime | 07 Jun 2006 18:27 GMT | 12 |
Hi there. Does anyone know if it's possible to embed a new resource into an assembly at runtime as well as update an existing (assembly) resource. Any assistance would be appreciated. Thanks.
|
| Emitting a Generic Type that has a Generic Base Class | 07 Jun 2006 17:14 GMT | 1 |
Hey... I dont know if its possible but i'm trying to emit a class that would look like this The Base class commes from the code: public class BaseClass<T>
|
| DataGrid/DataSet programmer help is needed | 07 Jun 2006 16:46 GMT | 5 |
Hi there, Until today I was working with listviews... but now i need to start working with the DataGrid object to show data from my SQLMobile tables. I would really appreciate if someone could contact me on MSN messanger:
|
| Setup file looking for wrong .NET framework. | 07 Jun 2006 16:20 GMT | 2 |
I had v1.0, v1.1 and v2.0 of .NET framework installed on my laptop and that was causing me a lot of grief. So I uninstalled v2.0 and pressed on with developing stuff in v1.0. Everything was great. I wrote a whole application. After completion I added a setup project. The setup
|
| Referring to Session in a Class | 07 Jun 2006 15:44 GMT | 1 |
Trying to use Session(vars) in a Class so I can persist their access across, mypages for the session. File is Class1.vb In a WebForm 'Session' is available but in a Class it is not I have to precede 'Session' with
|
| DefinePropery with instance keyword... | 07 Jun 2006 15:43 GMT | 3 |
Is it possible to Define a property with the TypeBuilder and having the IL code definition use the instance keyword... seems like code generated with the compiler shows this keyword and when i build my own types they dont have this keyword...i use Reflector to check that the ...
|
| DataGridViewComboBox: Displaying drop down list on Mouse click | 07 Jun 2006 14:47 GMT | 2 |
Hi! I having two DataGridViewComboBox columns in a datagridview. I am trying to display the drop-down list when the user clicks in the cell or the drop-down arrow (I am not sure if either is possible).
|
| Local Report with Object DataSource: BindingList in Table? | 07 Jun 2006 13:32 GMT | 1 |
I'm using VB.NET 2005 with a Local Report, and I used an Object as DataSource. The problem is: this Objects contains a Generic List (MyArticles, Inherist from BindingList), which contains other objects (Articles). I want a list of
|
| Click Once - Additional actions on file download | 07 Jun 2006 09:39 GMT | 2 |
I have an application that will be deployed remotely on tablet pc's. It uses SQL Server Express for storing it's data. I am planning on deploying the application using click once but I need to make sure first that it provides me with certain features I cannot live
|
| System.DirectoryServices and WinNT provider | 07 Jun 2006 07:47 GMT | 2 |
I am trying to clean up the remnants of an old NT4 domain and am trying to create a DirectoryEntry object referring to an NT4 group via the WinNT provider. That part works fine, but I cannot find a way to get the membership of the group. The same kind of operation works fine on ...
|
| Problem with DirectorySearcher.FindAll() | 07 Jun 2006 05:53 GMT | 1 |
I have a method which retrieves all users from Active Directory 2000. The problem is that i don't get all the users but only 1000 users. I've changed the search query limit from the AD itself to 20000 - via the Group Policy and verified also in the registry as instructed from this ...
|
| windows app to retrieve data from asp.net | 07 Jun 2006 05:44 GMT | 3 |
I have an ASP.NET Web App that generating some files in realtime and it does a bunch of other processing stuff. The user then will launch a desktop Windows App to print the files that were generated from the ASP.NET Web App. According to my research I have to either use ...
|
| what to install | 07 Jun 2006 03:15 GMT | 5 |
I have been running asp for several years and want to move into dotnet. Do they coexist? Can I just install something additional and then start with some dotnet forms, controls, etc. while I learn, while still doing some asp stuff?
|
| Bug in SerialPort Class NET 2005? | 07 Jun 2006 01:28 GMT | 4 |
Can anyone tell me if there is a known bug and possible a fix for the SerialPort Class (System.IO.Ports.SerialPort) in .NET 2005? More specificly to do with USB ComPorts?
|
| Configuration problem depending on startup method | 07 Jun 2006 00:01 GMT | 1 |
This is a little in-depth, so bear with me. I have a client application that uses the MS Config App block. Everything works as expected under normal circumstances and the ConfigManager is able to read items without problem when simply running the app.
|