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

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

doublep03

Member List

Bil Muh
Yvon Turcotte
Stephen020960
Hieu Le Trung
lavrinenkoe
Chris Rossall
DirkH
Yeow#
dschon
jairo_jeremias
Mike Champion
evgenypa
Mark Blomsma
Ori'
mc100ftj
OleGrytdal
CV 8.0
yale
gd52
wells.yap
Only Title

doublep03's Q&A profile

  • Visual Studio Team System Using VS2005 (beta 2) with custom rules

    Hi, I'm trying to integrate custom FxCop rules using the Code Analysis capabilities of VS2005 beta 2 and I'm hitting some problems :( I've written a very simple custom rule which loads and runs OK under the stand-alone version of FxCop 1.32  I've then changed the FxCop and Cci references (and imports) to hook up to the integrated version of FxCop (SDK under "Team Tools") so I can load the rule for use in the IDE but that ...Show All

  • Visual Studio Express Editions which express edition are compatible?

    I have a few questions, which express edition are compatible Can I have Visual Web Developer, SQL Server, and vb.net express on one computer Can VWD run with SQL Server does SQL Server only run locally, or can other people connect to the databases created Will J# run with vb.net express Will j# run with VWD and sql express Hi There Hey Glenn TERRIFIC POST!!!!! I have all the Needed Tools downloaded to ...Show All

  • Windows Forms web browser...

    Hi, Is there any way I can capture, into a picture, a control in my app, in run-time  Like capture the current page you're viewing in a web browser control Thanks You'll need to dig into the Windows API for that. ...Show All

  • Visual C# Customized Localization per User

    Hi guys,   I have spent quite some time researching thsi but can't find anyone who has had the same problem.  I'm writing a site but I want the text on the page to not only change dependendant on the country they are in but also depending on the user that is logged in.  So for example  gerald logs on and the text shown is:   "Please select an item from below"   If fiona logs in she woudl get: &n ...Show All

  • Windows Forms remoting -- control embedded in IE

    Hi, I am trying to use .NET remoting in forms control, I just declared: ------------------------------------------------- using System.Runtime.Remoting; using System.Runtime.Remoting.Channels; using System.Runtime.Remoting.Channels.Http; namespace WindowsControlLibrary1 {     public class UserControl1 : System.Windows.Forms.UserCont ...Show All

  • Software Development for Windows Vista build failure

    Hi, I run into the following problem building my project using WWF Beta 2: After the first successful build, it isn't possible to build the solution again. Build ends with an error, not described in detail. are there any ideas about soving this problem Best regards, Andreas this is the output of the build process: ------ Build started: Project: Diagnostics, Configuration: Debug Any CPU ------ Diagnostics -> D:\_work\S3 ...Show All

  • Visual Studio Express Editions Trouble installing Visual C++ Express using .iso image

    When I tried to install Visual C++ Express from a CD burned from a downloaded .iso image I got the following error: The Cabinet file 'vcsetup1.cab' ... is corrupt and cannot be used ... I downloaded the .img image, extracted files using IsoBuster, and installed without problems. I redownloaded the .iso image (I'd like to burn a CD and my current burning software only supports .iso, not .img, so I'd really like to get a good .iso image). This t ...Show All

  • SQL Server importing a SQL 2000 database

    I installed SQL 2005 Express and Server Management Studio Express (CTP) but now what's the easiest way to import a database from a SQL2000 server Steve I've been using backup (from 2000) and restore (to 2005) with zero issues....   ...Show All

  • .NET Development C# - OleDb - Access(MDB) : storing and retrieving images

    Hello, I am currently banging my head against the wall and it is starting to hurt, I am trying to store images used in a windows application within a .mdb database. Within the table of the database the field in question is set to OLE Object. The method I am using to put the image into the database is as follows: public static bool UpdateContractor(Utils.Contractor cnt) { if(! DataManager.bReady) throw new DataManagerNotReadyException( ...Show All

  • Visual Studio Team System How to backup and restore on TFS RC?

    There is any guide for backup & restore in RC Our technical writers are working on getting the updated TFS RC backup/restore instructions posted. and I've notified them of this post so they should respond once the documents are posted. We might place a link to the new TFS RC Backup/Restore instructions on the old(Beta3Refresh) backup/restore page. Backup/Restore procedure for Beta3Refresh is located @ http://blogs.msdn.com/vst ...Show All

  • Windows Forms adding TabPage Added and Removed handles

    Hi! Does someone know, whether it is possible to handle when TabPage is being deleted or added. As I've understood, it's not possible to use ControlAdded and ControlRemoved removed, because they are used fot ControlCollection. Is it a way to solve my problem Any suggestions are welcomed. ...Show All

  • Visual C# Asynchronous programming.

    The code snippet below is a stripped down, example from a real app and illustrates a problem I am experiencing. The idea is to start and stop a process that works in the background (using asynchronous delegate invocation). The process loops until a flag is set to true. In the real app, the process invoves a specific closing-down process and hence the need to wait for the processing to terminate gracefully.   The problem is the app ...Show All

  • Visual C++ MFC CCombobox dropped width/length problem

    I recently had to implement some lists in combobox. For a better usability (the texts were cropped and only one line of thelist was displayed when dropped), I tried to use the CCombobox::SetDroppedWidth member fonction with the maximum length of my items list, as shown in the Msdn example, just after inserting the items : [code]         index = comboboxCtrl.addstring("blahblahblahblahblah")      &nbs ...Show All

  • Visual Studio Express Editions Visual C# Keeps asking for Registration

    As of this moment I already have 2 "Thank you for registering Visual C# 2005 Express Edition!" e-mails in my inbox and just now, Visual C# asks again to register I'm OK with registering, but not if it keeps asking for it every day or two. What could be the problem Eric On further investigation, it appears that installs from the .img files do not require registration. ...Show All

  • Smart Device Development MFC CPropertySheet/CPropertyPage

    Good day. I use MFC classes CPropertySheet and CPropertyPage to implement tabbed application. I've got some questions: 1. How can I move tabs to the top of screen I tried to apply TCS_BOTTOM attribute, but it doesn't work: CTabCtrl* pTabs = this->GetTabControl(); DWORD flags = pTabs->GetExtendedStyle(); flags |= TCS_BOTTOM; pTabs->SetExtendedStyle(flags); 2. When I have only one PropertyPage in my Sheet, components of this pag ...Show All

©2008 Software Development Network

powered by phorum