| Thread | Last Post | Replies |
|
| Visual Studio - Sentence Case | 24 Oct 2004 04:25 GMT | 3 |
sorry if this is in the wrong group - I have just started using Visual Studio.net 2003 - MSDN reporting tools - I come from a MS Access Background I need to verify sentence case
|
| Dotfuscator - major flaw in Microsoft dotNET? | 23 Oct 2004 23:05 GMT | 10 |
OK, I'm trying to understand the need for this. If I understand correctly without this anyone can reverse engineer and obtain the source code of my application - is this correct? And this tool will prevent this?
|
| gui using .net | 23 Oct 2004 22:51 GMT | 2 |
I want to create a GUI using VS .NET. For now I just want to input some parameters used by the algorithms I've written in C++. Maybe later I want to access a database to load the data from and plot figures if it isn't too hard to do.
|
| Deployment Project/MSI/installer problems | 23 Oct 2004 22:02 GMT | 5 |
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET 1.1 -> MsiNetAssembly Support.) I have a few issues and questions regarding the MSI ...
|
| Executing a program | 23 Oct 2004 19:00 GMT | 1 |
I'd like to execute another program like media player from my application . How can i do ?
|
| Change Company Name - VB.Net Smart Device program | 23 Oct 2004 16:44 GMT | 1 |
I've created a simple calculator program for the Pocket PC, and have deployed successfully (installed via a simple copy of the .cab file generated in Build, Build Cab File menu to my Pocket PC). When I go to delete the application from my PPC, it is listed as "My Company ...
|
| How do I know if IIS is installed? | 23 Oct 2004 13:49 GMT | 3 |
I am using Win XP Professional and am going to install VS.NET 2003. How do I know if IIS 5.0 has installed pn my desktop? Many thanks
|
| Asp.Net : html to excel problem | 23 Oct 2004 11:17 GMT | 3 |
Am creating a HTML Report in asp.net. To save this report to excel on client-side, i write this code: Response.ContentType = "application/vnd.ms-excel" Response.AddHeader("content-disposition", "attachment; filename=Report.xls")
|
| Compilation of ASP.NET page classes and in-line .NET code | 23 Oct 2004 10:02 GMT | 3 |
I know that ASP.NET code-behind classes are compiled into IL at project build time, but what about the .aspx files themselves? I believe that the .aspx files are compiled into IL at runtime, upon access to the website, correct? What about in-line .NET code inside <% ... %> blocks ...
|
| Compiling a .net executable | 23 Oct 2004 07:45 GMT | 4 |
Hi all. I'm taking my first trembling steps in Visual Studio .net, and one of the things i've run into is the issue of the resulting executable. I was wondering if it is possible to build a Win32 type executable? I've
|
| dotnet languages | 22 Oct 2004 23:58 GMT | 2 |
Is there a list of programming languages which are currently supported with compilers for the .net framework?
|
| Obfuscation: Not just for protecting intellectual property | 22 Oct 2004 20:48 GMT | 4 |
Obfuscators aren't only used for protecting intellectual property. See the hacker demo at this link: http://www.preemptive.com/documentation/NetHackerDemo.html For those who don't know what an obfuscator is, here's the link that
|
| Detect power redirection to ups | 22 Oct 2004 19:01 GMT | 6 |
Is there a way I can detect in vb.Net the power has switched to a UPS unit in case of power failure? Thanks
|
| Access 2003 pro and VS.Net 2003 standard | 22 Oct 2004 18:55 GMT | 1 |
I have been using Access 2003 pro and VS.Net 2003 Standard for a few weeks now. I have found out how to open a .mdb file with VS.net 2003 Standard but I would like to make an General User Interface for the Access Application.
|
| Simple Trigger Question | 22 Oct 2004 18:11 GMT | 2 |
I'm building this trigger and an error message is appearing which says: " Error 170: Incorrect Syntax: Line 6 near "=". Could someone please help me understand why this error is occuring? Thanks. Create Trigger AvailableLogFootage
|