|
Browse by Tags
All Tags » Visual Studio ( RSS)
-
|
We have seen a situation that can be a little annoying. I usually find that situation in ASP.NET projects, but it can also happen in Winforms. The issue is like this: You have a VStudio Solution You have added all the needed references All your code compiles...
|
-
|
I’m an enthusiastic user of DXCore and I have been working on some extensions of my own. But I could not find the DXCore or DevExpress menu. Well there is a hack for that . Please invoke the Registry editor, add the "HideMenu" DWORD value to...
|
-
|
Recently I discovered in MSDN a great addition, a must to for all C# developers. CodeRush Express. This product was build by DevExpress and it just make it perfect your experience with Visual Studio. For example finding symbols or files, tabbing...
|
-
|
If you have your ASP.NET application for example in c:\inetpub\wwwroot\WebApplication1 and you want to programmatically get that path just use something like: string AppPath = Request.PhysicalApplicationPath;
|
-
|
In the VB6 world it was very common to use “Resizer” OCXs that you just put on your forms and that they handle all the proportional resizing needed if you changed your form. It was very simple and easy. However when I started looking for something like...
|
-
|
My good friend Jafet, was recently dealing with an interesting bug in Visual Studio. He created a simple Visual Studio Project that had just an interface that he exposed thru COM. He’s intention was to compile the Class Library and use the TLB file in...
|
-
|
This is an interesting workaround that you can use to support the migration of ActiveX Documents with the Artinsoft VBUM. DOWNLOAD TOOL With this tool you can fix your projects, so they are supported by the the Artinsoft Migration Tool. Just run the tool...
|
-
|
During migratio of a simple project, we found an interesting migration details. The solution has a project with two Forms. Form1 and Form2. Form1 has a command button and in the Click for that command button it performs a code like UnLoad Form2. But it...
|
-
|
I had to access an old VSS database and nobody remember any password or the admin password. The tool from this page http://not42.com/2005/06/16/visual-source-safe-admin-password-reset This was a lifesaver!
|
|
|
|