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

Software Development Network >> Paul Nystrom - MSFT's Q&A profile

Paul Nystrom - MSFT

Member List

sjbates101
Jayden CHan
Kyong Kwak
Vítor
silver6
John Jordan
NagaPutra
felipegc
___AUTUMNS_ENDING___
Trip Volpe
prashantguptak
Anonymous_900
Hans-Jochen
Ron Prowse
Shawnk
Binh Cao
kpise
ElroyJ
ammd
BBuff
Only Title

Paul Nystrom - MSFT's Q&A profile

  • Windows Forms Binary serialization to a shared store, is it possible?

    Hi I am in the middle of writing the second part of my free control library that I hope I will post on my web site at the end of this week, if I solve this problem of course :) I am trying to create a common theme store  ...Show All

  • .NET Development DateTime.Parse() failing on one machine

    On one of the machines we tested, all calls to DateTime.Parse() throw an IndexOutOfRangeException, generated somewhere in mscorlib.dll. DateTime.Parse() is not documented as throwing an IndexOutOfRangeException, and the initial input was an ISO-style date/time from SQL Server 2005: "2006-10-05T12:24:00". All machines were set to the "English (United Kingdom)" culture. The failing machine mysteriously has no AM and PM desig ...Show All

  • Smart Device Development Strategy/technology choice for Mobile App on VS 2005

    We have a non-mobile web app which runs asp pages with a VB.NET 2005 business rules DLL in the middle and either sql or oracle at the backend. The VB.NET DLL is activex enabled. Now we are developing a mobile app in vb 2005 for mobile data collection. This is running Sql Server CE. I would like advice on the best way to connect the mobile application to the main app (a) when the app is connected on wireless or activesync and (b) when the a ...Show All

  • .NET Development Size of object at runtime

    Hello Friends, I wanted to check the size of the object (Entity & data storage) when the application is run/running. what could be possible ways My application is ASP.net based C# code behind application. Thanks in advance friends. Manohar Application Developer Hello Manohar, Are you asking for the size of the [managed] object in memory Are you asking for the size of an object when serialized Are you asking for the size of data wh ...Show All

  • Visual C# StreamReader and File Position

    I'm processing large binary files. These are PCL files, and I'm looking for page boundaries. I want to store the position of each Form Feed, which in PCL is decimal 12, hex 0C. However, that byte can also exist as part of a raster or other binary structure. So I loop through the file, and when I find a "12", I read ahead 14 bytes to compare them to a known string. If I get a match, I know the 12 was a real Form Feed, and I store it's position in ...Show All

  • Visual Studio 2008 (Pre-release) Why Close a proxy?

    Hi I know that as a best practice we should call ICommunicationObject.Close after using a client channel. What are the real consequences of not calling Close/Dispose In what i understand, it depends of the binding, right, like if we're keeping a transport channel opened or not, is that correct thanks! I am using the FEB CTP. As I typed proxy. the IntelliSense selection did not contain a Close method. So I blindly followe ...Show All

  • Visual C++ ATL included in PSDK?

    Is the ATL included in the Microsoft Platform SDK So can I use the WTL with Visual C++ 2005 Express and the PSDK thanks! I looked in the latest Platform SDK ( Windows 2003 Server SP1 ) in the include folder and I see that alot of ATL code is included in the PSDK. So I see not reason why you couldn't use the ATL headers (which contain most of the ATL library ) from the SDK to build applications using Visual ...Show All

  • .NET Development AddHandler is not working in the datagrids bound column

    I am binding dataset to a datagrid. I am creating a link button dynamically based on the data in bound column in the datagrid. If the data is not present in the datagrid column I want to put the link button. I am checking this in the ItemDataBound Event. In that I am using attaching a function using AddHandler method. I can see the link properly as per my requirement but after clicking that link its not firing that function. Following is Code: ...Show All

  • Visual Studio Express Editions string vector leak?

    hi there, i was testing STL vectors and STL strings and I found something I don't quite understand...... this is my test program: #include <vector> #include <string> #include <conio.h> using namespace std; int main(void) { vector<string> v; for(int i = 0; i <= 500000; i++) { v.push_back("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"); } printf("vector loaded\n"); _getch(); v.clear(); printf(&quo ...Show All

  • Visual Studio 2008 (Pre-release) XAML app: what should I install?

    Greetings, new generation developers! I want to develop a application capable of showing a XAML interface. I've been doing some  research and it seems I have to install the following components (in this order): Visual Studio 2005 Beta 2 WinFX Sept CTP Runtime Components WinFX Sept CTP SDK WinFX Sept CTP Extensions for Visual Studio I already have VS2005 Beta2 in my machine, but when I try to install the WinFX Runtime Components (i ...Show All

  • Windows Forms Pocket PC Client and accessing the server version on GotDotNet

    Hi, Does anyone know how to get the PocketPC client of TaskVision working with the source that on the TaskVision workspace on GDN (the 1.6/1.7 version) Is anyone even working on this project I am also looking vor a VB.NET version of the PocketPC c ...Show All

  • Windows Forms how can I get value form listview ?

    some checkboxs showed in Listview ,each row have two datafields as prefix ,type user can update the value of type ,I want get the value of type after user checked .how can I do it please give me suggestions ,Thank you very much . ...Show All

  • .NET Development SSLStream with TLS_RSA_WITH_NULL_SHA cipher.

    Hi, I need to do mutual TLS authentication with a server that is configured with the NULL-SHA cipher. When I use the SSLStream class, i do not see the NULL cipher in the shared list during negociation. If i use sChannel, i get the same result, unless i specify "dwMinimumCipherStrength = -1". Is there a way to initialize the client SSLStream to share the NULL cipher Thanks, A developer on our team ...Show All

  • SQL Server Express 2005 / Hardware CPU RAM ?

    Express 2005 / Hardware CPU RAM I know that Express is limited to 1 CPU and 1 GB of RAM.  Does this mean that we can NOT install Express on a PC that either has more RAM then 1 GB or 1 CPU   Or does it mean that Express won't use resources on a PC above these limits. Thanks, John Hi John, You can install Express on a computer that excees those limitations, it just won't access the a ...Show All

  • Visual C# Compiler Warning CS0465: Introducing a 'Finalize' method...

    Compiler Warning (level 1) CS0465: "Introducing a 'Finalize' method can interfere with destructor invocation. Did you intend to declare a destructor " According to the MSDN online docs, this warning is supposed to happen when a public virtual Finalize() method is declared, but in my case it is a private non-virtual method and it seems that the warning is invalid... am I missing something Is tha ...Show All

©2008 Software Development Network

powered by phorum