___Apollo___'s Q&A profile
Visual Studio How do you replace the Project Icon?
Folks, I have written a Mangaed VSPackage with a Project in it. When the package loads and I create a new project all works well, however, I want to specify the icon that appears beside my project node in solution explorer. Currently the default icon (i.e.; the one that appears with all of the SDK samples) appears beside the project node but I want to change it (as for example a C# project does). How do I do this Thanks, Rod Hello Rod, This is controled by IVsHierarchy.GetProperty(). Depending of your implementation, the properties to look for are: VSHPROPID_IconImgLis ...Show All
Visual C++ Need syntax examples and info for the super set of C++ (managed C++/CLI)
HI! First please take it easy on me!! I'm trying to teach myself a little about the super sets of C++.. I have read many books over years on OOP's but I never really took the plunge into the pool to get my feet wet,,, I kind of stuck with VB over the years,,, And now that I got a hold of Visual Studio 2005 Pro I'm ready to dive in head first.. The problem is I can't seem to find any sites that cover the super sets of C++.. I get 5 Million hits on the old stuff that is no longer used cause it is the unmanaged syntax,,,,,,, Even when I find a forum tha ...Show All
SQL Server SQLCE Query Analyser in Windows Mobile 5.0
How to use the SQLCE Query Analyser in Windows Mobile 5.0 I have MSPDB.SDF database in WM 5.0. I can't open this sdf file. Please update me, what are the softwares i have to install in my WM 5.0 device I would swear I answered this already (a week ago) but it didn't show up in the forum for some reason. Anyway, you need to install the Pocket Query Analyzer that is compatible with SQL CE 2.0 on your WM5 device. This is included as an application in the development tools CAB file for SQL CE on WM5 located at: C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v2.0\wce500\armv4i\sqlce20.dev.pp ...Show All
Visual Studio Team System Visual Studio 2005 Team Foundation Server - Licensed per CPU?
Is Visual Studio 2005 Team Foundation Server going to be licensed per CPU I don't see any mention of it on the page below....so either it is assumed or not the case. http://msdn.microsoft.com/howtobuy/vs2005/editions/team/ ...Show All
Visual FoxPro remote data
I want to create a system with 1 database and many users that can access it a solution is the server client model ok lets say we have a database in a remote server(vfp database) i go to each client and make a datasource and a connection to that database 1)the tables of that database will ONLY be viewed by clients through remote views 2)if yes ,i will put the views in the data enviroment 3)if yes,i can insert,delete,update,buffer...etc the views like they were tables 4)must i make a server programm with fox if yes what must kind of functions must i put there 5)does sql pass through has anything to do with all this 6)i think i must make a dat ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Texture simply duplicates the first pixel
This is a noob question, but I wasn't sure if it belonged in the beginners or graphics forums. I'm learning DirectX and trying to get textures figured out, but when I load my texture, it just duplicates the first pixel over my entire surface. To let you know in advance, I am using the most recent SDK and Visual Studio 2005 standard edition. Here is my code. "graphics" the first parameter, is the name of my Direct3d device: Bitmap bmp = new Bitmap ( "red.bmp" ); texture = new Microsoft.DirectX.Direct3D. Texture (graphics, bmp, 0, Microsoft.DirectX.Direct3D. Pool .Managed); And later when I try ren ...Show All
Microsoft ISV Community Center Forums What is ISV
Im sorry.. can somebody open that what ISV is sorry for that silly question : ) thank you Yeah that would be great to have an community day in Turkey like this. Last week we had something meeting of Microsoft. but it was such a small. have good time. and thank you ;) - Doga Oztuzun - UnquaLe ...Show All
Visual Studio Team System Problem with Sharepoint Permissions
Beta 3 has a different process for creating the Team Foundation Sharepoint site. In beta2 TFS used the default site - in beta3 it creates a different site (containing a port number) in addition to the default site. When I try to assign permissions in Sharepoint, the Sharepoint administrator only allows me to use the default site (it says the site with port number attached is not in the configuration database). When I assign a user permissions in the default site, however, those permissions are not being recognized by TFS. Specifically, people I give admin rights to in Sharepoint are not being recognized as administrat ...Show All
Windows Forms Bootstraping from MageUI
Can the bootstrapping that is installing the prerequisites be done from the MageUI I know we can do this using visual studio IDE. However is there any way we can do this using MageUI. Also can the APIs which do bootstrapping be used from other applications such as install shield Regards, Vishal Karnik ( vishy_100@hotmail.com ) Vishal, There is no way to say ‘Create setup.exe’ from MageUI. You can however, create a setup.exe outside of Visual Studio using the GenerateBootstrapperTask and MSBuild. (Doc at http://msdn2.microsoft.com/en-us/library/ms164294. ...Show All
Visual Studio Express Editions Frequent Crashes
I've been working for 2 hours today, and i've lost my data from IDE crashes twice already. (Because the IDE doesn't save data when you run...) My question is, does anyone else have this problem Why do i experience such frequent IDE crashes when i cannot find information on the internet about this. Every single crash that i've encountered was when the program was running, and it ends. Either by pressing the stop button, closing the app manually, or using 'end.' In fact, i can get the IDE to crash every time by pressing a key while it is 'ending' the application. (If the text editor is up, and i inadvertantly push 'h' while its still in ...Show All
SQL Server SELECT in a table takes FOREVER
SQL Server 2000, QA Database: A table called Telephone_Directory with just 4.000 records. SELECT * FROM Telephone_Directory is taking forever. If I stop the select after 1 second I see 162 rows. If I stop the select after 1 minute I see again 162 rows. Why this could be happening The same querie on Production Database is taking 6 seconds to retrieve the 4.000 records. That's a bit odd. First thing I might try is reindexing the table... perhaps there's an error of some sort in the index structures. Since it's a very small table, reindexing should be very quick. The ...Show All
Visual C# functions
hi, i'm very new to C# just downloaded Visual C#, it's pretty clear to understand C# but with functions, how do i have to call it in php it would look like: function test($argument_one,$argument_two){ } and if i call it : function('one','car'); then $argument_one is equild to 'one' and $argument_two = 'car' how to make it in C# just need function header static void test( ){ } test('car','is great') Jefis , The Following Code may help u. static void test(string arg1,string arg2){} Regards, Shaji Kumar.V.K ...Show All
Windows Forms Docking Window Management Control
I just developed a docking window management control library. You may find the control library, sample, together with all source code here: http://weifenluo.bravehost.com/DockManager.htm I believe this would be a very good sample for serious control development. Any feedbacks are welcome. I think there is a problem with the ZIP file. I'm getting errors with Winzip. ...Show All
Visual Studio Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid
I have installed a RC version of VS Team Suite along with full MSDN installation. After completing installation, I'v got " Microsoft Document Explorer cannot be shown because the specified help collection 'ms-help://MS.MSDNQTR.v80.en' is invalid " error when I have tried to access it by doing "Start" -> "All Programs" -> "Microsoft Developer Network" -> "MSDN Library for Visual Studio 2005" When I accessed it from VS 2005, it only have SQL help available. I have tried to reinstall it several time but no luck. Any help would be appreciated. Eric I have the same results as Pieter, n ...Show All
Windows Forms Can Windows Forms Controls Do This?
Hi I just need a simple yes or no answer, as I dont want to start researching something and then find out its not possible to do this! It is possible to make a windows form control which is embedded in a web page allowing the user to undate an sql database Thanks It can do anything if you give it the proper permissions via& ...Show All
