Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: apc2004
  • Content: Threads
  • Order by date
  1. apc2004

    SQL2005 Backup Failing When Envoked By Client

    Hi all, Awhile back I was having trouble getting our companies client software to execute a DMO backup routine (C#) on an SQL2005 database. The answer was to put the database in Compatibility mode and then to install the DMO Backward Compatibility patch for .net 1.1. Well my problem has came...
  2. apc2004

    SQL2005 DMO Backward Compatibilty with .net 1.1

    Hi all, Awhile back I posted a thread relating to DMO errors when trying to call a backup process from .net 1.1 to a SQL2005 database. I found an answer which was to download and install some Microsoft DMO backward compatibilty patch for DMO to allow it to work with .net 1.1. This is all well...
  3. apc2004

    SQL Server 2000 SP3a Performance Issue

    Hi everyone, I have been asked to post a question by my company's Database Administrator. We have a database which is showing some performance problems. We took a full backup and restored it under a different name on the same server as the first database. The newely restored database does...
  4. apc2004

    .net 1.1 & SQL Server 2005

    Hi everyone, My company writes and maintains a .net 1.1 application which connects to an SQL Server 2000 Database. Using SQLDMO we envoke a Backup of this Database from the client. We are currently looking into upgrading to SQL Server 2005 and had not encountered any compatibility problems...
  5. apc2004

    Read (Including Browsing) / Write Directory Locks

    I need to totally lock a Windows Directory while our C# application is running. It needs to be completely locked out to Explorer browsing and Read/Write by other applications. Does anyone know how to do this (If it is even possible) ? I don't mind using Windows API's if I have to, but...
  6. apc2004

    Reading Audio Channel Data From A Playing Sound File

    Hi, I am currently building an MP3 / Audio Player control for WinForms .net v1.1 using Managed DirectX 9c. I can't find any decent tutorial(s) or example project(s) on how to make a Spectrum Analyser that moves to the music or sound that is currently playing. I have a few very rough...
  7. apc2004

    Managed DirectSound (DirectX 9c) Audio Data

    Hi, I am currently building an MP3 / Audio Player control for WinForms .net v1.1 using Managed DirectX 9c. I can't find any decent tutorial(s) or example project(s) on how to make a Spectrum Analyser that moves to the music or sound that is currently playing. I have a few very rough...
  8. apc2004

    GDI+ Dot Matrix Display (Silent Radio)

    Hi, Over the last few months I have been trying to break up the tedious nature of my day to day programming job. I have been creating & experimenting with animating GDI+ WinForm controls during lunch hours and out of office hours. As a new control I want to create a Dot Matrix LED Display...
  9. apc2004

    How Do I Add ProgressBar To ListViewItem

    Hi all, I am new to creating custom controls for Windows Forms, but am now in need of a ListView that I can add a ProgressBar to a SubItem dynamically and/or at design-time. I understand the principle of what I want to do and have found several examples of controls that do this but do not...
  10. apc2004

    Merging Print Jobs

    OS Version: Windows 2000/XP The Problem: We need to print multiple print jobs. These need to be merged in some way so that the printer the application will be used with can staple ALL the print jobs into one document at the end of print. The issue is without merging the print jobs the printer...

Part and Inventory Search

Back
Top