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

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

sck10

Member List

Debbie112
Rick Winter
Naseer_PK
toSarvan
Martin H
Rainki
RotcivL
J3sus
MartinTroegner
Xavi Navarro
nagesh555
dhooger
cran
hippychic43
Mr B
John Marsing
sqldev80
Einat
Damn
PBG157
Only Title

sck10's Q&A profile

  • Windows Forms cannot deploy my OCX

    hello i made an OCX ion Visual Studio 8 i made my setup project and added the packages(CRT and MFC) of the dll i need according to the ocx manifest, when i create my setup and run the installer there is no errors or anything, but when i tried to register the ocx nothing happens, no succed or errormessage displayed. i dont know whats wrong, can somebody help me   edit: i just installed it in another machine wich have visual stuido installed and it works fine, i dont know what other files i need to add to the installer project < xml version='1.0' encoding='UTF-8' standalone='yes' > <assembly xmlns= ...Show All

  • Visual Studio Team System FxCopCmd and global suppressions.

    I've found some strange behaviour running FxCop from the command line (FxCopCmd.exe) for a project with global suppressions: The global suppressions get ignored after cleaning and rebuilding the solution. Steps to reproduce: (This is with the VS 2005 release candidate.) 1. Launch VS 2005. 2. Create a new C# project (Windows application) named "FxCopCmdTest". Save it to C:\ (for simplicity). 3. Run code analysis on the project. 4. In the Error List there should be 5 warnings. Of these, CA2209, CA2210, and CA1014 do not apply to a source file. Right-click and suppress any of them -- a GlobalSuppressions.cs file should be created. 5. Run cod ...Show All

  • Visual Studio 2008 (Pre-release) FlowDocument rendering questions

    If I want to render a FlowDocument to an irregular area what are the best approaches I would like to be able to render a flow document to a series of rectangles that are not arranged in Y linear order. Basically, allow free-form page layout with content flowing from one place on the page to the next. Can this be done with any existing control While FlowDocument supports columns and floaters and such to do simple page layout, is that all there is in this version Is there a way to at least have different page orientations within the same document For example if I have a large table and want to use landscape in the middle of a document that ...Show All

  • Visual Studio Express Editions Can't Uninstall Necessary Programs! Help!

    Awhile ago, I had installed the Visual C++ 2005 Express Edition, and stopped using it for whatever reason. I must've uninstalled that awhile ago as well. When I try to uninstall any of the following programs from Add or Remove Programs, I get an error: Microsoft SQL Server 2005 Express Edition Microsoft SQL Server 2005 Tools Express Edition Microsoft SQL Native Client Microsoft .NET Framework 1.1 Microsoft .NET Framework 2.0 Beta 2 Microsoft MSDN Express Library 2005 Beta 2 - English The error screen looks like this: Windows Installer (Title) The feature you are trying to use is on a network resource that is ...Show All

  • Windows Forms Maintaining the selected row after sorting a DataGridView

    Hi, Simple question, hopefully there's a simple answer: How can I maintain the same selected row even after a sort on a DataGridView In other words, after new items have been added to the binding source and a sort has been forcefully been carried out (in the custom BindingList), how can I ensure that the selected row is the same row as the one selected before the sort Bear in mind, I'm doing the sorting in a custom BindingList so I can't just handle the Sorted or SortCompare events and implement my own logic there. Thanks, Jiten You will have to record some info that can uni ...Show All

  • Windows Live Developer Forums Commercial Control - can we use v3 with what/where turned on?

    Dear Microsoft, The v1 Customer control isn't so great. As an alternate to v1 Commercial, can we use v3 with the what/where turned on It produces the same results (i.e. ad based model) and would encourage a higher level of adoption - as it's far easier to use than v1. Thanks, Jeff Microsoft has done a fantastic job of making this hard to understand :) http://www.microsoft.com/virtualearth/control/terms.mspx You can use V3 without the what & where search now If you are generating a lot of traffic Microsoft expects you to pay as per the MapPoint Webservice. ...Show All

  • Visual Studio 2008 (Pre-release) How do I get svcutil to use generic List<> for proxies?

    I have some services that return List<SomeType> but when I generate the proxy it uses SomeType[] rather then List<SomeType>. Is there a way to change this behavior Is the /rct switch what I need If so can someone give an example of how it should be used. I actually have a bunch of services that return generic lists so I'd like to try and do this across the board rather then for a single service/type. Thanks, Steve Steve, Yes - /rct switch is what is needed. If you are looking for a way to replace all collections with List<T>, you need to specify that type via /rct using the fully q ...Show All

  • Visual Basic Reading a "text" File

    Im trying a read a "text" file that is a storage file for a proprietory software package. I can open the file up in notepad and read it all fine, all the data is there and visible in a plain text format, and i can also import the file into excel or basically anything else.. My problem is that when i attempt to read the file into a VB 2005 richtextbox, or textbox it won't read the whole file. (doesn't matter if i use read, readtoend, or readline with peek etc) Has anyone come across something similar to this is there a charactor in my text file that cause the reader to think its finished Any thoughts would be appreci ...Show All

  • Windows Forms Help with unmanaged Code

    Here we go the programming language is C# I have to access a third party API for a windows application that I am building.  I am testing my class as a windows console application and all is working great.  Able to make calls the api, perform callbacks (callback functions) and all is jolly.   Basically it works great in a command window&n ...Show All

  • .NET Development authentication for creating a remote sever object

    I think this is the right forum... I am trying to create a remote server object from an ASP page, as per the following MSDN article: Creating a Server Object in an ASP.NET Page ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmsrvsdk/htm/creatingaspserverobj.asp ) At the bottom of the article it says: "By default, Internet Information Services (IIS) uses Integrated Windows authentication which does not allow you to create a remote object. You must therefore configure IIS to use an authentication method that allows delegation (such as Basic authentication) and add the following tag to your Web.config file: < ...Show All

  • Software Development for Windows Vista Problem on Sideshow

    I have a problem on using Sideshow. If you know it , please help me. Thank you! I install x32Vista and Feb. CTP WinFX on my PC. I find the Sideshow simulator "VirtualSideShow.exe". However, It only appears for at most one second and then disappears when i click it. Is there someone can help me Thank you!    Before running the SideShow simulator, please run: WindowsSideShowVirtualDevice.exe /regserver This is only necessary one time, and this file is in the same directory as VirtualSideShow.exe. One other possibility: both WindowsSideShowVirtualDevice and Virtual ...Show All

  • Visual C++ Please HELP~~~fatal error C1083

    I downloaded and installed the Visual C++ 2005 Beta 2. I tried to compile this simple program which is fully compile in Visual C++6 but it bring up this error: "fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory" *********************************************** #include "stdafx.h" #include <iostream.h> int main(int argc, char* argv[]) {     char name[20];     cout << "What is your name ";     cin >> name;     cout << "Hello " << name << "\n";     return 0; } ************************************** ...Show All

  • Visual Studio 2008 (Pre-release) An AsyncCallback threw an exception

    Hey! I've built a service with AsyncCallback (via http with WSHttpBinding). I want to do exact the same thing with tcp and NetTcpBinding but I'm getting an exception: "An AsyncCallback threw an exception" Is this possible or is that just a bug in January CTP Thanks. [melack] It seems that the problem only occurs in a windows application. I tryed the same thing in a console application and it works fine. Any ideas [melack] ...Show All

  • Visual Studio Team System Project creation Failed with error:

    I have sucessfully installed SQL 2005, VS 2005 and VS Team Server on a virtual 2003 Standard Server.  But when trying to creat a project I get the following error. Project creation Failed with error: "Initialization failed for plugin(s): 'Microsoft.Pcw.wss', 'Microsoft.Pcw.currituck'" Please let me know how to resolve. Following is the content of the project creation file ------------------------------------------------------------------------------ 07/07/2005 05:24:52.033 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://vsvulturnus01:8080/bisserver/EleadWebService.asmx " from the registration service | C ...Show All

  • SQL Server How to use dynamic query parameter in RS?

    Hi All, I am trying to make my first report using dynamic parameter to query oracle database. The parameter list is list of several year. The report will diplay the data from the year the user choose in report parameter. This is no problem. But when I want to show data from all of the years which I add a item i parameter list with "All", So if user choose All, the report will show all data. Thanks for any help. Here is my query in data tab: SELECT PERIOD, LEV_HARDAT_VIKT, LEV_CLAGER_KUND_VIKT, LEV_HARDAT_TOTALT_VIKT, LEV_ORDINART_VIKT, LEV_OVRIGT_VIKT, LEV_TOTALT_VIKT, NULAGE_CLAGER_VIKT, NULAGE_NYVALS_VIKT ...Show All

©2008 Software Development Network