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

Software Development Network >> Steven Dixon's Q&A profile

Steven Dixon

Member List

Jayson Speer
nitinbourai
maxithron
AdrianJansen
sajipbabu
b5lurker
Tom Harpel
SaravanaKumarPaulraj
Frank Foerster
silgenfritz
Patience404
Primo109
David McC
anat52349
Ken Shook
mrbrown
Forbes.Pu
Mads Brink Hansen
Dave Auld
rsating
Only Title

Steven Dixon's Q&A profile

  • Visual C# ODBC Datasource - Debugger just quits!!! mscorwks.dll error outside debugger

    Hi, I am curently developing a client application that connects through a ODBC data source to COBOL ISAM files, generally this works well, however, when i try and fill a dataset and then proceed to fill a datagrid view (quite simple stuff), the client just quits back to the debugger, no error message/debug info at all!!! If i run this outside the debugger, i get the following debug information: AppName: client.exe   &nbs ...Show All

  • Microsoft ISV Community Center Forums Remove user from (Folder-)ACL

    How can I remove a User(for intance "TestId") from the ACL of a folder using API-calls on advapi32.dll At this link I found VBA-code http://download.microsoft.com/download/wbt/sample/2.0/nt45xp/en-us/setperm.exe Can anybode help me I'm very pleased FiftyFive Per the support engineer: First, I’d like you to go through a 3 rd party sample code provided by AllApi.NET ( http://www.mentalis.org/apili ...Show All

  • Visual Studio Team System Inconsistent results?

    Hi, I've noticed that fxcopcmd (and the UI also) can yield inconsistent analysis results. This is a bit of a problem, because we've started to integrate fxcop with our automated build system (home-grown makefile-based): fxcop gives us the "all clear" on individual developer machines, but yields additional errors on the build machines, which breaks the build. I realise that we could expect differences for naming-based rules that depend ...Show All

  • .NET Development Test Form for Webmethod failingto invoke on IIS6 and 2003

    Hi, I hoping this one is a simple configuration element that I've missed. I've deployed a webservice to a win 2K box and all is fine, however when it is moved to a Win2003 box we're receiving error code 500 at the client. If I try to invoke it locally from the testform on the 2K3 server the invoke button fails to actualy invoke anything so we can't potentially see any better error descriptors. Does anyone know why the "Invoke" te ...Show All

  • Smart Device Development Can't Settle Title of Dialog in PPC2003

    I have an PPC2003 application and I use dialogs. I am trying to set the Title of the Dialogs using SetWindowText("HELLO"); But for some reason, the title refuses to show. Anyone have any suggestions Thanks, Norm SetWindowText takes LPCTSTR as its argument. Try SetWindowText(L"HELLO"); I hope it helps. ...Show All

  • Visual Basic API GetUserObjectInformation

    All, I am currently developing a program that will enable users to create and switch desktops as they so please. However, I am having a bit of trouble with the GetUserObjectInformation API. I either get a value of 0 being returned or so many errors I am about to go nuts. Does anyone know the correct way of calling this in VB.Net 2005. I have tried many different variations but none seem to work. I do know that I need to call it once to get th ...Show All

  • .NET Development ADO/SQLExpress Connection String Question

    I'm working on a customer project and deployment project. SQLExpress is part of the installation and there is a pre-existing database. As installed, the database is detached. This application uses ADO.NET to establish SQL connections and it also uses Excel VBA to connect to the database via ADO. The following SQL Connection string works for SQL (as far as I can tell) Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\XYZ_Data ...Show All

  • Visual Studio Official VSL feedback and suggestions thread

    The Visual Studio Library (VSL) is a new addition to the Visual Studio SDK 2005-10 (VS SDK), and was not previously available in the VSIP SDK.   VSL is a C++ source library, primarily targeting the Visual Studio Platform, which extends the Active Template Library (ATL).  A Power Point presentation given at the VSIP dev lab can be be found here .   Thus far the contents of VSL have been solely driven by the needs of th ...Show All

  • Visual Studio 2008 (Pre-release) How to make a non-retangular display?

    I wish to make a non-rectangular display like this Windows Media Player( http://journal.mycom.co.jp/news/2002/09/11/06cl.jpg ), How to do it (I have found some information on the web about WIndows form, but I can't find any for XAML) Thanks, can you provide a bit more information Eg, Which control, which template, and what to change... Or is there any sample on the web. I have try to use the c ...Show All

  • SQL Server How to optimize data import with huge volumes and joins across data sources not all SQL Server based?

    I need to periodically import a (HUGE) table of data from an external data source (not SQL Server) into SQL Server, with the following scenarios: Some of the records in the external data source may not exist in SQL. Some of the records in the external data source may have a different value at different imports, but this records are identified univocally by the same primary key in the external datasource and in SQL Server. Some of the records i ...Show All

  • Visual C++ Problem with LoaderLock in C++/C# application in release build of VS Standard

    Application Description We have a mixed application written predominately in C#, with some legacy dialog MFC stuff written in C++. We have been developing this through the VS beta's to the point where the application runs and correctly works with the C++ code integrated in with the C# code, paying regard correctly (as far as we are aware) to all the issues with Managed/Unmanaged code, and such things as DLLMain. Problem Now we have recompile ...Show All

  • Windows Forms windows form stops responding during non-infinite loop

    Hi,I have a windows form that sends out a monthly opt in newsletter email to all of our community members. The problem is that the list is large, and every time I run the program it sits there appearing to be frozen. I have to watch the program under task manager and watch its resources to see if its running, and checking the queue mail folder for emails. This obviously is not a great way to run the program.In my code I loop thru a sqldatareader ...Show All

  • Visual Studio Rights to load data into Crystal Report...

    Hi everybody, When I place data field into crystal report and then run the web application, it causes error with a message: Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. What are the rights necess ...Show All

  • .NET Development Generic Types

    would anyone know how to implement a single class for different types. This's my class Class CClass       Public Sub New(TheTypeShouldBe  AS  What  )         ' So That i can define a generict List of  'ThisShouldBeTheType'         Dim myList as NewList(Of TheTypeShouldBe)     &n ...Show All

  • Visual C++ having problem in loading a resource dll

    <bk pradeep@discussions.microsoft.com> wrote in message news:8d6cef00-7b72-4588-a50e-955fef9f0ddc@discussions.microsoft.com > Iam new to win32 programming. I have a resouce only dll with some > dialogs and bitmaps. Now I need to use this resource dll from my > win32 dll. I have tried using loadlibrary and loadresouce but somehow > its failing. can you kindly provide me with code snippets or ref ...Show All

©2008 Software Development Network

powered by phorum