chakru's Q&A profile
Visual C++ Getting Visual Studio 2005 to create missing directories
I just upgraded to Visual Studio 2005 and want to know how to set the development environment to create missing build directories. For example. If I have my intermediate directory path under /test/debug/intermediate/ I do not want to have to go and manually create that directory before doing the build. Can anyone tell me where the switch is Thanks for the comments. I had been using an environment variable for the start of my path $(COMPILER_OUTPUT_DIR)/debug where COMPILER_OUTPUT_DIR was defined as /libdotnet. After changing the definition of the environment variable so that COMPILER_ ...Show All
Visual Basic Same problem
Yes I got the same problem too. Can type any character but back space, ctrl-z doesn't work. I have tried to repair the VS 2005, but the problem still exist. A. Jason, Do you have any tool windows set to autohide There is a known issue with autohiding toolwindows in Visual Studio Beta 2. Here is a Product Feedback link: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx feedbackid=302e962d-5426-49d2-aa79-658b8d743a29 If this is the same problem it has been fixed in our latest builds. Thanks, Dylan Lingelbach SDE Visual Studio Core Editor Team ...Show All
SQL Server Data Mining Tool
I am new to Data Mining I downloaded the SQL SERVER 2005 Evaluation Edition. Question: For Data Mining which Product Edition of VISUAL STUDIO 2005 i have to download , You can find this webcast on-demand here: http://msevents.microsoft.com/cui/WebCastEventDetails.aspx EventID=1032289986&EventCategory=5&culture=en-US&CountryCode=US There's also another live version of this webcast coming up on May 12, where you'll be able to ask questions via LiveMeeting: http://msevents.microsoft.com/cui/WebCastEventDetails.aspx EventID=1032294887&EventCategory=5&culture=en-US&CountryCode=US ...Show All
Software Development for Windows Vista Longhorn Pro Beta 1 build 5112 installation issue
Specs Asus A7V-133, Amd 1800 xp, radeon all-in-wonder 7500, audigy 2, also I have 3 hard drives one of them is using a ultra ide controller( in device manager is displays as a scsi disk device) but its not the one windows is installed on I tried to install the beta version through windows xp and from boot disk. Xp C:\ partition Longhorn K:\partition After it installs the Windows Boot Manager would display Microsoft windows longhorn setup Legacy(pre-longhorn) windows op When I chose Longhorn the Longhorn splash screen would apear then I guess It gets to desktop then a cmd.exe box would pop up&nbs ...Show All
Windows Forms Changing ToolstripButton BackgroundImage
Hi, I have a problem whe I try to change the background image of a toolstripbutton. I implemented the MouseEnter and MouseLeave events change the backgroundimage: System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(Form1::typeid)); this->toolStripButton1->BackgroundImage = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"toolStripButton1.newBackgroundImage"))); (for the MouseEnter.. and similar to MouseLeave) When I run the application and put the mouse over the button, it will change to an "empty" image, i.e., it will display the background colo ...Show All
Visual Studio Tools for Office VSTO crash :)
VSTO crashes after i try the above code : this .sendThread = null ; this .sendThread = new Thread ( new ThreadStart ( this .SendThread)); this .sendThread.Start(); // in the SendThread function i try to ...... 1 add the range to the sheet rangeAddress = "=Sheet1!$A$1" rngName = RangeA1 activeSheet.Names.Add(rngName, rangeAddress, Type.Missing, Type.Missing, &nb ...Show All
Visual Basic Deploying a windows form with a database
Hi, I have created a windows app (its a phone book that uses a database to store names, phone numbers addresses and email addys) for the database, Im using an Access database (mdb file extention) and in Visual Basic 2003 I use the Microsoft Jet 4.0 OLE DB Provider for the DB hookup, now what I need to do is be able to deploy this app by creating an Installer for it. How do I get ALL the nessary files needed to run this app with the database on a puter that dont have VB, also nother thing i noticed is the Path listed for the database is a local path IE like C:\Appname\GroupName\Database.mdb. can you use a "Relative" path for database I mean l ...Show All
Smart Device Development Handling Sliding Keyboard + Some ARM Assembly decoding
Hi, Apologies in advance if this may be off topic, but i think it is an interesting and challenging issue related to WM device programming ( besides, no one has been able to assist of yet in other news group ). My device has a sliding keyboard...when that keyboard is slid open on the WM2005 Today screen, the keyboards enters a "num lock" state. This is where some overloaded keys that act as the phone dial-pad ONLY output numbers, not characters. i'd like to disable this so that the keyboard functions normally on the today screen when my today item has focus and the keyboard is slid open...this way i can accept chara ...Show All
Windows Forms Send encrypted email
Hi I wanting to send an encrypted email with an attachment. I have a certificate on the same machine. I was hoping that .net would do this sort of thing easily, but I haven't seen any examples. I can handle sending an email with attachment, but don't know how to encrypt it first. Any assistance would be greatly appreciated. You need t ...Show All
Visual Studio Express Editions playing music in vb express?
How do you play a wma or mp3 file do you have to have an activexcontrol, if so i have tried the windows media player activex control and I don't understand it. does anyone know how to do either i need something like wmp.play = C://Mydocuments/Mymusic/example or something like that Yes, the Windows Media Player control is the way to go. http://www.codeproject.com/useritems/Play_sound_in_VBnet_with.asp ...Show All
Visual C++ Problem compiling a program
Hi all, recently i had to work on a program which was running ok on VC++ 6. Due to certain restrictions i only can work with visual studio 2005 express beta 2. When i tried to compile the program in VS 2005 express beta 2, i got these errors which never occurred in VC++ 6: Compiling... STDAFX.CPP Compiling... Database.cpp DatabaseMarpos.cpp DataCom.CPP DBMarpos.cpp EBlockEntry.cpp EBlockLabel.cpp EdcsSettings.cpp EDCSSetupDialog.cpp extendedEBlock.cpp fileDB.cpp FisApiInterface.cpp c:\hsanew\datacom\fisapiinterface.cpp(400) : warning C4996: 'sscanf' was declared deprecated c:\program files\microsoft visual studio 8\vc\i ...Show All
Windows Forms DataGridView and combobox
I have a datagridview where a comboboxcolumn's values are relying on another comboboxcolumn like: CodeCategory Code PRODUCTIVE TRAVEL INPRODUCTIVE ... The Code has to get populated upon the selection of the user in the category column. This means I can't databind the entire comboboxcolumn. I've read the post on getting the comboxcolumn from the DataGridViewEditingControlShowing. This works fine when you enter a ne ...Show All
Visual Studio 2008 (Pre-release) am finding some problem with invoking a web service written using WCF.
hi, I have developed a web service in WCF and its working fine on windows xp sp2. when i run the same code in windows 2003 server then i get some error when my client tries to invoke the web service that is hosted in the IIS. The error is as given below: 1. The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. The above error occurs when i set the authenticationScheme = "NTML" in the app.config file on the client side 2. The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The server authenticati ...Show All
Visual Studio Team System Source Control stopped working - CryptographyException
Hi there. I installed TFS Beta3 on a clean machine and setup went smoothly (Single Server install). After i added a few other websites the Source Control part of TFS stopped working and IIS gives a "503 Service Unavailable" error when i try to connect using the Source Control Explorer. Creation of new Team Projects also fails when it gets to the source control part. I made completely new web sites, not virtual directories in the Default Web Site and created separate application pools for them as well. The websites i added were one ASP.NET 2.0 website and one PHP website (registered the PHP5 ISAPI module for that website only and turned ...Show All
.NET Development Interop problem
hello, I have to load an unmanaged dll written in Delphi to my C# 2.0 application. The unmanaged function has one parameter; pointer to an interface and return this pointer. I am not sure how to declare the delegate and to use it. My code below; //here unsure about the signature internal delegate MyDel (out IntPtr IModule); IntPtr hModule = LoadLibrary( "mydll.dll" ); //if the handle is valid try to call members if (hModule != IntPtr .Zero) { //get the function pointer IntPtr fptr = GetProcAddress(hModule, "GetInterface" ); if (fptr != IntPtr .Zero) { MyDel ...Show All
