| Thread | Last Post | Replies |
|
| Code Behind Security | 20 Dec 2004 17:37 GMT | 1 |
If I compile a code-behind file, is it "secure" in that the average user cannot de-compile it or is it a simple process to de-compile the source code? TIA
|
| Delete a Project from VS.NET? | 20 Dec 2004 17:35 GMT | 1 |
How does one delete a project from the Projects screen in VS.NET 2003? Thanks!
 Signature Mark A. Deal
|
| Menu in vb.net | 20 Dec 2004 15:06 GMT | 1 |
I am implementing a project in vb.net and i just want to know how i can have an undo command under edit option from my menu and how to program it to make it work.
|
| Program version | 20 Dec 2004 14:31 GMT | 1 |
I'am building a Webservice. And I added a "VersionInfo" function with a date in this. So I can check the version on that specific machine. This date is now hard coded. Is there a function like <thisapplication.version.date> in VB.NET?
|
| MS ACCESS and VB.NET question | 19 Dec 2004 22:21 GMT | 1 |
I am an old VB6 programmer, and we have recently gone to VB.NET. I am struggling to duplicate some of the things I had done in VB5 and VB6 to the new language. What I need to do is to use VB.NET code to : #1: Open an MS Access database #2: Retrieve the data from one of the tables ...
|
| Newbie - Use a global function file? | 19 Dec 2004 01:37 GMT | 1 |
I simply cannot figure out how to use a global function file to hold all of my standard functions. In other words, I want to place a bunch of functions into a single .vb file and then make them accessible to all of my forms. Where (and what) can I use to make these functions ...
|
| Installing Studio.NET on Windows XP Media Center Edition | 18 Dec 2004 15:45 GMT | 1 |
Has anyone tried to develop on a box running Media Center Edition? Have any of you installed the ASP pieces of .NET on XP Media Center and if you can not, what happens if you upgrade Media Center to XP Pro. I need to run Studio .NET on this box temporarily and would rather not ...
|
| Info on training courses and Reporting | 18 Dec 2004 00:14 GMT | 1 |
I'm looking to go on a training course for ASP.net. I'm from an OO back ground (Java) but some work mates have designed just in Access and FoxPro. The Training courses available to me are: 1.Development ASP.net using Visual Studios .net
|
| intellisence in debug window? | 17 Dec 2004 21:07 GMT | 1 |
I once saw someone gaining access to intellisence in the debug window? how do I do this? thanks Chris
|
| Programming Dillemma | 17 Dec 2004 20:14 GMT | 2 |
My boss wants me to design a fairy basic Electronic Digital Automation tool for his business. The requirements is as follows: 1. Should include electronic digital symbols(for circuit board design) 2. Should be able to scale those symbols (like visio)
|
| Upgrade from VB 6.0 to .net? | 17 Dec 2004 16:42 GMT | 2 |
I currently have Visual Studio .net Enterprise Edition and want to upgrade to VB.net enterprise edition (Just the VB) can anyone tell me what the cost is going to be and a good Canadian distributor? What exactly am I looking for? THANKS
|
| Visual Studio/SQL Server 2005 via Terminal Services | 17 Dec 2004 09:43 GMT | 1 |
In order to facilitate evaluation and training for 13 MSDN Universal developers, I am considering using Terminal Services. This would facilitate access to Visual Studio/SQL Server 2005 beta products to all developers at any time from each developer's workstation or in a classroom ...
|
| Font Size | 16 Dec 2004 21:43 GMT | 2 |
We were using PowerBuilder and recently have writtin some front end applications in .NET. We have a problem with the font size. Our .NET applications do not look right when the font size is set to something other than default. Is this a common problem? How can we design our ...
|
| Setup Project: how to include version in Welcome dialog? | 16 Dec 2004 21:26 GMT | 1 |
A typical setup project in Visual Studio .NET has the following string for WelcomeText in the Welcome dialog of the project's User Interface: "The installer will guide you through the steps required to install [ProductName] on your computer."
|
| link a class from another project | 16 Dec 2004 19:22 GMT | 4 |
I have a couple projects that I basically use the same helper classes, and I'd like to use the same file in all my projects. What's the best way to do this? I read somewhere you can link to a file, but I see no options to link a file in a folder outside my project. I'd rather not ...
|