| Thread | Last Post | Replies |
|
| Tool for Converting C to C# ? | 01 Nov 2007 00:32 GMT | 2 |
I know the Java Language Conversion Assistant exists for Java->C#, what is there that does the same for ANSI "C"? I have some console applications and some console/curses applications that have straigth C source that compile on a Unix platform that I
|
| Instance Scoped Settings | 31 Oct 2007 23:44 GMT | 1 |
I am writing an application that needs to be a multi-instance application. With VB.NET 2005 this is pretty straight-forward except that I can not find any information about saving instance specific settings. The idea would be to have an instance identifier passed into the ...
|
| Regex problem | 31 Oct 2007 21:50 GMT | 1 |
I need to capture /contract_info/index.asp?action=Delete&site=DB&id=17016852 from dim s as string = "<a
|
| no .NET framework 2.0 configuration utility | 31 Oct 2007 21:01 GMT | 4 |
I'm working on an XP-machine (all updates installed). I want to be able to run an application from a shared drive, for this to work you have to allow this using the .NET framework configuration utility, I only see this tool for the 1.1 version of the framework in my ...
|
| multi-key InputGesture in WPF | 31 Oct 2007 11:34 GMT | 4 |
Is it possible to create an InputGesture that is a multi-keystroke combination. e.g. like the Ctrl+E,C shortcut for the 'Comment Selection' command under Visual Studio's Edit->Advanced menu
|
| Very unefficient binary stream | 31 Oct 2007 03:47 GMT | 3 |
.NET 1.x uses very unefficient way to store binary data to a resource stream (e.g. .resources file). For example when framework stores System.Char or System.Boolean it actually serializes the whole type and the value. As the result it takes 20 to 30 bytes to store a single char ...
|
| asp.net config...why doesn't it create membership provider? | 31 Oct 2007 02:51 GMT | 4 |
So I'm reading/watching tutorials showing me how to set up roles and users via the Web Configuration Wizard. However, I constantly run into issues with it just not working. It appears that to enable all of this, it's supposed to be adding
|
| How to create a CLR DLL for Sql Server 2005? Is it just any .net class library that you can load into Sql Server 2005 or is there some special project type that I need to start with? | 31 Oct 2007 02:13 GMT | 2 |
How to create a CLR DLL for Sql Server 2005? Is it just any .net class library that you can load into Sql Server 2005 or is there some special project type that I need to start with?
|
| wpf net 3.0 Changing Colors in a bitmap | 31 Oct 2007 01:31 GMT | 5 |
because there are no news group for window presentation foundation and one has told me I can use this, here my problem: I have a bitmap in wpf for example using BitmapImage. Now I want to change brightness, Colors etc.
|
| Installing Raid drivers on XP with no floppy drive | 30 Oct 2007 21:09 GMT | 1 |
I have just upgraded to a Dell XPS 720 which arrived with Vista Ultimate installed. I can1t use half of my programs properly so decided to partition the drive and put XPPro back on until Microsoft sort out all the bugs with software.
|
| VB Assistance | 30 Oct 2007 20:11 GMT | 1 |
I am working on an assignment and need some assistance if anyone could help: Need to use a for next statement and give a value to five elements usin a one dimensional integer array value So far I have
|
| Unable to connect to Visual Studio's Localhost Web Server. | 30 Oct 2007 18:51 GMT | 5 |
et al: Using Visual Studio 2005 Team Edition on a Windows XP Professional 2002 SP2 computer. Other components are the aforementioned SDK. After installing the Visual Studio SDK (February 2007) I was no longer
|
| VS.NET 2005 solutions and projects ?? | 30 Oct 2007 18:49 GMT | 1 |
kinda confused. I have this folder called C:\PROJECTS with a bunch of projects .. some are websites, some are webservices, one is a console ap, another is a Data Access layer (I presume classes).
|
| Windows workflow foundation question | 30 Oct 2007 16:52 GMT | 1 |
I have a workflow related question. WF books typically shows samples where the workflow directly shows user interface to the user. I want to have a smart client and a n-tier architecture. According to http://msdn.microsoft.com/msdnmag/issues/06/12/ServiceStation/fig04_L.gif
|
| Newbie Question - Pass a parameter when consuming XML feed | 30 Oct 2007 16:03 GMT | 1 |
I use the following code to consume a XML feed and populate a dataset. Dim myReader As System.Xml.XmlTextReader = New System.Xml.XmlTextReader(myXMLURL) Dim ds As Data.DataSet = New Data.DataSet()
|