Morcollo's Q&A profile
Visual C# create remote process in c#
Can any one help me how to create remote interactive process in c#. I used WMI but i cant able to get interactive window..Any solution for this .please help ...Show All
Visual Studio Express Editions Design View Problem
Hello, I just installed the Express Developer 2005-Beta 2(Web applications) and I have the following problems: On design view the web controls are not visible. I can't drag and drop web controls in design view, from the toolbox I have a server 2003. Please advice, Thanks in advance I am using VWD Beta 2 and having the same problem. I have tried everything, removing SQL Express, .NET Framework ...Show All
Visual Studio Team System How to do non-recursive "Get" from Source Control Explorer?
(Using TFS Beta 3) From Source Control Explorer, I click on a node and see "Get Latest Version" in the context menu. This always does a recursive "Get". How may I do a non-recursive get Thanks. Matthew, You would need to select specific files in the right pane of SCE window and do get (latest/specific version). Doing get on Folder is always recursive. Hope that helps, Bhavik ...Show All
Windows Forms Handle pop up windows in WebBrowser control
Hi all, how can i handle pop up windows opening with the webbrowser control Especially those opened by a window.showmodaldialog javascript function Thanks in advance This is a c++ solution: http://www.codeproject.com/atl/popupblocker.asp maybe you can create something from it. ...Show All
Visual Studio Sharing Files\unsharing files
I noticed in Sourcesafe that some up my forms had what looks like the shortcut icon on them. from another thread I have seen it looks like this might mean they are shared. They shouldn't be as there is only one project in sourcesafe. How do I get them to be unshared Thanks. If you move a file from a folder to another in VSS (by dragging the file), the file is actually shared between the two folders. So the most ...Show All
Visual C# C# WMI Win32_Process What Firewall ports need to be open?
My c# service uses WMI Win32_Process to query for application start times on remote machines. Does anyone know what exact ports I need to open on the remote Windows Firewall so this remote request can pass through Thanks! Jason For this on the remote machine need execute command line : example (c++) system("netsh.exe firewall set service type=REMOTEADMIN mode=ENABLE scope=ALL"); ...Show All
Visual C++ Memory leaks questions
Hi, I have created an application with VC ++ 2005. The application is running correctly but apparently it has a bunch of memory leaks (I am a novice programmer in C++) that I identify with _CrtDumpMemoryLeaks() . I would appreciate if someone could answer some of my questions: 1. I see that there is a memory leak even when I first create an array of pointers to a class I have created. Please note that this occurs before the construc ...Show All
Visual Studio Team System There is a way to delete/remove from existing team project some WI type?.
Hi, There is a way to delete/remove from existing team project some WI type . Thanks in advance, Shmulik, No. In V1 we don't have support to remove/rename Work Item Types. We will support in later versions Thanks Sagar ...Show All
SQL Server Cannot connect to a named instance of SQL 2000 or 2005
Hi, I am struggling connection to a named instance of SQL 2000 (SP4) from another machine but without any success. I get an error message saying that the server does not exist or access is denied . The security configuration in this named instance is the same as the default instance (also 2000) and the remote machine can connect to it successfully. I also configured the aliases in Client Network Utility in th ...Show All
SQL Server More installation woes
We have releases a shrink wrapped winforms application that uses SQL Express as its backend. The product has a fairly large take up, and consequently it is being installed on a large numbre of different machines and configurations. We seem to be having quite a common problem with the installation of SQL Express, we launch the installation from our own installation package with the following command line SQLEXPR.EXE /qb ADDLOCAL=ALL SQLAU ...Show All
Visual C# Calendar
I want to develop a calendar of the current month. So which class can i use to create this. Now there are two senero, one is that if the user did not supply the month and year as argument, then our program print the current month calendar of the current year, however if the user supplies the month and year, then we have to print out the user specified month calendar of the given year. How i can do this, explain the steps that i have to do in ord ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Game Networking
What is the best option for doing networking with managed directx Is directplay a good option Another resource (more focused on unmanaged game networking) I've made available is the GameDev.net Multiplayer forum FAQ . It lists a number of pointers to various articles that explain how it can be done different ways, as well as libraries that you may wish to use to make networked game development easier. ...Show All
.NET Development All about StrongNameIdentityPermission & Assembly signing
Hi All I'm using v1.1 I’m about to create a Strong Name with public/private key from sn tool and I’ll sign this to my Executable and DLLs I wanted to secure a method such that only the assembly which I’ve signed with my key can call the method. I’m decorating my method with StrongNameIdentityPermission. So on implementing this I’ve some queries 1. what is the difference b ...Show All
Visual Studio Team System TFS time info
How do I get the TFS time from a client I tried using the TFS object but all I could get was the time zone info of the server and not the actual server time. But, our requirement is not to block checkin completely but restrict it based on some rules as similar to other policies. The user should still have the option of overriding the policy! ...Show All
Smart Device Development MDE: Can't run Device Emulator Manager
I'm trying to run the Device Emulator Manager on my Win2K desktop. It terminates immediately without a message, whether I start it from the Start Menu, from Windows Explorer or from the cmd line. The emulator itself starts up and runs fine. I'd like to set up an ActiveSync connection to this. As I understand it, I need to get the Device Emulator Manager running to do this. Hi George, That means that the breakpoi ...Show All
