| Thread | Last Post | Replies |
|
| Codedom: Adding a Button (or any control for that matter) to a Win Form. | 30 Mar 2006 21:05 GMT | 2 |
I'm looking for some simple examples of using the CodeDom. While the ones that I have found have been very helpful, I can't seem to find the following: How to add a control to a form.
|
| CLR error: 80004005 | 30 Mar 2006 19:38 GMT | 1 |
I am using Visual Studio 2005 on Windows Server 2003 (Virtual Server). All service packs are installed. I first had this problem when trying to distribute an application for testing so I then created a simple application to try and narrow down the problem but to no avail...
|
| Getting list of user groups | 30 Mar 2006 18:32 GMT | 4 |
I need to get the user groups in a machine, because i need to verify dynamically what's the name of the group "Everyone" in different windows. For example, in windows in portuguese the name of the user group "Everyone" is "Todos", so i need to know what's the name of this user ...
|
| how to embed code-behind variable into html <meta> tag | 30 Mar 2006 16:06 GMT | 2 |
Is it possible to use the <% %> tag to embed a variable from page_load into a meta tag in the aspx source? Somehow I am not getting the value out of my variable properly - probably not using quotes correctly or something simple, but after a full day of trying every possible ...
|
| Blue screen | 30 Mar 2006 16:03 GMT | 3 |
So far twice while playing guild wars my computer will stop and the screen goes blue no message just blue just installed a new video card Radeon 9800 and the drivers are new and good.Card is instelled properly I believe what could be the problem. Any help would be greatly ...
|
| Stack size problem with managed code | 30 Mar 2006 15:11 GMT | 2 |
I got stack overflow errors while using an unmanaged dll from managed c# application. When i use editbin.exe to increase stack size of app , it works. Is there a way to increase stack size of app (or most probably Clr) so that app starts with a larger stack, like using the old /F ...
|
| VB and C# code together in VS2005 | 30 Mar 2006 15:09 GMT | 2 |
I believe it is a feature in VS 2005 you can write VB and C# in the same project. It is ture if the project type is a web project. However in a libary project that compile to a DLL, once I select a language to start up, I cannot have a
|
| Asynchronous Design Pattern Using ThreadPool | 30 Mar 2006 13:07 GMT | 1 |
I've been using the original (non-event based) asynchronous design pattern using delegates. It works fine but performance wise I know using the ThreadPool is supposed to be far better, so I wondered if anyone had any examples of the best way to do this.
|
| AppSettings problem | 30 Mar 2006 09:42 GMT | 3 |
i have an app.config file in my vb vs2k5 win form project. when i try to set a different value for "DbConnectionString" and run the application i get the following error. any help is appreciated. the code i use to pull the value for "DbConnectionString" is:
|
| Does .NET support unix clients? | 30 Mar 2006 09:13 GMT | 11 |
Hi Friends, I'm planning to use .NET to develop my websites for 2007. Unfortunately I have about 5% of Mac users and about 1% of Unix users. Anyway, I cannot ignore them.
|
| Scrollbar Problem | 30 Mar 2006 08:48 GMT | 6 |
I think I'm going nuts... Put a scroll bar control on a form and in the form_load method, initialise it as follows: vScrollBar.Minimum = 0; vScrollBar.Maximum = 10;
|
| user rights question | 30 Mar 2006 03:29 GMT | 1 |
I'm currently writing a .net (VB) windows forms application that consumes a (also VB) .net webservice. The access to this webservice shall be secured by SSL and authentification - and here I encounter a problem: How can I use/retrieve the local user's credentials (user name and ...
|
| Editable drop down control | 29 Mar 2006 23:27 GMT | 1 |
Hi All; I am looking for an editable drop down control that can be used on a web page using ASP.NET. The reason I need an editable DDL is that on my web app. (using ASP.NET) I
|
| Creating Custom Controls | 29 Mar 2006 23:12 GMT | 1 |
C# Visual Studio .Net 2003 I am trying to create a custom DataGrid. I have written the code, but how do I add this to the Visual Studio toolbar? Steve
|
| Identity mapper | 29 Mar 2006 19:37 GMT | 3 |
Has anyone written or using an identity mapper design pattern in an enterprise framework? The identity mapper pattern is described in Martin Fowler's Patterns of Enterprise Application Architecture. It means that subsequent loads of the
|