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

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

mwskuzzy

Member List

ykgreene
ThunderRock
cmccarrick
Amanda Jamin
rwbogosian
Lars Roith
jimgong
CodeButcher
Jim Hudson
Kevin McElhiney
Wings_That_Fly
Gianluca Colucci
Corby111
trint
mattii
RizMan
Kamii47
viv3
RJMPhD
kdancer100
Only Title

mwskuzzy's Q&A profile

  • Visual FoxPro Connect to Outlook Express and Microsoft Outlook

    Dear Expert, Can I know how to connect to the Outlook Express and Microsoft Outlook using FoxPro Like the data in a memo feild how I connect or send out using the Outlook Express and Microsoft Outlook Or Can I generete email using FoxPro Thank you.     bankim wrote: I have configured the outlook express perfactly. Were you able to send an e-mail interactively using Outlook Express bankim wrote: I have the code for microsoft outlook , but not for 'outlook express' & CDO code is not working and i go the above error. Outlook and Outlook Express are two separate products. I have no idea what you mean by this ...Show All

  • Visual Studio How to get a VS global service from a custom debugger?

    Hi, I am trying to obtain a VS Service from the TextInterpreter sample custom debugger. As far as I can see there is no way to obtain an IServiceProvider in the DE. I tried to implement IDebugENC which has a StartDebuggingSession([in] IServiceProvider*), but either Edit and Continue is not supported in custom DE or I need to set some flag that I am not aware of or something because it is never called. My DE needs to access data that I implemented in my VSPackage as a global service. If it is not possible to access a service, is there another way to access my data source from the DE Thanks! Charles Hi Charles, Since debug engines might not be running with Visual Studio, there is pre-built mechanism to ...Show All

  • SQL Server SQL 2005 Express and Visual Studio 2003 - Connecting

    I have Visual Studio 2003 and had used it successfully with MSDE. I recently upgraded to SQL 2005 Express and cannot seem to connect to the SQL server. it appears in the list of servers on localhost, but when I try to create a new database it tells me that it "cannot create databases on this server." It will not even open up any existing databases. I have .NET 2.0 installed. I uninstalled SQL and reinstalled it, but nothing seems to help. I feel I must be missing something, but do not know what. I no longer have the MSDE installation files, so I hope I can get Studio to talk to SQL Express. Any help is appreciated. Here is an interesting item: When I click on the SQL Express in the ...Show All

  • .NET Development Connection String problem with MSDAORA.1

    Hi. I have two connection strings for my application, one using Microsoft ODBC Driver for oracle, and another using Oracle ODBC Driver. I am getting "Object not found error( ASP)" when I use MSDAORA.1. I am using oracle 8i. Thanks. Check also for the version of Oracle you are using. I think you cannot use OracleDataAdapter to connect to Oracle 8i, you have to use Microsoft OracleAdapter because OracleDataAdapter can only be used by Oracle 9i.  You can download the Microsoft Oracle Data Adapter (if you are using Oracle 8i) from http://www.microsoft.com/downloads/details.aspx FamilyID=4f55d429-17dc-45ea-bfb3-076d1c052524&DisplayLang=en For Oracle 9i/10g, visit http://www.oracle.co ...Show All

  • .NET Development Collection Editor: possibilty of adding a new Item to a Collection incl. an object as parameter?

    Hi! I have one class with the following Constructor (and no default Constructor), where I want to set a reference to a Parent Object: public Test(myClass ParentObject) { this.m_Parent = ParentObject; } I have setup my Custom Collection for Test: public class TestCollection : System.Collections.CollectionBase, ICustomTypeDescriptor { public Test this[int index] { get { return (Test)this.List[index]; } set { this.List[index] = value; } } public void Add(Test test) { this.List.Add(test); } [code removed......] } Unfortunately the CollectionEditor requires a default Constructor, or the 'Add'-Button in the CollectionEditor won't work... - but if I do provide a default Constructor I am unable ...Show All

  • Visual C++ Problem with Embedding Manifest...

    Hi All, I'm having problems building an MFC .dll project in the IDE with the "Embedding manifest..." step. I've set " (VCInstallDir)redist\x86\Microsoft.VC80.MFC\Microsoft.VC80.MFC.manifest" as an Additional Manifest File in the project property pages. My error is: Embedding manifest... ..\..\..\..\..\..\..\..\..\..\..\..\..\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.MFC\Microsoft.VC80.MFC.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the path specified. I can double click on the error in the output window and the manifest file opens. I can open the file at that location from the Windows Explorer. A search on "general err ...Show All

  • Visual Studio How FormatCurrency to be blank if $0.00 ?

    ASP.NET 2.0 C#, Edit Expression in Report.Table.Textbox. Customer wants $0.00 to appear as "--" or blank, says chrystal reports supports this formatting. I'm shooting in the dark, unknown if this support C# syntax, is equivalent to VB6, ro what I've tried things like this: =Format( "($0.00 ---:{0})" ,FormatCurrency(Fields!Balance.Value)) Thanks Thanks! I got that in prior to the customer demo today. I used this: =iif(Fields!Balance.Value = 0, "--", FormatCurrency(Fields!Balance.Value)) In neither "TextBox Properties" nor "Edit Expression" do I see a "format property." but embedding the call to FormatCurrency above m ...Show All

  • Visual Basic Spell Check

    Reliance on end users having office installed to get spell check in an application is rediculous. This was asked for back in 1.1 by many many people, and still absent from 2.0 Thanks for the suggestion. Please post it to the connect site so we can better track it. http://connect.microsoft.com/vbasic . ...Show All

  • SQL Server SQL Express 2005 installation fails on all of our PCs

    The installation fails and crashes with "Error 110", while attempting to install the SQL Native Client... then crashes (DrWatson). This happens on every OS and test machines that we have within our company... flavors of W2K and WXP, all with .Net Framework 2.0. If the SQL Native Client exists, the installation continues without error. If SQLEXPR32.EXE is run directly from the command line, the installation will succeed. If SQLEXPR32.EXE is called from a Windows Installer Custom Action type 50, it will always fail. This is the method we used to successfully install MSDE previously. Our command line is: /qb ADDLOCAL=SQL_Engine,SQL_Data_Files SAPWD=password1 SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=2 INSTANCENAME=Instanc ...Show All

  • Windows Forms System.Deployment.Application.InvalidDeploymentException on some machines

    Hi! I'm getting the following exception when trying to install my ClickOnce-App on some machines: PLATFORM VERSION INFO  Windows    : 5.1.2600.131072 (Win32NT)  Common Language Runtime  : 2.0.50727.42  System.Deployment.dll   : 2.0.50727.42 (RTM.050727-4200)  mscorwks.dll    : 2.0.50727.42 (RTM.050727-4200)  dfdll.dll    : 2.0.50727.42 (RTM.050727-4200)  dfshim.dll    : 2.0.50727.42 (RTM.050727-4200) SOURCES  Deployment url   : http://192.168.23.105/system3/System3.application       Server  : WinGate Engine  Deployment Provider url  : http://192.168.23.1 ...Show All

  • Audio and Video Development Size of .aca files...as seen by VPLST000.XPL

    I made some changes to my popup.aca file and now it has a new size...how can I figure out what this new size is so that I can report it correctly to VPLST000.XPL... the line in VPLST000.XPL looks like this <ApplicationResource src="file:///dvddisc/ADV_OBJ/popup.aca" priority="1" multiplexed="false" size="1165284" description="archive"/> Since I made changes I know the new size is greater than this...and I believe this discrepency is causing my errors on play. Usually I would just watch my debugger while I emulate to see what the new reported size should be...debugger is nice as it tells you there is an error and what size the offending file is. Its wierd cause the size of the popup.a ...Show All

  • Visual Studio Team System File/Directory Copies

    Does the version control system supports copying files or directories to a different location at the repository level, while retaining the history When I view the history of the branched file I see only changes made from the time of the branch. I would like to see the whole history of the file since it was created in the first version. Wojtek wieboda ...Show All

  • Windows Live Developer Forums Adding Layers to the Map

    Hi, I am in a process of developing a website using virtual earth that displays data from my database on Virtual earth Map. From the VE SDK i learnt that this can be achieved by Layers. But didnt not really understand how to implement it. Could some one help me in doing the same or provide a sample code that will help me. Email: madhu.gandhi@patni.com . Thanks and regards, Madhu. I like this article http://channel9.msdn.com/Showpost.aspx postid=182077 John. ...Show All

  • Smart Device Development Creating controls for Datagrid

    how can i created controls for Compact Datagrid. Well, go ahead and create them – you already have a sample on how to host controls in the grid. They just controls, by the way, there's nothing special about them. ...Show All

  • SQL Server linked reports RS 2005

    Hi, I have a report in one folder in Report Manager. Let's call that the 'base' report. I've created a linked report with that 'base' report to another folder. When I go into Visual Studio BIDS, change the report and deploy it to Report Manager, only the base report changes. The linked report does not change. Is this by design I thought linking reports gave you the ability to have a base report and numerous other linked reports, all of which would also change if you changed and redeployed the base report. Is that not the case Thanks. Hi Teo, In order to replicate the problem, I set up a new report, created a linked report out of it, changed the base report and redeployed. And guess what.. It works ...Show All

©2008 Software Development Network