| Thread | Last Post | Replies |
|
| using setup project | 20 Nov 2007 08:33 GMT | 1 |
Is it possible to use setup project that exist in VS2005 to deploy application written in MFC. //Tony
|
| ANN: VS2008 - RTM'd | 20 Nov 2007 06:09 GMT | 4 |
The wait is over, get your copy of VS2008 RTM from here: http://msdn2.microsoft.com/en-us/vstudio/products/aa700831.aspx Willy.
|
| Preventing Postdata when clicking refresh button | 20 Nov 2007 05:35 GMT | 9 |
Can anyone tell me how to prevent some particular POST DATA when refresh button (F5) clicked on server side(vb.net). Thanks Kumar N
|
| process class | 20 Nov 2007 03:12 GMT | 1 |
Im using Process Class to Run Wzzip.exe, Winzip's command line utility is there a way to hide the dos box that pops up ive Set oProcess.StartupInof.CreateNoWindow=true
|
| getting container element type with reflection | 20 Nov 2007 00:13 GMT | 8 |
Im using reflection and I have a general handler for a container type object where I have the System.Type info of the container itself but I need to find out the type of the element contained in it. The full name of the Type info does usualy include the type,
|
| multiple forms | 19 Nov 2007 23:08 GMT | 1 |
I would like to open a form from a button in the principal form. Ok that's easy...the problem is that I want to use methods, variables of principal application and access to data source from the second form.
|
| Return an Array | 19 Nov 2007 20:27 GMT | 3 |
Hello, Newsgroupians: I have a simple question. I have a function that I want to return an array. I want the array to be other objects that were instantiated in the function itself. What's the correct way to return the array? Here's what I would
|
| .NET system loading | 19 Nov 2007 20:25 GMT | 1 |
Hi, I have a potential destination for my 'ready to be beta tested' .NET c# program, but there is reluctance to install .NET onto some pretty old machines due to the unknown impact on other applications wich otherwise run ok
|
| namespaces, projects and solutions | 19 Nov 2007 19:28 GMT | 8 |
I know this is long, but please bear with me. I'm coming from a Java background and trying to get familiar with C# and Visual Studio for my own benefit. To accomplish that, I have been doing some experimenting, writing trivial apps to test my
|
| Embed FolderBrowserDialog on form? | 19 Nov 2007 19:17 GMT | 3 |
I need a folder selection tree on my windows form. I don't see a way to add the FolderBrowswerDialog as a Control and add it to my form's controls collection. Is there a way to accomplish this or do I need to write my own? It would
|
| does a software architect need UML skills? | 19 Nov 2007 19:11 GMT | 27 |
If you were going to hire a software architect / functional lead for your project (written exclusively in C# including WPF, WCF) would you require that they have UML skills? Is being able to draw the standard UML diagrams in a notebook
|
| Dynamically Populate Datagrid | 19 Nov 2007 18:34 GMT | 1 |
I'm such a nood it isn't funny and apologize for this question in advance. I have a datagrid on my form and wish to populate it from a Sybase source using a dynamic select.
|
| Use MSBuild | 19 Nov 2007 18:30 GMT | 1 |
Since VS basically uses MSBuild to compile everything you can send the value for /define on the commandline to MSBuild buy using MSBuilds property DefineConstants like so... /property:DefineConstants="CommaDelemitedList"
|
| Best Approach to MS EntLib DAAB Database Object | 19 Nov 2007 18:24 GMT | 4 |
I am using a code similar to Database db = DatabaseFactory.CreateDatabase("MyDB") in every function of my DAL that interacts directly to database. But recently I have started getting connection pool errors.
|
| GZipStream weird behavior. | 19 Nov 2007 18:19 GMT | 6 |
The snipped of code below will not work unless I un-rem the "compressZip.Close()" instruction. Question: Why do I need to close the GZipStream object used for compression in order to successfully use a GZipStream to decompress??? To me they should
|