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

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

pfabrie

Member List

YoBi4Ever
DaedMajaz
dp2000
r1zky
smartinz
atnoslen
tangy
happyc
Vincent Mahon
Erklarbar
DSH_msn
Viendin
Bagpuss
Lakusha_
Sumith Koshy
Spence Gong
nziese
Pillsbury
mrichards0
KPeters
Only Title

pfabrie's Q&A profile

  • Windows Forms position of the cursor in a form

    how do I get the position of the coursor in a WinForm application ...Show All

  • Smart Device Development what is MMI?

    hi all, I was trying to execute "Receiving SMS inside a managed application" which doing its job on Pocket PC application but when I got from MSDN site that for applying this code to Smartphone2003 we will have to change MMI part. I dont know anything about MMI. Please help me, Hi MMI stands for M an M achine I nterface - that's just the GUI of the application. Michael ...Show All

  • Software Development for Windows Vista Vista 5308 installation fails on Image size verification?

    Does anyone know a workaround for my issue When trying to install Vista 5308, right after entering the Product Key, on the Partition overview (the window to choose your installation partition), I get the following message: Unable to determine the size of the installation image. Please verify that the image is still accessible and try again. I've been trying installing from DVD / HD, as a clean install, as an upgrade from within WinXP SP2, the whole yingyang, but always end up with the above message. Partition 1 = NTFS 50GB (WinXP SP2 installed) Partition 2 = NTFS 30GB &nbs ...Show All

  • Visual Studio Express Editions EM when creating DB diagram in IDE : no valid dbo user

    Hello all, I created a DB in support of my C# application. but when I try to create a relationship between 2 tables in my IDE. I get following EM "This database does not have a valid dbo user or you do not have permissions to impersonate the dbo user,so db diagramming is not available. Do you want to make yourself the dbo of this database in order to use db diagramming". I select yes and get following EM "This database does not have a valid dbo user or you do not have permissions to impersonate the dbo user,so db diagramming is not available. Ensure that the dbo is valid and ensure you have impersonate permissions ...Show All

  • SQL Server "sysft_Content" - what is it?

    upgraded 2000 - 2005 and applied sp1. also same failure with SQL 2005 from scratch tried to do a simple Backup Database of a db named 'msu' to a disk file on a local hard drive just like I would with 2000. failed with: System.Data.SqlClient.SqlError: The backup of the file or filegroup "sysft_Content" is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data. (Microsoft.SqlServer.Smo) That is your fulltext catalog. It needs to be rebuilt after the upgrade. In sql2005, backups inclu ...Show All

  • SQL Server The Trash Destination Adapter - Really needed?

    Quick question... I have a conditional split transform in a dataflow... One of the outputs of the conditional split will take records that are just not needed... Do I have to send that output into the Trash Destination adapter Or can I just let those records hang Will there be a memory leak if I don't use a trash adapter I'm just thinking about if I move the package I'd have to go reinstalling the trash adapter every time... Thanks Let them hang. The Trash Destination is really only for development pruposes, the primary use being to provide a destination thus giving a path that ca ...Show All

  • Windows Forms Accessing overlapping forms in a mdi-app

    If Windows-B-form is in the foreground and Window-A-form  is in the background, the only way I can see to bring Window-A-form  to the foreground is to click on its title bar.  But in VB-6 apps, you could click anywhere on Window-A form  to bring it to the foreground.  Is there a way to do this in vb.net Thanks for any help. Suzanne Haig David: I think I have to do more research on this. In the process of slimming down my app in order to send it, I discovered the problem.  I have a collection of objects that keep info about open forms.  Before opening  a for ...Show All

  • Visual C++ Visual C++/CLI and DirectX

    Trying to get DirectX working with Visual C++/CLI in Visual C++ 2005 Express Edition. I've installed the .NET 2.0 SDK and the latest DirectX SDK and have setup up the directories for DirectX in Visual C++ 2005 Express... Tried looking at the DirectX Tutorials but everything in there is for C# as far as .NET goes. Any ideas how to get DirectX working with C++/CLI The managed DirectX framework is written in .NET, therefore can be used in any .NET language (for more information, google on ".NET interop"). Anyway, the sample tutorial you pointed out is for unmanaged DirectX (ie. DirectX progr ...Show All

  • Visual C# Directory vs. DirectoryInfo and copying files

    I'm working on a project where I have to programmatically move files from one set of directories to another.  Sounds easy, but I'm a bit confused about which object I need to use to get the file information I need to perform this.  The directory structures look like this: Source Directory \\Server1\Archived Reports   Folder A (random name)     report A.rpt  (random name)   Folder B     report B   etc... Destination Directory \\Server2\Archived Report   Loan Activity Managment Report     report A.rpt (same rand ...Show All

  • Visual C++ batch build over telnet and error PRJ0003 : Error spawning

    Hello, I try to build my application with a batch build via telnet on another computer in our company network. But I get the following error messages when cl.exe tries to start: Microsoft (R) Visual Studio Version 8.0.50727.42. Copyright (C) Microsoft Corp 1984-2005. All rights reserved. ------ Build started: Project: SOFILIB, Configuration: Debug Win32 ------ Compiling... Project : error PRJ0003 : Error spawning 'E:\Programme\Microsoft Visual Studio 8\VC\bin\cl.exe'. Creating browse information file... Project : error PRJ0003 : Error spawning 'E:\Programme\Microsoft Visual Studio 8\VC\bin\bscmake.exe'. Build log was saved at " file://q:\obj ...Show All

  • Visual Studio Differences in IDE and MSBuild for Web Project

    Hi, I've got a wierd one. I've got a Solution that contains a Web project and a DLL project. The web project references the DLL project and The DLL project references 3 thirdparty dlls. When I build from the IDE, The build copies all the dlls from the DLL's output (my dll and the three thirdparty dlls.) However, when I build from msbuild, It neglects to copy one of the dlls. It is always neglects the same dll and it never gets copied. I've tried debug and release configurations and it is the same thing. I'll post whatever anyone thinks is helpful. thanks, nathan You are right, this is the behavior in the RT ...Show All

  • Visual Studio Team System Status and Wildcard search in Visual Studio Team System

    Does the new source control in Team System (using SQL server as the repository) have the Status search and Wildcard search like the old VSS had under View -> Search     I need to determine if anything is checked out in a particular tree (and if so, what, and by whom).   I used to be able to do this with the Status search in VSS but I can’t seem to find it in Visual Studio Team System.   :( Mike is correct.  When you run the command from within your workspace, however, you don't need the /s option.  I failed to mention that earlier. Buck ...Show All

  • Visual FoxPro creating tables programmatically-some questions

    I have decided to create some tables programmatically since they most likely will be used temporarily. I do have a number of questions pertainint to CREATE TABLE paramaters. I could not find any explanations so far to figure out what they meant. First I assumed that CODEPAGE should be 1252 (Windows ANSI). Is it the right choice I want to create tables FROM ARRAY arrName I understand that arrName is a 2-dimensional array with the same number of rows as you've got fields Right The number of columns is 18 since CREATE TABLE command expects at least dummy values for some of the elements of  arrName . I got this idea from readin ...Show All

  • Visual Studio Express Editions Help plz

    When you get home, as I stated above, post the contents of AssemblyInfo.cs/AssemblyInfo.vb. If you are recompiling after you trust the assemblies, and your AssemblyVersion is changing every compile, then it won't work. Also you want to trust your assemblies, not the 'name.vshost.exe' file as this is used only by Visual Studio. ...Show All

  • Smart Device Development Multiple Row, List View

    Can someone give me a hint or point me to an example of a C# multiple row list view Models include: 1. InBox list control 2. Calendar Agenda View of appointments Thanks in advance! Dave, Sorry I am a little confused. Do you mean multiple columns I've never seen a listbox without multiple rows :P ...Show All

©2008 Software Development Network