Software Development Network Logo
  • .NET Development
  • Smart Devicet
  • Windows Forms
  • Visual Basic
  • VS Team System
  • Visual FoxPro
  • IE Development
  • Windows Vista
  • SQL Server
  • Audio and Video
  • Visual C++
  • Visual C#
  • Microsoft ISV
  • SharePoint Products
  • Game Technologies

Software Development Network >> Rakesh Malik's Q&A profile

Rakesh Malik

Member List

alan279
Vishal_pai
Ken_Bussell
project2n5e0o1
Aleksandr Tokarev
Exploder
roni102
IMBack
Joe Duanel
allstar1234
cisfreak2
D French
Matthew_Hlavacek
DanielGolabek
Vítor
Shinji
niallhannon
Coldwar
Amde
SalvaPatuel
Only Title

Rakesh Malik's Q&A profile

  • Visual Studio Team System Managing permissions

    Is there a way to restrict a user's ability to create, edit and delete labels or branches What I want to do is to have only certain users to have permission to manage labels and branches. Can this be done If you follow Chandru's instructions (linked above) then users will be able to work within predefined trees even when permissions are denied at the root. TFS permissions work just like NTFS: 1) they inherit by default, but you can turn inheritance on & off. 2) deny trumps allow If you follow those rules then it's easy to configure permissions however you want. ...Show All

  • Visual C++ Error on compiling Detours lib

    Hi, i use VC++ 2005 Express and just got the Detours 2.1 library from MS's site. I executed the installer and all files were extracted to "c:\program files\Detours Express" folder. So, i read the readme.txt and it says i have to type "nmake" in the Detour installation dir. I did it but i'm getting the following error: ===================== C:\program files\Detours Express>nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. cd "C:\program files\Detours Express\src" Building for 32-bit X86. if not exist "..\include" mkdir "..\include" if not exist "..\lib" mkdir "..\lib" if not exist "..\bin" mkdir "..\bin" rc detoured.rc detoure ...Show All

  • Smart Device Development windows CE 6.0 hardware support and feature

    Hi, we plan to migrate to Windows CE 6.0, but before that we would like to know detailed information about hardware and software support. On Microsoft msdn, we can only find some general info. For example for a NOR flash device. We would like to know which chip are supported (for cfi chip, which command set) We would like to know which feature provide the flash driver (use of erase/resume, program/resume, some cache support, ...). Where can we find such very technical informations Thanks. Hi Get the Windows Embedded CE 6.0 Eval (available at http://www.microsoft.com/windows/embedded/default.mspx ) and study the available sources and documentation. When it comes to ...Show All

  • Visual C++ Program just quits

    I'm am just running simple programs right now. For example the hello world code, but i never get to see if it works or not. After it compiles the black window comes up then it just quits. If i put in another command after like cin then the window stays up and i can see the hello world. What can I do to fix this. Little_Dice wrote: If i put std::cin.get(); at the begining of my program it waits to run the program until i hit enter, but when I put it at the end it just ignores it and quits anyway. Make sure you place the cin.get() prior to a return statement, or similar flow of control. If neccessary, place a breakpoint at the cin.get()-call and see if it's even executed. ...Show All

  • Visual Studio Team System How to refresh TFS caches?

    There are many caches in TFS. How to force it to be refreshed Restart IIS applications Restart services Invoke Run method from Warehouse service What more Marcin You can use WITFIELDS command line utility to do this. Start command prompt and browse to \Program Files\Microsoft Visual Studio 8\Common7\IDE folder. run the witfields commange rebuildcache switch. It should work. CMD> witfields rebuildcache /s:<SERVERNAME>:8080 is one example of valid command Thanks Sagar ...Show All

  • .NET Development SqlReader not working

    I am nearly there, on my thing. Now to get the result For Some reason If i type System.Data.SqlClinet.SqlReader rdr = cmd.ExecuteReader; I get can error saying The type or namespcae name 'SqlReader' does not exists in the namespace 'Sytstem.Data.SqlClinet' (are you missing an assembly reference) I have the following at the top using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; Am I missing something Is it a config erorr The main question, How do I resolve this ALSO.... The query I am running is to select the row, where th ...Show All

  • Software Development for Windows Vista Other Web Browser support

    Hey guys, Great work on the July CTP samples! I was wondering, is IE7 the only web browser that can invoke InfoCards in CardSpace on the client If so, any way or any plans to invoke from IE6 or FireFox Thanks, Noremac > there should be no reason to have clients on IE6 when IE7 and CardSpace ship Actually there are many. The exact number will be the same number of XP Machines in the coporate environment in the world who may not upgrade to IE7 in the following immediate years. (Standard Operating Envs, Org Policies, blah blah) I believe to help Cardspace reach mainstream, the backward compabitility must be there. The fact that WCF (my biggest love for MS tech since MTS/COM+ 1.0 )and Car ...Show All

  • Visual C# How to raise an event

    I have two forms form1 and form2, when i click a button in form2 I want form1 to do something only if a button in form2 is clicked....How do i set up basics for an event to take place in this manner any help... you need to declare after the delegate declaration: public event RemoveItems OnRemoveItems; then you need to pass a reference of this class (the one that has the events declared) to the other class in the constructor of the other class (as shown in my example) and then in the other class, create an instance/subscribe to the event (again as shown in my example) and then can you raise the event :-) ...Show All

  • Visual C++ C++/CLI problems/issues

    I have some questions on C++/CLI issue. Let me explain my situation: I have an existing native COM dll that contains my logic. It has been tested and works fine with native C++ client using CoCreateInstance. I would like to add a new logic and notice that BCL has a class that I can use. So I add a new source file and header which I compile with /clr since I need to use one of BCL classes (actually, at this point, it is just an empty shell). When I tried to CoCreateInstance in my native client, it couldn’t create. But if I go back to my COM dll project and take out the /clr in my new source file, it works fine. After some debugging, I found out the problem and have been able to fix the issue. However, I would like to get more detai ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. using XNA Framework with no shader capability display driver???

    I have Intel 82852/82855 GM/GME graphic card with no support for shaders. Is it possible to develop a 3d application with XNA Framework under this condition.When I run a tutorial project I got the message "Both a valid vertex shader and pixel shader (or valid effect) must be set on the device before draw operations may be performed." I am new to XNA concept. Before I was developing with MDX 1.1 and I can develop 3d application with out shader support. So how can do this with XNA... Just those that are listed on the FAQ page - the shader requirement which you've already discovered. XP SP2 is also the supported OS though some have been able to get it to run under NT and Vista. ...Show All

  • Windows Forms how can we get the data from the database in the combobox

    how can we get the data from the database in the combobox wat is the procedure to bind the database data thanks ComboBox Databinding Sample This sample shows how to bind data to the ComboBox and DataGridView controls. ... Security Note ; This sample code is provided to illustrate a concept and should not be used in ... ...Show All

  • Visual Studio Team System Programatically load test results from .trx file?

    Is there a way with the VS2005 SDK to load the results of a trx file I'm writing a custom test results dashboard and would like to get the test results information out of the trx file without having to sift through all of the xml. Thanks in advance for any ideas and/or suggestions. First, thanks for replying. I know that TFS has good reporting of test case results but we're currently not using TFS so I was looking to analyse the trx file to obtain the actual test case information such as any stack trace information, etc. The trx files mainly represent web and unit tests as my group doesn't deal with the load side of things. An API that serialized the test result information from a trx file into an easil ...Show All

  • Visual Studio Tools for Office "The project cannot be created" error

    I’ve installed the software in the following order: MS .NET Framework Version 2.0.50727 MS Office 2003 Professional SP 2 (before I had 2002 but uninstalled it) MS VS 2005 Version 8.0.50727.42 (RTM.050727-4200) (before I had VS 2003) MS VSTO 2005 OS is Windows XP SP2. When I try to create any of the Office projects (in VS) I get the following error “The project cannot be created”. I’ve tried to reinstall all the components and run vstor.exe. But still get the same error. The interesting thing is that I can open and run a VSTO project which has been crated on another box. Yaroslav I had exactly the same problem and I manage to fix it by running repairs on both of these installs: ...Show All

  • Windows Live Developer Forums Showing latitude and longitude lines on the map ?

    Hi Is it a built-in functionality to show latitude and longitude gridlines on the map   or does anyone know how I can do it in some other way I am a bit new to Virtual Earth , but I have a windows app, that is using Virtual Earh to show positions for fishingvessels and those who are using it wants to have gridlines on the map, because they are used to it from other software they have used   ( GIS stuff ). The vessels are sending xml messages from wherever they are fishing and into a server. Their position are inside this xml message and I show them on the map. Stein   You can draw them yourself with a few lines of code in any colour you like! check out: ht ...Show All

  • Visual Studio Team System get list of files changed after a specific label

    How can you get a list of all the files under a team project that have changed since a particular label was cut on that team project Richard Berg MSFT wrote: I can think of two main alternatives: Write a program using the client API. Rough algorithm: QueryLabels to get the complete for the label in question Find the highest changeset # represented in the label QueryHistory from that changeset # to Latest Loop over the results and print the filenames you encounter ...and you can find just such a program at http://support.larucorp.com/blogs/carld/archive/2006/07/27/77.aspx if you're interested in exploring that path. ...Show All

©2008 Software Development Network