Software Development Network Logo
  • Visual J#
  • VS Express Editions
  • Windows Live
  • SQL Server
  • Visual Studio
  • Game Technologies
  • VS Team System
  • Smart Device
  • Visual Basic
  • Microsoft ISV
  • Visual FoxPro
  • .NET Development
  • Windows Forms
  • Visual C++
  • Windows Vista

Software Development Network >> cp14feb's Q&A profile

cp14feb

Member List

Raja Annamalai
Travis Howle
zhang chenxu
Belzicool
Conor Cunningham
David Tran
Ana Elisa
James1299
Michael B. Parker
Alex Maines
AbhishakeL
kehinde
Keith Kiedrowski
meedietoo
GvS
JustinSB
LostID
mr_nim
Farquest
Dude on base
Only Title

cp14feb's Q&A profile

  • Visual C++ Visual C++ 2005 compliance with The C++ Standard

    Despite a boat-load of documentation on Microsoft extensions to the C++ language, I have been unable to find a single page describing how VC++ 2005 differs from VC++ 2003 (7.1) with respect to the serious non-compliance issues that plagued users of VC++ 2003 (7.1). This document http://msdn.microsoft.com/library/default.asp url=/library/en-us/vclang/html/vclrfNonstandardBehavior.asp is available for Visual C++ 2003 (7.1). Does anyone know which, if any, of these non-compliance issues have been fixed in Visual C++ 2005 Is there an equivalent document for VC++ 2005 -- somewhere Something that says, in plain English, in what ways, if any, V ...Show All

  • Visual Studio Tools for Office VB.net equivalent of "Selection"

    Hi I wanted to know what the VB.net (used in VSTO) equivalent of Selection is eg for Selection.Clearcontents Hi, I'm assuming you are refering to a VSTO Excel project   There are a couple of things you need to know about the Selection property.  First, that it is a property--it is a member of the Application class.  In Vba, Application members are part of the global namespace which is why you can refer to it without qualification.  Second, its return type is polymorphic; it can return a variety of different objects.  In .Net, this means that the declaration in the PIA will return an object type.&n ...Show All

  • Visual Studio Team System Report "Remaining Work" does not show all Work Items

    Hi everybody, we are using Beta 3 Refresh for controlling our project. Now i got a problem with the "Remaining Work" Report. Our current iteration (started today) has 92 Work Items (80 Tasks and 12 Features (our new own Work Item Type). Every of this Work Items is assigned to the Iteration Path OurProject\Release 2\Iteration 8. When I run the report "Remaining Work" with the following parameters the report just shows 35 Work Items: Parameters: Iteration: Iteration 8 Area: OurProject Work Item Type: Activity, feature, Task Start Date: 1/30/2006 End Date: 2/17/2006 What went wron ...Show All

  • SQL Server Report task?

    Hello, I'm not sure if this one should be in this forum. Anyway... I need to build some reports in MS Word format. Is there are any way to do that It can probably can be done in Reporting Services, but how I can merge these two tools in one project (solution) for example Thanks. Seems too complicated and there is definately lack of info how to do that on practice. But thanks anyway.  ...Show All

  • Visual Basic Loading Notepad as a Process

    Hi, The code below is for a service that fires every 10 seconds. If it doesn't find an instance of Notepad running, it loads it up. Please note that Notepad is only for a test, the final version of the software will run a program once at 22:00. The problem I have is that Notepad isn't loading fully. I get a Notepad.exe in the task-manager, but despite setting the properties, the actual Notepad application doesn't load for user-interaction! Can someone explain to me what I'm doing wrong please TIA Imports System.ServiceProcess Public Class Service1 Inherits System.ServiceProcess.ServiceBase Private _ProcessRunning As Boolean = False #Re ...Show All

  • Visual C# Forms datasets and folders

    I have a Windows project and would like to organize it a little better. It would be nice to have all my forms under a forms folder and datasets under a Datasets folder. I have tried doing things this way but have run into problems. Without me doing something different than what I am, my code does not always recognize these forms or datasets when they are in folders. Is this something that C# just doesn't like If so then I'll just have to get used to it. If not, what can I do to make my code recognize a form that is in a sub folder of the project. For example, this should work: AboutDlg3 dlg = new AboutDlg3 (); dlg.ShowDialog(); ...Show All

  • Software Development for Windows Vista How to use the IAMCrossbar interface

    Hi everybody: can you provide me a sample to describe the use of IAMCrossbar interface. thanks a lot The AmCap sample has code for working with crossbars (and a helper class). Also, see http://msdn.microsoft.com/library/en-us/directshow/htm/workingwithcrossbars.asp ---------------------------------------------------------------------------- Mike Wasson, DirectShow SDK Documentation This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use. (c) 2005 Microsoft Corporation. All rights reserved.   ...Show All

  • .NET Development HttpWebRequest, UTF8, Google Translator problem

    I'm globalizing an asp.net application, and I wanted to automate the process of translating my resource file into Chinese. So I decided to write a program that will post each string I want to translate to the Google Translator program. My program works for Spanish and French translations, but not for Chinese. The problem is that when I use the HttpWebRequest object, the google translator returns a response with the content type "text/html; charset=GB2312", this is the code page for Chinese, but it should of returned the page in UTF8 encoding. When I use a normal browser, Google returns the content in UTF8 encoding. For some reason goog ...Show All

  • Visual Studio Express Editions Data UI Property Page Error

    I am having trouble displaying the data source tool box. When I use the menu option it gives the message "Operation failed. Only true type fonts are supported. This is not a true type font." When I go into the options menu and go into the 'Windows Form Designer'  and click on 'Data UI Customization' the pane displays ""An error occured loading the property page". I previously had down loaded the RC version and then uninstalled and loaded the full express version. I had also loaded the web developer. I have unloaded all the visual studio and reloaded but to avail. Can anyone help I have made the changes in the Display Propert ...Show All

  • Software Development for Windows Vista Changing Dependency Properties from Code

    Hi guys, as I'm getting always the right answers here - I have another "simple" one. When I change a dependency property of an activity in code the WorkflowDesigner is not persisting it because it does not "realise" that the prop has changed. No matter if I do it directly like activityinstance.Property = "string"; or through activityinstance.SetValue(Activity.PropertyProperty, "string"); This is different if I change the settings through the UI using the Properties pane. Question is - what function or property will cause the WorkflowDesigner to persist the workflow definitions ...Show All

  • Visual Studio 2008 (Pre-release) error exeption

    when i call the client method i got exeption : An error occurred while receiving the HTTP response to http://localhost:8000/servicemodelsamples/service . This could be due to the service endpoint binding not using HTTP protocol, among other reasons. i use self host exe in xp service pec 2 my data contruct is as the following : namespace ServiceSide { // Define a service contract. [ ServiceContract (Session= true )] public interface IVigUserServerEx { [ OperationContract ( IsInitiating= true , IsTerminating= false )] bool LogIn( string strUserName, string strPassword); [ Operation ...Show All

  • Visual Studio Team System Setting Alerts: SMTP Server Requires Authentication

    Hi, I use a third-party SMTP server and therefore need to logon using an email address as a user name and also supply a password. I have set emailNotificationFromAddress in c:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services\web.config. How can I set the password This issue has been raised before, but there are no details about a solution http://forums.microsoft.com/msdn/showpost.aspx postid=105054&SiteID=1 REgards Will Tfs supports integrated Windows authentication for sending emails.  To send emails with Basic Authentication (username and password), first send the emails to a relay s ...Show All

  • .NET Development Query Access Mdb for Linked Table datasource?

    I'm wondering if anyone knows a way to query an Access mdb file programmatically to extract the data source(s) it is using for its linked tables.  I will be using this information in to make an ADO.NET connection (hence the choice of forum :D) What specifically in System.Data.Oledb What do you use to get at catalog information of the Access datatable (as opposed to schema information of in-memory oledb.datatable ) ...Show All

  • SQL Server Management Studio Express CTP update now available

    There is a new Management Studio Express CTP download available at   http://www.microsoft.com/downloads/details.aspx FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en . This update fixes the defect where installing the full Books Online documentation prevented Management Studio Express from starting.  With the update, Management Studio Express and Books Online no longer interfere with each other. To update Management Studio Express CTP: 1) Uninstall Management Studio Express CTP from your machine. 2) Clear your browser's download cache.  If you are using Internet Explorer 6, you can do this by starting Internet ...Show All

  • .NET Development How can i made a UserControl with Panel

    Hello, I wan’t to make a UserControl. On the UserControl is a Panel. This panel should include some other Components after using the Control. I made the UserControl and put it on a Form. If i want to add a control in it, VB put it behind or in front of the UserControl. It doesn’t add the Cotnrol in the Panel. How can i do it Greets Marco To allow your custom control to be a container control, you need to add above the class defintion this code: [ Designer ( "System.Windows.Forms.Design.ParentControlDesigner, System.Design" , typeof ( IDesigner ))] public partial class UserCon ...Show All

©2008 Software Development Network