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

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

mendez_edd

Member List

ko
Jason Strate
SDNHM_John
Kai-Chih Hu
Calguy
santosh.s
Ang Bain
Tyler Brown
Naids
ataha13
mmmmmm
JDanon
Timpie
LanceT
Flame Thrower
C Davis
DWinTX
guppie
Janikocjan
Bill Mueller
Only Title

mendez_edd's Q&A profile

  • Windows Forms Microsoft Outlook 11.0 Object Library

    I am retrieving message from the Inbox as follows: (MS Article ID 310258: How to use the Microsoft Outlook Object Library to retrieve a message from the Inbox by using Visual C# .NET)  Try  Dim oApp As Outlook.Application = New Outlook.Application  Dim oNS As Outlook.NameSpace = oApp.GetNamespace("mapi")    oNS.Logon(Missing.Value, Missing.Value, False, True)  Dim oInbox& ...Show All

  • Visual C# Declare out of try

    try { Microsoft.Win32.RegistryKey RegKey =  Microsoft.Win32.Registry.ClassesRoot; RegKey = RegKey.OpenSubKey( @"......" ); ... } catch { } finally { if (RegKey != null ) RegKey.Close(); }   when i'm doing this VC# 2005 i've got Error    1    The name 'RegKey' does not exist in the current context    isn't finally supposed to be used for releasing possible ressource leak it works well outside of try block but i wondered why not inside if my constructor would send an exception it would be outside the try My fault.. ...Show All

  • Visual Studio April VSSDK?

    Any chance of getting the April drop before next week's lab, so we have a chance to give it a try beforehand Your best bet is to keep an eye on this site: http://affiliate.vsipmembers.com/affiliate/downloadFiles.aspx If it is available before the lab, that's where you would be able to get it from. ...Show All

  • Windows Forms ThreadStateException from background thread manipulating its control

    Hi, I came to this exception: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. and I don't know what to do with it. My application creates some Panels with a lot of components at run time (according to the database entries). Each panel takes a second or two to load so I decied to use multithreading and choosed the ThreadPool. Simply something like that: (for each page in Form_Shown) Thread.QueueUserWorkItem( <delegate to CreateFormPage> ) ... private Panel CreateFormPage( byte page) { Panel r = new Panel(); ...Show All

  • Visual Studio Team System HOWTO: Receive alert when a new bug is added to worklists

    Greetings, We have referenced the Foundation Server web service in our application so our testing users can submit a bug directly into our worklist during their evaluation. It's cool. 1. How do I get alerted when a new bug is added 2. It appears the web service API does not permit assigning a new work item to anyone. Am I missing something Is there a way to pass in who it should be assigned to Thank you in advance. Question #1 is most important of the two. Jerry Nixon Since the ActualAttendee2 field is not a core field, it would not be available for every event. If you are OK with notification only when it is one of ...Show All

  • Visual Basic Access or SQL Which one is better

    Hi I'm wondering, which one would be better, i'm creating 2 medical programs, that are going to be running on a local machine, I Use visual Basic 2005 express and don't know if I should develop with access or SQL 2005 express. Which one is better and faster Any suggestions or comments will come in handy. PS. Future versions might have network connections, like for a secretary or interoffice connections. So should i work on access or SQL express SQLE is *better* in that it does more. The real question is, which is the appropriate tool fo hte job. If you expect to run the database on a seperate ma ...Show All

  • Visual Studio Team System ASP.Net 1.x Performance Analyses Tool

    Hi All, Is there any tool available for asp.net 1.x like we have performance analyser in asp.net 2.0.   D_niit, Are you refering to the performance profiler that is included with the Developer edition of VSTS If so, then that tool is only available for Asp.net 2.0 it will not work with 1.x solutions. Thanks, Ian ...Show All

  • Software Development for Windows Vista Exchanging parameter enter the state machine workflow and the host application (web)

    Hello, I want to pass paremeters to the different states in the state machine workflow with event driven . Can I do it with the raising event method... if it's possible, how Or should I utlize the custom read/write activity,knowing that this activity is compatible with the Beta 1 version and I am working with the beta 2 version. Thanks in advance Maaloul wrote: Hello, I want to pass paremeters to the different states in the state machine workflow with event driven . Can I do it with the raising event method... if it's possible, how Or should I utlize the custom read/write activity,knowing that this act ...Show All

  • Visual Studio How Can Connect MSDN library Apr2003 to Visual studio 0.6 to Use the help

    Hi Every One First I Installed a Visual Studio 0.6 VC++ . After one day I Install the MSDN (MSDN APR2003), But When i try to use the Help of VC++ or any compenet i installed from the Visual Studio 0.6 error message saying 'The MSDN Collect Dosn't Exists Please Reinstall the MSDN' So How I Can Connect The Visual Studio VC++ to the installed MSDN Which Already installed in my Computer Also I Try this Method : Installe the VC++ at the end when istalltion ask me the MSDN I put my MSDN CD-1 in cd-Rom Drive but the Installtion Progress Didn't accept the cd , Please Can any one help me and explain what is the problem and How can be s ...Show All

  • Smart Device Development Can't initiate sync from PPC 2003 SE SDK Emulator.

    I have created a VS 2005 + NETCFv2 application which uses ActiveSync. I am able to deploy, debug, and run everything I need to on the WM 5 emulator and the PPC 2003 emulators with no problem. On the WM5 version of my app, I use ActiveSyncStart which works great. On the PPC 2003 version of my app, I'm using "repllog.exe /remote /all /h" instead. However, on PPC 2003, the synchronization does not start. I then tried initiating a sync manually from the device (emulator) by going to ActiveSync and clicking the sync button; but nothing seems to happen. I am able to synchronize when I initiate sync from the desktop ActiveSync. ...Show All

  • SQL Server SQL Authentication and SQL Express

    (FYI - the Search box throws a scripting error when I type in it) I see in SQL Express Manager that I can connect using either Windows Authentication or SQL Authentication. Is the SQL Authentication for use with SQL Server 2000 and perhaps the full SQL Server 2005, but not for SQL Express My product uses SQL Authentication with SQL Server 2000; I am testing my product with SQL Express, but it fails on the authentication step: Event Type: Failure Audit Event Source: MSSQL$SQLEXPRESS Event Category: Logon Event ID: 18452 Date:  5/24/2005 Time:  3:13:26 PM User:  N/A Computer: XSDEV02 Desc ...Show All

  • Visual Studio Express Editions yadda yadda for Dummies -- getting data into my VB thang

    I posted this here , but realized it may have been in the wrong place. WDIK     yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app.  I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new discovery for me, so now you get my level of experience). Now I want to do more stuff with this data, stuff that is cumbersome in a spreadsheet.  It would seem to me that if I can paste it into a ...Show All

  • Visual Basic TV Capture

    i'm trying to create an application that calls or access my tv capture card (a VB TV application) although im still a novice. Any poiners To do this, you probably want the platform SDK, seeing as DirectShow has been moved there from DirectX, where it used to live. Beyond that, I'm not sure. ...Show All

  • SQL Server Conditional MDX ?

    I've got a solution where I need to apply some adjustment to a measure for a given scope: Scope ([Organization].[Organization].&[13], [Product].[Division Temperature].&[Frozen], [Measures].[FOB]); This = [Measures].[FOB] - 1.25; End Scope ; This works fine, but given that this solution uses role based security to limit access to specific dimension data, there are some roles that don't have access to the [Organization].[Organization].&[13] and the MDX fails parsing. Is there any way to make a conditional MDX that I can use to only apply the given MDX SCOPE when the role has access to the dimensions used in th ...Show All

  • Windows Forms Wrong content type ?

    Application: ----------------  "An unknown error has occured.  Please review the even log for more information"  Event log:  ----------------  "Client found response content type of 'text/html; charset=Windows-1252', but expected 'text/xml'."  Any ideas    "Client found response content type of 'text/html; charset=Windows-1252', but expected 'text/xml'."  you said &qu ...Show All

©2008 Software Development Network