Feroz Khan's Q&A profile
Windows Search Technologies fast searching/indexing service
As I am now using WDS 2.6, do I still need to have fast searching/indexing service enabled If not, how do I disable Indexing Service and does it maintain a file somewhere that could be deleted to free up disk space yes, I am referring to the XP Indexing Service that is optional. I searched for a while and found some MS documentation that showed how to turn it off. Thanks. I think I'm OK for now. ...Show All
Visual Studio 2008 (Pre-release) Does the .NET 3.0 July CTP include ADO.NET 3.0?
The .NET 3.0 July CTP can be downloaded from here: http://www.microsoft.com/downloads/details.aspx FamilyId=62057A6F-185F-41DB-ABE5-678F6FC388F0&displaylang=en Does this include ADO.NET 3.0 If not, when ADO.NET 3.0 is released, will it be part of a .NET 3.0 CTP ...or a standalone CTP Michael. I'll take the heat on behalf of the company on this one :) Let me try to shed some light on versioning story, focused on how it impacts ADO.NET: The current version of the .NET Framework is 2.0. The next version that will ship when Windows Vista ships is .NET Framework 3.0. As per Soma's blog it will ship with Windows Vista and will also be available for Windows XP and Windows Server 2003. The 3.0 release contains the 2.0 bi ...Show All
Smart Device Development PASSING AN INTEGER FROM C++ TO WINDOWS
I have two variables x2 and y2. both variables exist in my c++ program and my windows program. i do not know if GUI automatically updates both programs or if i have to send a message from my c program to my windows program. i assume the variables are automatically updated in my windows program, by GUI,when i change the x2 and y2 variables in my c program is this true soac. for assumption purposes, i am assuming that gui updates variables in my windows program that are changed in my C++ program. my problem then is how to declare the variables. i am assuming that my c++ program should have the "int x2, int y2" declarations and my windows program does not have to have this declaration, it should be able to u ...Show All
Smart Device Development SHCreateMenuBar and SHFS_HIDESIPBUTTON
I've used SHCreateMenuBar on WM5. If I wanted to change the menu items, should I use the following approach mb.hwndMB = NULL; mb.nToolBarId = IDR_MENU1; SHCreateMenuBar (&mb); ....later.... ::DestroyWindow (mb.hwndMB); mb.hwndMB = NULL; ....later..... mb.nToolBarId = IDR_MENU2; SHCreateMenuBar (&mb); Also, SHFullScreen (GetSafeHwnd(), SHFS_HIDESIPBUTTON) hides the SIP button, but if the SIP button area on the menubar is clicked, it reappears. Is there any way to prevent this happening Hi, I think these shall be helpful. http://forums.microsoft.com/MSDN/Sh ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DreamBuildPlay is up!!!
Now go register!! Actual contest details to come the week of Feb 5th The site is live and yes we realize there are a few things that haven't quite propped properly. We've got people looking to get these fixed asap. To be clear, yes you will be able to register outside the US as this is a global competition. And yes, the missing states will be re-annexed shortly. Apologies for the wrinkles in the rollout. --dave ...Show All
Windows Forms datagridview .net 2.0
Hi, Basically this is the kind of thing I am doing to add an image column to dataGridview control in .net 2.0. It works fine first time during population. But if would like to re-populate, then the image column gets added again. So will end up with two image columns and so on... I think I need a way to remove this image column before population. DataGridViewImageColumn imageCol = new DataGridViewImageColumn(); imageCol.DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; imageCol.ImageLayout = DataGridViewImageCellLayout.Normal; imageCol.Frozen = true; imageCol.Name = "Image"; imageCol.HeaderText = ""; dgvUsers.Columns.Add(imageCol); p.s dgvUsers is populated ...Show All
Visual Studio Express Editions Newbie: Video tutorials and audio??
Are the video tutorials narrated I have no audio, i don't know if its just me or that there is symply no narration or audio. Thanks. Is there a codec that I need to use I've tried everything!!! All my other sound files work correctly. I have Media Player 11, this is the only file that is not working. Thanks ...Show All
Software Development for Windows Vista how can I connect 2 states ?????????
I'm trying to connect a startstate and a state to each other, but I don't see the connectorhit object in the toolbox. How can I connect 2 states to each other First you need to add a Initialize State / Finalize State or an EventDriven activity to your state. From here you can add a "Set state" activity. On this activity you can choose the destenation state and the WWF designer will draw the line for you. Regards Anders Kjellerup Jacobsen ...Show All
Visual Basic Datagrid refresh after record insert
Hello, I've the following code to insert a record into an MS Access database when clicking on Button1: CODE Private Sub Button1_Click(ByVal sender As System .Object, ByVal e As System.EventArgs) Handles Button1.Click con.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=""C:\Programacao\Visual Basic\Inapal\ReportIt\ReportIt.mdb"";" con.Open() sSQL = "SELECT * FROM [Scrap]" da = New OleDb.OleDbDataAdapter(sSQL, con) da.Fill(ds, "Scrap") Dim dsNR As DataRow Dim cb = New OleDb.OleDbCommandBuilder(da) dsNR = ds.Tables("Scrap").NewRow dsNR.Item("Tipo_Peca") = ScrapCombo.SelectedValue dsNR.Item( ...Show All
Visual Studio Team System Known issues? Rename, checkout not working?
Are there any known issues where a file does not get checked out when using silent checkout User claimed they edited file but was not showing in pending checkins. Are there any known issues of renaming files in a project not working We have ocassional user reports of this, but we have not been able to get a good enough description to reproduce. Thanks The only thing different I did was I added Class2.cs before deleting class1.cs... not sure if that makes a different yet. Wish I could include a screen shot here as I am staring at a screen after I got the warning that shows in solution explorer Class2.cs was renamed to Class1.cs in solution explorer but I have a pending change for Class2.cs in ...Show All
Visual J# need help with detecting 3rd party software installation
Hi All, I would like to know how to detect an installation for a 3rd party software I need to do this to enable/disable some of the UI/functionality of the software I am working on. Is there a standard approach to this problem (e.g. via a j# class) Any help would be greatly appreciated. Best Regards, Cherith It depends on the 3 part software... Nearly all Windows applications leave some kind of information in the registry. You could read that information out to find out if the application is installed. Please remember that not all developers write good code to delete information in the registry when uninstalling the application.... Here is an example on how to read out information from t ...Show All
Visual Studio Problems with Visual Studio 6.0
Hi! Having some problems with my visual studio 6.0. It worked fine a couple of days ago but now all of a sudden I cant start it. I get an error message that says. ** AppName: devenv.exe AppVer: 6.0.81.67 ModName: msenv.dll ModVer: 6.1.81.71 Offset: 000105fd ** Tried to reinstall but the same problem. Tried this but same problem: http://support.microsoft.com/default.aspx scid=kb;en-us;248675 Tried this but same problem: http://support.microsoft.com/default.aspx scid=kb%3ben-us%3b199272 Does anyone know how to fix this // 2times VS6 questions should be posted here: http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx dg=microsoft.public.vstudio.development& ...Show All
Microsoft ISV Community Center Forums ERROR RUNNING MARCO
hi can anyone help me with this problem Hi can anyone help me with this problem I have this dos script to pass down a parameter upon opening the excel @echo off start excel "\\136.121.2.1\its helpdesk\ConRisk\RSP Concentration Risk Calculation.xls" /e/8212305557 Is there any code to capture the parameter "8212305557" on the excel macro upon opening here is my code Option Base 1 Private Declare Function GetCommandLineA Lib "Kernel32" () As String Dim CmdLine As String 'command-line string Dim Args As Variant Dim ArgCount As Integer 'number of parameters Dim Pos1 As Integer, Pos2 As Integer Dim sMsg As String Dim Customercode As String CmdLine = GetCommandLineA 'get the cmd-line string Cm ...Show All
Software Development for Windows Vista XP DirectShow VMR VMRXcl won't compile
Hiya, I've been working on recompiling all the DirectShow samples for several hours. Only ...\Microsoft Platform SDK\Samples\Multimedia\DirectShow\VMR\VMRXcl won't actually compile. I always get the following error message: 1>AllocPresenter.obj : error LNK2019: unresolved external symbol _D3DXMatrixPerspectiveFov@20 referenced in function "private: void __thiscall CAlphaBlt::Rotate(float,float,struct CAlphaBlt::Vertex *,int,float,float)" ( Rotate@CAlphaBlt@@AAEXMMPAUVertex@1@HMM@Z ) 1>.\Debug_Unicode/VMRXcl.exe : fatal error LNK1120: 1 unresolved externals Can anybody help 1) I downloaded serveral header files to remove some other error messages from http://www.koders.com/cpp/fid1734E51367A0F00A5A3F9F957 ...Show All
Visual Studio Tools for Office Prolem with add-in for MSProject 2000 in Windows 2000
It is written add-in for MSProject 2000 on VB in MSVS 2005. add-in work in Windows XP, does not load in Windows 2000 if on workstation it is not installed MSVS 2005. In what can be a problem All Service Packs and Hotfixes have been installed, I have no additional add-ins. Problem in that: I install MSVS 2005 - add-in load; I uninstall MSVS 2005 - add-in don't load. ...Show All
