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

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

pcb

Member List

pramz
xiaotao
Dodo Roa
jbtechie
CindyR
andryuha
Phil Burns
GeorgeDe
DVINH
Jeffrey van Gogh - MSFT
kashif afzaal
Toddley
Nick Waanders
heinz57
FeiUsa
Emel
D_S_Clark
Mike Mayer
kada
mewdied
Only Title

pcb's Q&A profile

  • SQL Server Change Snapshot Caption

    Dear Anyone, Is it possible to change the caption of the generated snapshot reports Currently in RS, they just display the exact date and time where the snapshots were created. Thanks, Joseph ...Show All

  • Visual FoxPro FoxPro won't run. Fatal Error - C0000005

    Hi I've been working away in FoxPro for the past few days and then this morning, after using it for a couple of very productive hours, I suddenly got this error when I tried to start it up. Fatal error: Exception code=C0000005 @ 05/25/06 03:28:35 PM . It gets as far as showing the menu and the various things like the command window and then gives the MSoft error message. It shows as error 1000 in the Windows error log. I'm using VFP9, SP1 on XP with latest SP. Standalone PC. There's nothing major I've done this morning to change my PC. Since then I've: * Checked the registry * Virus checked it * checked that all the har ...Show All

  • SQL Server <Unsupported Data Type> ??

    I have a problem in a store procedure.... the field isn't updated or touched...it's only readed with a nested select... In the grid pane is showed :<Unsupported Data Type>  as this.. http://www.base2.it/img/sql3.JPG If I force a cast  like this.. CAST(derivedtbl_1.Descrizione AS varchar(255)) the value is showed... tha field in the original table source is definded as varchar(255). http://www.base2.it/img/sql4.JPG I don't have any idea... what's the problem Could you share your stored procedure with us It might help to see w ...Show All

  • Windows Forms How to install Bugfixes for my Apps?

    Hi, Let's say I make a program with Version 1.0 . Someone installs it on a PC. Some days later I find a bug and fix it. Now my Version is V 1.1 . What is the best way to deliver the bugfix  Should I make a new Setup Project, but then the client has two versions of my software on his machine. Or should I just make a&nb ...Show All

  • Visual Studio Express Editions databound ComboBox displays Value member instead of display member

    Hi, I tried the tutorial in the ebook (cartracker) fine, it works. I made my own little sql express database. The form has several databound combo boxes; they don't always display the display member, but instead, show the value member. If I navigate through the data and go back to the record, SOMETIMES it shows the display member. I haven't written any code. I've just got the generated stuff. It's really puzzling. Any ideas ...Show All

  • SQL Server data not flowing out of flat file source

    my package has a flat file source that should be extracting data from a text file passing the data to the next component in the data flow. the package validates fine, but the data isn't flowing. however, i see the data in the source component. i added a data viewer between the source and the next component to see if any data flowed and saw no data. can someone suggest how i should go about trying to debug this thanks. Donald Farmer wrote: There should be a warning triangle in the components that need to be fixed up. Double click on those components to open the UI and the metadata may be fixed automatically, or you will be promp ...Show All

  • Visual Studio Team System Recursive diffs

    Am I missing something It seems to me that recursive diffs of a tree take an inordinantly long time. I am trying to get TFS into our shop as it seems to have a great feature set for the price point, but there are a lot of people pushing for subversion and CVS here. Here is an excerpt from a developers complaint about TFS. ... Recursive diff operations from the command line are very slow. A recursive diff on a directory tree of 60 directories, nested 0-3 levels, containing 655 files, required 75 seconds to complete. For comparison, a recursive diff against the same tree stored in an online (i.e. across the Internet) CVS repository requi ...Show All

  • .NET Development Copy operation rejected in DataGrid when thread is set as MTAThread.

    HI, I have a DataGrid dropped on the form with some datasource set and the thread set as MTAThread. When I do a copy operation using Ctrl+C, an exception is throwed. The details of the exception is as follows, System.Threading.ThreadStateException: The current thread must set to Single Thread Apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy) at System.Windows.Forms.Clipboard.SetDataObject(Object data) at Syncfusion.Windows.Forms.Grid.GridModelCutPaste.CopyCel ...Show All

  • Smart Device Development auto execute sd card to load cf 2.0 when required

    I need to be able to load CF 2.0 on to devices that do not have it when the sd card containing my application and data is inserted. I am a RPGIV programmer who is having to program in vb.net for a project, so I know very little about what I am doing. ..Please be gentle... Thanks I do not think it is possible to install .NET framework 2.0 on the sdcard as it is only installable on the mobile device phone storage location only :) ...Show All

  • Visual Studio XML document in data grid view

    I'm opening an XML document in the VS editor; in memory, there's no disk file. Everything is working great, except one thing: When I try to open the document in data grid view (by right-clicking on the window and clicking the "View Data Grid" item), I get the error "Error HRESULT E_FAIL has been returned from a call to a COM component". Anybody have any idea what I'm doing wrong TIA, John I've run across this same issue myself. Though in a slightly different context. I was actually hosting the VS core text editor as a child control parented to my own managed editor. Unfortunately, the XML Edit ...Show All

  • Smart Device Development how to generate Setup and deployment project for PPC

    HI , I've developed an application for PPC. It's working fine . Now i want to create a setup project. But i don't have any idea abt that. my application utilizes XML lookup tables.Can i add it into setup how to add icon Kindly suggest me to acheive this!. If u know links related to it kindly post it!. Thank You! Check out this link article on MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp ...Show All

  • Visual Basic Datagrid Problem

    Hi, i want to ask few question 1. Currently im creating checkbox in the datagrid but i get 3 types of values which is true false and null    how do i get only trus and null in the checkbox 2. How do i highlight the whole row when i click on one row in the datagrid 3. how do i remove the add new row in the datagrid thax all thax guyzz Hi, I think I misunderstood your question,   Ferryandi wrote: 3. how do i remove the add new row in the datagrid thax all thax guyzz Well, to do this you must set the AllowUserToAddRows properties to false. I think that should do the trick... cheers, Paul June A. Domag ...Show All

  • Smart Device Development Getting focus back from List View

    My application has two child windows in the main window: one with list view controls and another thats just static info. The Pocket PC I'm targeting actually has a physical keyboard (Dolphin 9550), and input from those keys is the primary input. My problem is if the focus ever moves to the list view, all input from the keyboard is ignored until focus is returned to the main window. I was able to do a cheap fix by locking the focus on the main window, but the result is the user can never see which item is highlighted in the list view--which I'm also going to need. Is it possible to tell the procedure for the list view to return focus to ...Show All

  • Visual C# Help - how to create a minifest file for DLL assembly

    Hello, Does anyone have the experience of creating a minifest file for dll managed assembly All the information that I could find are for executables, for example, app.exe.manifest. But I need to create one for dll so that my dll can load the correct version of dependent assemblies. Thanks in advance Is this for an unmanaged dll If so, have a look at the following at MSDN library article: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwxp/html/xptheming.asp ...Show All

  • Visual Studio Team System Is the Global Suppression File functionality enabled?

    Following the directions in the the MSDN documentation does not work because there is no settings selection for the code analysis. The preferences page for an ASP.NET application also is not similar to a windows forms application (but regardless it doesn't work for either of them). There's no way to specify the global file. Also, the directions in the msdn documentation refer to ASP.NET but the directions are wrong (if they could actually work). Jeff Michael, I'm using the release candidate (which is why I was suprised I couldn't find anything dealing with this in the configuration). I can take screenshots an ...Show All

©2008 Software Development Network