Jon_Fisher's Q&A profile
Visual Studio 2008 (Pre-release) Should I use the Constructor, the Initialized or the Loaded Event?
hello I have a .XAML Page class. I want to bind some data within a ListView object within it. I am confused as to when one would use the Constructor, when one would use the Initialized event and when one would use the Loaded event. Could anyone clear this up for me thankyou. Initiliazed event is generated by Visual Studio: you don't need (and don't have) to modify this method. If you want to bind your d ...Show All
Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)
The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT: Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README. You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checki ...Show All
Windows Forms How to make the mouse click...
How can i make the mouse click automatic, example: if(num5 == num 6) { //Mouse click } Thx in advance Note: This is C# and windows form. Hi everyone...in the future, I'd ask that you all please use the <<b>code</b> ...Show All
Windows Forms System Process and returning a value to a form
Below is a sample of a class I am trying to get to work. I would like to start a system process(ipconfig) and return the results.Imports System Public Class Machine Dim myProcess As New System.Diagnostics.Process() Function IPConfig() A ...Show All
Visual Studio Team System Confusion when the Merge target solution is not loaded
Merging when the source branch solution is loaded into VS and the target branch isn't throws you off for a moment because you know there should be pending changes but there aren't any. At least not until you load the target branch solution. This is a rough-edge IMO. What if I merge branches and the merge spans multiple solutions Do I need to load each solution in order to checkin all the pending changes f ...Show All
Visual Basic Help with managing processes
Hi, i have started to build a antispyware program. Now, i want to make the resistant shield that stops spyware running at a process. Then i want to make something that detects sort of processes ex : istsvc.exe(istbar) and shows an alert and stop the process. Can someone help me with that code Yes, good spotting Dustin. GetCurrentProcess will return YOUR applications process, not all processes. Change your definition as follows; Dim cur ...Show All
Visual Studio Team System Problem with MSF Agile Process Guidance template customization
Hello, I have tried Randy Miller's cookbook about customizing MSF for Agile SD in VSTS Beta 2 ( http://blogs.msdn.com/randymiller/archive/2005/03/17/398419.aspx ) but it is working only in the folder with the exported framework templates. When I try to return it to the VSTS via Process Template Manager, everything goes well until the showing the Process Guidance web after the successful creation of the new team project. Then I receive IE Sc ...Show All
Smart Device Development Windows Mobile 5 and Java
I don't even know if this is the right area or not, but I have a problem and maybe someone here can help. I have a PPC 6700 from Sprint. I am trying to install a Java program onto it. The file type is a .jad. I have tried installing every single java program that I can find on my desktop pc and pocket pc. I can't do it. I know absolutely nothing about programming. Don't understand any coding (uuecode-What's that ) Completely lost. I have inst ...Show All
Visual Studio Express Editions Detecting user changes to data on form
I have a form which is used to make changes to a database. When the form first opens the form fields are populated from the database. How can I tell if the user changes any of the fields. I would like to be able to detect this so that if the user tries to close the form I can prompt them to see if they wish to save the changes. Thanks Hi Carl, you can use the HasChanges method of the DataSet or the GetChanges m ...Show All
.NET Development Two values behave as one
Hi to all! I wonder, is there a datastracture, or perhaps a method, which supports that the combination of two values behaves as one. For instance, two values: a and b. Combined: ab or ba that are represented in a same way. Kind regards, Nele I'm not sure what you are asking. ab and ba would be new variables. You can do string ab = a + b; is that what you mean ...Show All
SQL Server WMI Event Watcher is not working properly
Hi, I have an SSIS Package to get the data from an Excel Source. For that I am using WMI Event Watcher to find when the file drops into a specific folder. It is working fine when I check any folders in the local machine. We have a separate WebServer and Database Server for our application. The application is deployed in the Web server and the SSIS package is deployed in the Database server. Since the files are dropped through applicat ...Show All
Visual C# printing status question???
With all the new features in .NET 2005, has anyone seen anything that might make getting print spooling status (or print status) easy I have to do printing to a local printer, via a local web service, and must manage the printer status but I'm not permitted to put up forms or make use of forms to "show" the user a status. Can anyone make any useful suggestions on how to manage a printer without visible forms I've not been around the ...Show All
SQL Server SQL Server Business Intelligence Development Studio not found
I have installed the evaluation version of SQL Server. When i click on the Intelligence Development Studio link it starts looking for the file devenv.exe. The file is not on the pc. Repeated installation twice making sure that all components are selected. What is causing this file not to be available Haris Does this means that to run Business Intelligence Studio the Visual Studio must be installed If so should this installt ...Show All
Windows Forms DataGridView Text cell
Hi there I've made a form with a datagridview control hooked to a SQL Express DB. One of the cells I've made multiline, but I cant for the life of me work out how to actually place a CR/LF where ever I want in the text. As soon as I hit Enter, the editing finishes and the selected cell moves. Is there some other option somewhere that allows CRLF to be entered using the keyboard, like AcceptsReturn in a multiline textbox Thanks Dave Shi ...Show All
Visual Studio C#, VS 2005, Crystal Reports XI, Business Objects Enterprise/Crystal Reports Server XI.
Hi, I must be missing something with my versions, etc, but for the life of me I can't work this out. I have my report which happened to be written in Crystal Reports (or the Visual Studio version, it doesn't seem to matter) that I have loaded in to Crystal Enterprise. I create a web page with a crystalreportviewer in it (version 11.0.3300.0 ) all my references in the project are the same. and then in my codefile I do this as per the documentatio ...Show All
