Quartz...'s Q&A profile
Visual Studio What is the context menu name?
Does anybody know the name of the context menu that pops up when you right click a source code document I'd like to add a menu item to it. Thanks. ...Show All
Visual Basic Status code of web request
How do u determine status code of webrequest while using webrequest /webresponse or HTTpRequest or HTTPresponse objects. I am interested in status only of there is an error. What is correct way of catching errors. I used WebException in catch block but it has general error codes which won't give u http response status like 302 or 404. HTTPResponse has Status codes but in case of error webresponse or Httprequest returns nothing so we cannot use t ...Show All
Visual Studio Team System Problem with Beta 2 TFS Install with Sharepoint portion
Although I have had no problems installing the pieces for TFS during Beta 1 and all the CTPs , I can't get Sharepoint Services 2.0 to install correctly this time. I have tried 3X and I get this on install: An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator. I am running ...Show All
Software Development for Windows Vista state and guid
hi, how can i get all the instances in a particular state in a state machine tnx. You need to use tracking. Hands on Lab 4 has a good example of how to do this and can be downloaded from http://www.microsoft.com/downloads/details.aspx FamilyId=5DF74E3B-FB51-4A94-A11D-DFF70288A8BB&displaylang=en . The labs currently are not updated to Beta 2.2 but should give you an idea about how to get started. ...Show All
Smart Device Development deploy a smart device application on
I am using VS 2005 beta, and created a smart device windows CE 5.0 project in C#. to make a test run of my application I want to test it on my pc using MicrosoftR WindowsR CE 5.0 Device Emulator which I downloaded and installed. the problem is that device emulator does not show in the window for different deployment applications (only "Windows CE 5.0 device" and different "pocket pc" options shows) when I press F5. I have a copy of Visual Studio ...Show All
SQL Server Help in Understing Logic for Generating Row Numbers?
Hello, I found this query below that creates a Row Number column. Can someone help me to explain what the logic behind it is Thanks for help! -------------------------------------------------------------------------------------------------------------------------------------------------- SELECT orderid , custid , orderdate , ( SELECT COUNT (*) FROM dbo . Orders AS O2 WHERE O2 . orderid <= O1 . orderid ...Show All
Visual Basic Automatically Force tableadaptor.fill command for access database
Im making a small app for internal use, that is based on an access database. It will be run on a terminal server with at most 3 people using it. They will probably want to use it at the same time. Does anyone know if it is possible to have a timer running in the program, that checks to see if the source database has changed (say the timer tick occurs every 60 seconds), and if it has, forces the table adaptors on the active form to run a fill ...Show All
Visual FoxPro How to upgrade a menu from FoxPro for DOS
I'm a very old, retired, CCOBOL and ASSEMBLY programmer with some experience with dBase and FoxPro from the command window. A charity has asked me to get an old FoxPro for DOS program working on a donated used computer which contains VFP6.0. I have gone over the data files and they seem to be OK. The indexes have been converted to CDX type and that works. The old DOS program worked by relying on append and browse commands which all work. The nee ...Show All
Visual Studio Team System Project alerts exception
Added a project alert for "A build completes" and added three email addresses. Started a build and got this error in the Event Log: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 2005-11-10 15:37:48 Machine: TEAMSYSTEM Application Domain: /LM/W3SVC/3/Root/services-1-127 ...Show All
.NET Development Quick SQL question
I am trying to build manually the UPDATE, INSERT and DELETE strings of my OdbcDataAdapter because the ones generated by the OdbcCommandBuilder are not going to be adequate. I will still be starting from the generated strings and build on them. To understand better what they do, I need to interpret a specific SQL predicate, and I am having trouble with an expression within. The following SQL command is supposed to ensure that a row in a table is ...Show All
Visual Basic getting text from one form to another
i know similar posts have been made based on this topic but i havent grasped this concept yet. i need to get text from my form2 to my form1. my program is my own version of a calendar and this is what i need to get my events put in the correct dates. The Date object is a numeric up down that selects the date of the event that is entered in a TextBox and I need the data in this box to go to the label Jan1 in form1, which is my problem, when an "O ...Show All
Visual C# How to Read XP_Sendmail output
Hi, I want to read the output of xp_sendMail storeprocedure. (which shows in the result panel of query analyzer while executing the storeprocedure. Like: "Mail send") How can i read this result. or how can i ensure that mail has been sent. plz do reply asap. thanks in advance. Hi there, Just trying to get my head around this...Is your scenario something like you have a C# app that makes use of xp_sendmail to send emails to peopl ...Show All
Visual Basic Microsoft Visual Basic 2005 Express - New Project dialog is empty!?
Look at this screenshot: http://hjem.get2net.dk/dondata/Empty.gif I have allready tried to Repair the installation, and allso completely uninstalled VB and the installed it again, but the dialog is still empty. What is happening here Comon! Am i really the first person i the world to experience this I still haven't solved the problem and I'm still standing here with an ampty dialog. ...Show All
.NET Development Application performance
Hi all, i want to know how to Use application performance Control. Hi! What is "application performance control" Where you see it This forum is for suggestions about forums web site, I think we should move your question to forum where people can find it. ...Show All
Windows Forms Launching PDF documents from VB6 Forms
Hello, I have figured out how to launch web pages from a VB form. Now I am interested in launching PDF files. Is there a good way to do this Assuming that the Adobe Reader accepts command line arguments, it still seems tricky  ...Show All
