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

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

peterko

Member List

HFloyd
hhhguten
Dmagueur
prasannav
Ruiner1111
JvvJ
wrade
Marjan Badiei - MSFT
WorkerBee
crjangel
Lukasz Pawlowski -- MS
cmckeegan
Milinda V
Alex Marrow
danlehen
ReyCri
Sebastien LEIX
coolies
Malicious User
JuG
Only Title

peterko's Q&A profile

  • Visual Studio Tools for Office VSTO 2005 now supports Outlook!

    It was announced yesterday at TechEd 2005 that VSTO now supports creating managed add-ins. Check out my blog at http://blogs.msdn.com/pstubbs/ or the VSTO Team blog at http://blogs.msdn.com/vsto2/ Download VSTO for Outlook : http://msdn.microsoft.com/office/ VSTO for Outlook is a great and much asked for addition to VSTO and Office developers. Thanks Paul Stubbs Hi Bas, Let's see if we can you get an answer. Could you let me know 1) Whic ...Show All

  • Visual Studio Team System Importing Database Schema

    Hi, I have been tryng to import a database schema to a project which has about 3000 objects (tables, sp's, functions etc) it's taking ages (over 20 minutes and still waiting). The first attempt failed, are there any logs I can look at / switch on to see if there are any problems with the import process. Thanks It's fininshed took about 30 minutes to import, is this the normal kind of performace for this size of DB or is there so ...Show All

  • Visual C++ 2005 Resource Editor trashes non-English languages when you edit any dialog

    I have an application that has resources in 11 languages, including Chinese (CHS), Hungarian and Polish. These three are especially challenging because they use a non-English code page - Chinese uses 936 and Hungarian and Polish use 1250 (English and western-European languages use 1252). I am not using Unicode but rather just single byte characters sets for all languages except Chinese which requires MBCS (two byte characters). MFC an ...Show All

  • Visual Basic How to - search for a word in a text document

    What I want to do is to have a program that searches a text file for a word, a sort of...offline search engine. I just need to be able to type in some text in a text box (TextBox1) and be able to click submit (Button1) and it will display the text it found in the text file OR things that are spelled close to what you typed in. I REALLY need the code ASAP so will somebody come up with something Theres a couple of steps in a possible approac ...Show All

  • Windows Forms Get the name of the parameter passed

    I have a reporting interface that generates 100 or so reports. Each report uses a varying combination of 11 total parameters (from 0 - 4 at most). So I could have: Report report = new Report(StartDate, EndDate, NameID, LocID) //or just  Report(StartDate ...Show All

  • Visual C++ HandleInitDialog returns FALSE when successful in VS .Net 2003

    Hi, I wonder if someone can confirm this issue that I'm seeing between VS 6.0 and VS .Net 2003. In the bardlg.cpp file that ships with VS .Net 2003, the HandleInitDialog function is defined as follows: LRESULT CDialogBar::HandleInitDialog(WPARAM, LPARAM) {    Default(); // allow default to initialize first (common dialogs/etc)    // create OLE controls    COccManager* pOccManager = afxOccManager; &n ...Show All

  • Visual Studio 2008 (Pre-release) Canvas Performance

    I have an ItemsControl bound to 500 items. As Panel I use a Canvas (each item has a coordinates and size where it should be positioned). As DataTemplate for Items I have Button containing a StackPanel with some TextBlocks. When I'm trying to show this, it takes about 5-10 seconds. Is this normal How can I speed it up Can you elaborate further It'd help if you could post your code, or at least pseudo-code, s ...Show All

  • Visual Basic VoIP

    Hello ladies and gents! Short question with a long answer (most likely). I am working on a multiple-client instant messenging application, and I would like to put VoIP into it (Voice over IP). Do I have many weeks of headaches ahead of me or have the nice *cough* people at microsoft put something into VB.NET to make it easy for me I'm using VB.NET2003 (don't ask....) Thank you in advance. There's nothing special about voice over IP, apar ...Show All

  • .NET Development Need correct SQL syntax for command object

    Hello All, I was wondering if someone might be able to assist me with the correct syntax for a particular SQL statement when creating an OleDBCommand object I am trying to locate anything similar to a parameter that is mapped to the SelectedItem of a ComboBox. An example of what I am attempting to do is below: "WHERE BusinessName LIKE '%'[@BusinessName]'%'" Can anyone help me with the correct syntax for this type of clause Che ...Show All

  • .NET Development package 'Windows Forms Designer Package' has failed to load properly

    Hello, I'm trying to install Microsoft Visual Web Developer 2005 Express and I'm getting the error: package 'Windows Forms Designer Package' has failed to load properly... I have uninstalled and reinstalled NET 2.0 SQL Express 2005 the same Visual Web Designer, clean the registry etc... Any idea Please HELP!!! Thanks. I recommending posting to the ASP.NET web forums.  They should be able to help you with your issue. http://forums.as ...Show All

  • Visual Studio Team System Iterations's Scope

    I understood that, in MSF 4.0, each iteration should be composed by activities of all tracks, well, at least, the majority of them (plan, build, stabilize and deploy). These days a friend of mine asked me about that governance picture (MSF for CMMI). It shows a lot of successive iterations, but none of them covering the four tracks at once. It looks very similar to the RUP approach, when the iteration scope varies depending of the current devel ...Show All

  • Visual Studio Team System Integrate custom issue tracker

    We have our own issue tracking software that we use in house already.  Since not all projects will be under Team System, I don't want to have two ways of tracking project issues.  Therefore, I would like to replace or integrate with Team System. I believe through extensibility this can be done, can someone point me to a sample or provide any other information on where best to start Dave Thanks Michael for your thoughts. Yes, ...Show All

  • Visual Studio VSS in VS not working - no options under Plugin...

    Hiya, Ok, I will try to be brief. I am having a problem with getting Source Safe 2005 to work within Visual Studio 2005 on my office Box. Not only is there no Source control file menu item, but the Tools|Options|Source Control|Plugins dropdown list is EMPTY. When I first installed VSS and VS, I got the option for Microsoft Visual Sourcesafe, but not Microsoft Visual SourceSafe (Internet), which is how we are set up to run. The same v ...Show All

  • Windows Forms .NET Framework 1.1 Released!!!!

    The latest version of the .NET Framework has been released.  This version contains hundreds of bug fixes and a few new features.  Download it today from: <a href="http://msdn.microsoft.com/netframework/">http://msdn.microsoft.com/netframework/</a>  - mike ...Show All

  • Visual Studio Using an object as input to the CR Designer and runtime

    I just succeeded in getting my first CR .rpt file built with the ADO.Net Dataset designer resulting in a nice tabular report at runtime (passing an ADO.Net dataset, rendering it as a PDF report, etc). Now I need to find out how to fill out the Report Header and Page Header sections. At runtime, most all of the information I need for these sections is available to me in the Request.Form object. Are there any good examples of how to mod ...Show All

©2008 Software Development Network

powered by phorum