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

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

cpaesano

Member List

Philippe Cand
Chris0144
DischargedXenon
Daveo__
Kamii47
kennm
Evan Mulawski
Dotnetjunky
simon_
Will George
Jane Sathyan
ghe
Leaf.
Piyarit
Meera V
Philippe Cand
SP534
Bandile
Scott Chang
Ben Vanik
Only Title

cpaesano's Q&A profile

  • Visual FoxPro How to change assigned class libraries.

    Hi; I have often backed up my working folder to seperate sub folders like 'backup' etc. I have just noticed that in my project the class lib for some of the classes is the class lib in the backup folders. I am not sure how this happened. Is there a way to reassign all existing classes and objects so they use the one in my development folder Thx. Alenko, It's entirely possible too though that your forms and classes contain references to these backup classes. After you make adequate additional backups of everything. You can USE TheForm.SCX and repair the ClassLoc field with a REPLACE ClassLoc with strtran( ClassLoc, "\backup", "" ). Issue a COMPILE FORM TheF ...Show All

  • SQL Server SQL Server 2000 Timeout Expired

    Hallo all, I have experience quit a bit of a problem with running large queries with SQL server 2000. I handle over 14 million records thus every time i run large queries either direct from the enterprice manger, query analyser , VB.6.0 or VBA Access 2003 i get the same error message [Microsoft] [SQL Server Driver] Time Out Expired. Should i change the setting on the enterprice manager Tools -> Options ->Advanced->Connection settint->Query time out (seconds) . The settings on my server are 0. Please Advice. Kip Can you try setting the timeout to a big value instead of 0 Also, this was already discussed in another thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Asteroids game in the Channel 9 XNA launch video

    Any idea if this is going to be released to the community It looks like it would be a blast to play. I'd ask about the font support that was shown too, but I'm guessing that'll come in the first patch. I was kidding of course. They didn't have any swag at all the release party and I didn't win any of the prizes they gave away in the door prize drawings. So nope, I'm waiting for it all just like everyone else. *sigh*, but I do hope we see some stuff soon! so, I'm signing the petition too. /signs ...Show All

  • Visual Studio T-SQL Debugging on VS2005/SQL2005

    Hello, I can't seem to debug an SQL stored procedure using VS .Net's 2005 debugger. When I Step into stored procedure the breakpoint turns to a question mark and  says "The breakpoint will not currently be hit.  Unable to bind SQL breakpoint at this time.  Object containing the breakpoint not loaded". VS2005/SQL2005 are on the same machine running Win2003 Sp1/R2 Thanx for the help Have you fixed it I've the same problem, may be there are some hints for you: http://forums.mi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Catching Auto-CD launch window message in a game

    Hi, Does anyone know of a way to catch if a CD-Auto Launch is kicked off and not allow that window to become the foreground window. In my game I would like to keep my Windows app as the foreground window. I'm only looking to do this in the case of a CD-Auto Launch happening. Thanks in advance. No no not at all. The use case I was referring to is someone running your full-screen app and then putting a CD that's not related to your app (a movie say). In that case yes, you don't disable autorun. However, the use case you're describing is common and of course should be handled properly. This is how it should be done: - Every disc of your title must have an autorun.ini that ultimately launches an execut ...Show All

  • Visual Studio Tools for Office How to add caspol security settings for referenced assemblies

    I'm building an Outlook add-in using VSTO 2005 targeted at Outlook 2003. I've successfully added the SetSecurity project (from the MSDN "Deploying VS2005 Tools for Office Solutions Using Windows Installer" 2 part series) to my solution, which appears to properly configure security for my primary dll when my add in is deployed to another machine using my setup project. However, the SetSecurity project sample doesn't appear to set up permissions for the com objects referenced in my add-in and my add-in throws an error when I run it. Specifically, my add-in uses the CDO and web browser com objects, so I'm guessing I also need to add Caspol calls for the Interop.MAPI.dll and the Interop.SHDocVw.dll to my setup project What's ...Show All

  • Smart Device Development Pocket PC help

    Hello, I am newbie. I want to listen and perform certain action. When light pen touches the screen of Pocket PC 2005 which API i use to detect that light pen touch the screen.I want to create the simple application like, messagebox will display (contain co-ordinate of the screen ) when i click on screen. I am using C++ for development purpose. Pocket PC 2005. Any event listening or API for that Thanks, -Salman Hi, The windowing framework does pass on a paint message to the windows that gets the focus. This isn't a known issue and I can't understand the reason why may it happen for your application. Please share some more information about the code. Thanks ...Show All

  • Windows Live Developer Forums Robot Invaders Contest Winners

    It's time to annouce the winners for the Robot Invaders contest. The contest ran from May 15th to September 15th and in the end 53 Messenger bots were accepted as valid entries in the contest ( per the how to compete guidelines ). Each entry to the contest was judge by three judges separately using the Judging Criteria outlined on the How to Compete page and then the judges scores were averaged. There were a lot of great robot's submitted but here's the winners: Title Prize LiveBot Grand Mother Nature 1st Spleak 2nd Mobile Record bot 2nd Virtual Secretary 2nd Dr Phile Knowledge 2nd Comtec Travel Bot 2nd Search Bunny 3rd ...Show All

  • .NET Development Locking down a web service

    I have to lock down web services (WSE 3.0) to specific clients (i.e. .NET Windows Apps), in the past (ASP. NET 1.1) we've added the application name and version as an attachment to the soap message and the web service compares it to a static list it has. Does anyone have a better method or know of any samples/tutorials that handle this Is there any good practice/pattern paper on this situation P.S. Having X509 Cert. for each client is not an option for us. ...Show All

  • .NET Development How to convert xml file from dataset to different xml format?

    Hi I have xml file created from the dataset. But the elements in the xml file are listed as in the column of the tables in the database. But I want rearrange and change the elements name as I needed and save as different xml file. Can sombody please help or advice me in the right direction Advance thanks Vaish The Best solution I have on inter abou this topic is found here. They Exactly tell how to Convert XML to Access Convert Access to XML Conversion from XML to Access Conversion from Access to XML http://www.sharpeffect.net/AccesstoXML.htm Sharp Access Converter is an advanced utility which helps you convert your MDB (MS Access) files to any format you wish (XLS, DBF, CSV, XML, PDF, HTML, CHM ...Show All

  • Visual C++ HELP

    My book says that I should create a MFC-project and create a messagebox. But I get build errors and I wonder, is this a correct script for a messagebox: MessageBox("Hello"); It depends on where that is. If it is in a function for a class derived from CWnd, then that should work. Since you are getting errors, try using: AfxMessageBox("Hello"); In the future, when you get errors, try to be more specific about what the error (message) is. ...Show All

  • .NET Development Automatically update a database

    I am creating a windows application in MS Visual Studio.net 2003 as my front end. I have a table in MS Access(2002) which is my backend. I want to write some code in vb.net to automatically update my table in Access after the user enters their data in the last textbox on the windows application. How can this be done Everything is working correctly except my insert into statement. When I execute the application, and try to add data into the first field it gives me an "syntax error in insert into statment." I have added my code below. Can you tell me what I am doing wrong Note: I have several fields I need data to be inserted to. Private Sub editDivision_TextChanged( ByVal sender ...Show All

  • .NET Development IIS on Windows Xp Home

    hi,   can any one help me out in installing IIS on Windows XP home edition, I tried a lot but was unable to do so. thanx         firstly the thread is in the incorrect forum, best to post your question over at the appropriate communities: http://www.microsoft.com/communities secondly, it is NOT possible to install and use IIS on XP Home. It was taken out for a reason and there was a reason for creating a Home and Professional Edition. ...Show All

  • .NET Development multiple programming language inter- operatability?

    Can someone provide me links to tutorial how to have application written in one programming language work with another assuming everything is compiled in .NET environment I am perticularly intersted in finding out whether a form written using C# can be called from a form written in MFC C++ and can form of C# pass and functions/events or data to forms written in MFC. Thank you Sameep Using an assembly compiled from C# (or any other .NET compliant language/compiler) from MFC is not difficult, just use #using and, using the C++/CLI syntax, you can use the classes in the assembly without problem. Going the other way around it a lot more difficult, a .NET program cannot instantiate a C++ (MFC) cla ...Show All

  • Smart Device Development .NETCF2 SP1 serial port memory leak

    I use .NETCF2 SP1 serial port class, my application leaks a lot. Basically, I have a GPS device on an IPAQ 2210 connected via a serial cable into com1. I use the Receive event to start a new thread. Once in it, I loop round checking for data. While not the most elegant of ways to do it, it stops new threads being created / exited every second. The port.ReadExisting seems to leak a few KB every 10 seconds or so. Any ideas SP1 applied to VS2005 and handheld. Thanks Code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.IO.Ports; using System.Threading; namespa ...Show All

©2008 Software Development Network