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

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

Joeman345

Member List

Shai Zohar - FXM
Alexey Shcherbak
Jing
WallStreetVH
ClintC
Webbert
JimBone
niceanimesh
mutex
r.cicca
dsmithwv
yuvin
Jonathon Rossi
Denis Ruckebusch
Joel S Lyons
Gopal Ramamoorthy
Adrian Mills
Jerome Hannebelle
Steve Gomon
James1299
Only Title

Joeman345's Q&A profile

  • Visual Studio New/replacement names for items in DTE.Project.Properties for Visual Studio 2005

    Hello, I have a DTE.Project object, and I'm accessing its Properties collection using names that worked in Visual Studio 2003.  Some of these names do not work in Visual Studio 2005. I am accessing them through the following code: DTE.Project curProj = ...; curProj.Properties.Item( <PropertyName> );  For a smart device project (Pocket PC 2003), I'm trying to access <PropertyName> equal to: "OutputFileFolder". I get an "Arg ...Show All

  • Visual Studio Team System DeclareEventHandlersCorrectly

    TypeName: DeclareEventHandlersCorrectly CheckId: CA1009 Category: Microsoft.Design Message Level: Error Certainty: 95% Breaking Change: Breaking Event handler methods take two parameters. The first is of type System.Object and is named 'sender'. This is the object that raised the event. The second parameter is of type System.EventArgs and is named 'e'. This is the data associated with the event. For exa ...Show All

  • Visual Studio Team System application center test viewstate over SSL

    Instead of auto recording, I manually created a Application center test script with view state to stress my application, it works fine while connecting to server without SSL, but when connecting to server with SSL enabled,  no response is returned, maybe the server does not take manually created view state over SSL anybody done this before        Set g_oConnection = Test.CreateConn ...Show All

  • Visual FoxPro Updating to memo fields in Foxpro through ODBC using PHP

    Hi everyone, In advance I wanted to thank you for your time in replying to my post.  My company is trying to integrate their current foxpro databases with PHP.  I am using ADODB on the PHP server and connecting using an Visual Foxpro ODBC driver. We are running into an issue where foxpro doesn't allow us to update to memo fields over 255 characters.  I ran across a link , but since I am working in PHP I'm not sure if it applies ...Show All

  • Visual C++ com+ 1.0 support

    Hi, I'm updating a bunch of our c++ code to use the 8.0 compiler and have run into an issue. One of our projects uses com+ 1.0 and references the mtxguid.lib library. I see that this file existed with the vc98 and vc7 compilers but  not the vc8. Is there another library we are to use or should we just link back to one of the old ones thanks Actually, it's even better than that. This file got added to the l ...Show All

  • SQL Server Error in Adding Maintenance Plan

    Below is the Error ( I have SSIS installed ; when I open Business Intelligence Studio it lists SSIS as installed) Maintenance Plan Wizard Progress - Creating maintenance plan "Backup xxxDatabases" (Error) Messages * Create maintenance plan failed. ------------------------------ ADDITIONAL INFORMATION: Create failed for JobStep 'Subplan'. (Microsoft.SqlServer.MaintenancePlanTasks) For help, cl ...Show All

  • SQL Server Performance difference

    Hello, i'm running 7 same HW&SW configured servers with the same load with SQL Ex 2005 SP1 installed. I'm executing SP over 200.000 times a day. And here comes the problem, every server got different average response time, the quickest executes the SP in 1 ms, the slowlest in 50 ms, that's 50x slower! Have you any performance hint, please Thank you. Thank you Andreas for your kind help. This is ...Show All

  • Visual C# Pass by Whatever

    Hi! I am confused by the insistence of both Java and C# that passing a reference type is not pass-by-reference but pass-by-value. I take it that since you get a copy of the reference, they consider it pass-by-value Then, what is passed in pass-by-reference A handle (pointer to a pointer) And, if so, isn't it a copy of the handle that's being passed As you can see, I am missing something. Please, lay it out simply for me. (Pass-by-value--I ...Show All

  • Visual Basic msgbox on client browser problem

    am facing this problem hope some one can help.. I have developed web applications that uses msgbox, when I run the application from server side under the VS2005 it runs very well and msgbox pop very nice: The instruction I use to pop the msgbox is : MsgBox( "Password Has Changed, Please Click OK to Relogin with the new Password" , 4160, Omar.MsgTitle) When I run from vs2005 compiler it’s greate but when I publish to the ...Show All

  • Software Development for Windows Vista HELP: Exception has been thrown by the target of an invocation using ForEach Activity

    I did a search for the exact terms and found some hits on the forum. None was relevant to issue that I'm running into. I downloaded and added the ForEach activity for Beta 2 I added the ForEach activity to the toolbox and dragged the element on the designer. this automatically added the reference for the project to cimpile. Need clarification and issues: 1. I currently addedd the ForEach activity from the default installation location o ...Show All

  • Windows Forms Persisting a DesignSurface

    Greetings, I am working on creating a windows forms-designer type application. I am using the DesignSurface class to create my forms. This MSDN article provides an excellent sample of the classes involved: http: / / msdn. microsoft. com/ msdnmag/ issues/ 06/ 03/ DesignerHosting/ The sample also persists the objects on the designsurface, and is able to reload them just fine. However when looking at the code, the author is manually iter ...Show All

  • Visual Studio Express Editions Combo Box Help (beginner)

    I added Items to the combo box. How do I define these items Combo Box has a value of 1' = 100' (This is what you see in the drop down list), but I would like to convert this to 1/1200. Can I do this Define {1' = 100'} = {1/1200}. If so, how By the way I would like the 1/1200 to be an Integer(I Think) so it returns a value of .0008333 repeating. Thanks, Mike hi, combobox have a valuemember and display ...Show All

  • Windows Forms Printing Children

    How can I set my menu to print a child if it is open  If the child is not open, I don't want it to print. In fact, I want the print option disabled. Except, of course (for those reading this later), it didn't--you&nb ...Show All

  • Windows Forms Pass arguments thru events.

    Now if an embedded winform control needs to execute a javascript, it either needs the dom object (I posted this question already), or it can expose com interface allowing the browser to sink in events which can be utilized by dhtml <script f ...Show All

  • Visual FoxPro Visual Foxpro Book Recommendations?

    All, Can anyone recommend a good book for learning VFP 6.0 from scratch   I've looked at SPECIAL ADDITION USING VISUAL FOXPRO 6 but it's not really helping me so far.  All I am trying to do is create a simple .exe that will read amd update some records from a .dbf and insert those records into a MS SQL table.  All the books on Amazon have gotten terrible reviews and MSDN has little to no info on doing thi ...Show All

©2008 Software Development Network

powered by phorum