| Thread | Last Post | Replies |
|
| BETA Testers | 07 Nov 2007 18:18 GMT | 1 |
Hi - Where do people find BETA testers - I have a product to test if anyone does do that at all, If not please could you let me know where I can find them TIA
|
| Installer project | 07 Nov 2007 18:15 GMT | 1 |
The MSI group seems a bit dead, so I hope nobody minds me posting this in here where I assume somebody has experience? How do I add CommonApplicationData as a special folder for my installer project to install into? I want all users to share a specific file.
|
| Thread local storage... | 07 Nov 2007 18:13 GMT | 6 |
My dll uses Thread Local Storage because of Open MP. Is there any workaround on how this dll, can be called from .NET? What changes would be neccessary? Will that be addressed in VS2008?
|
| Hyperlink column? | 07 Nov 2007 18:09 GMT | 2 |
I have a bound Datagrid in my Windows Application. Is it possible to have one of the bound columns in the grid behave as a hyperlink, so that when clicked, it opens up a new window with some info? Any pointers/suggestions?
|
| Capturing Syslog messages on port 514 using CSHARP/VB.NET | 07 Nov 2007 18:04 GMT | 1 |
Hey guys, I have a netscreen firewall which is configured to forward syslog messages to port 514 of my machine (specific ip on the network) and I am really puzzled as on how to capture these log messages using CSHARP/
|
| GetForegroundWindow doesn't work on xp | 07 Nov 2007 18:00 GMT | 4 |
I can not get [ DllImport("user32.dll") ] public static extern IntPtr GetForegroundWindow(); to work on windows xp, I always get null. It works fine on vista, I
|
| SqlAdapter, dataset | 07 Nov 2007 16:38 GMT | 5 |
i have a proc (sql server) i want to send back 3 selects from 1 proc....any examples of how to do this Tks Analizer1
|
| No me funciona el log4net y nunit | 07 Nov 2007 16:21 GMT | 1 |
hola, que tal? instale v2.4.4 de nunit pero me sigue sin funcionar el log4net tengo que configurar algo para que funcione? Desde ya muchas gracias
|
| aspx migration | 07 Nov 2007 15:55 GMT | 1 |
I have a project that was developed under BDS2006. Can I just copy the aspx file and rewrite the codebehind in c# (assuming that the controls are the same ones used)? I am trying to save time in the design of the site.
|
| Change GridView data before display | 07 Nov 2007 15:35 GMT | 1 |
I am binding a database table to a GridView control. This table has an enumeration in it. I would like to change the text displayed for each enumeration value to something that is a little more user friendly. What is the easiest way to accomplish this? Is it just to loop ...
|
| C# ASP.NET DataGrid and UID | 07 Nov 2007 15:35 GMT | 1 |
I have an interesting problem. I need to create a page that has a few text boxes for info like name, address, etc. Also on that page will be a datagrid that allows for dynamic insert (via footer). The data from the datagrid will be in tblActivities and the info (name, address, ...
|
| Winform calendar control | 07 Nov 2007 15:02 GMT | 3 |
I am looking for a free outlook-style schedule control, to put it in a winforms application. Could anybody recommend one please? Thank you!!
|
| generics + inheritance | 07 Nov 2007 14:28 GMT | 5 |
Does anyone know how to get round this problem? using System; using System.Collections.Generic; using System.Text;
|
| Getting an Image from webBrowser.DocumentStream | 07 Nov 2007 13:31 GMT | 2 |
Hello group, I am working with images on a website which uses cookie-based authentication. I would like to programmatically download and save the image. I am using a webBrowser rather than a HttpWebRequest because of
|
| Presenter First Design Pattern | 07 Nov 2007 13:00 GMT | 3 |
I have just started to rewrite my application using the Presenter First Design Pattern to make sure my business logic is not in the Gui itself. I've got the general idea but I'm a bit unsure as to how I should be launching a dialogue window from my main application window.
|