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

Software Development Network >> Michael Hansen's Q&A profile

Michael Hansen

Member List

zybernau
Netscorpion
Brian_Kramer
kunallen
René Cendris
CJ1983
Martin Rajotte
Suzanne
ua
The_Assimilator
oldgamer
Niazi
Walt Parkman
Toby Sharp
Danielson317
Denham Steynor
SaurabhGangwal
Meeta Kherdekar
nadiasaku
ram1608
Only Title

Michael Hansen's Q&A profile

  • Visual C# How to create an electronic mapping software?

    I need to create a software that is able to display digital maps with the necessary controls such as pan, zoom etc (like an online emap). This software should be interactive and allow waypoints to be plotted on the map with the coordinates of the planned route sent to a ground vehicle. At the same time it should be able to receive information from the vehicle via GPS to enable tracking on the map. How do i go about doing that What are the more s ...Show All

  • Visual Studio Team System Team System Beta 2 install error 26105

    Encountered the following error message at the very end of the team system server install: Visual Studio 2005 Team Foundation App-Data Tier Beta 2 Setup : The installer has encountered an unexpected error installing this package.   This may indicate a problem with this package.  The error code is 26105.   This is a clean single server install following the latest VSTF install guide using a Virtual Server 2005 with a Virtual ...Show All

  • Visual C++ Why do I get OutOfMemoryException?

    Why do I get OutOfMemoryException running the following code m_lst = gcnew System::Collections::Generic::List<array<double>^>; for(int i=0; i<10; i++) { m_lst->Add( gcnew array<double>(512*512*100) ); } (Create a WinForm app and insert this code at the end of InitializeComponents) I got the exception when i=5. (that is only ~1GB of memory). I know that is a lot of memory, but my computer has 2.5GB of RAM ...Show All

  • Visual Studio ReportViewer control - protected memory error when printing

    Hello, When me or my users try to print from the Windows Forms ReportViewer control to a specific printer (using PCL), the following error appears in the ReportViewerControl client area: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. It is only happening with the one printer of that type. The error appears after choosing the printer to print to and selecting "P ...Show All

  • Visual Studio Team System How Does One Access the Response to WebTestRequest (VB.NET)

    I need to parse an XML resonse to retreive some values contained in the document so I can pass them in the next WebTestRequest.  Any help would be appreciated! Thanks Josh!  This worked just as you described.  All set for the moment. ...Show All

  • Visual C# Any Problem in C# & SQL Server 2000 !

    I'm a new C# & SQL Server 2000 user. I want to make an MCQ(Multiple Choice Question) type database application with C#(Visual Studio 2003), SQL Server 2000 in Windows XP. I will distribute this software through a Multimedia CD. When the client will use it what softwares they will have to install in their machine They may use Win98, Millenium, 2000 and XP. Please help & encourage me. Are you ...Show All

  • Smart Device Development Win CE Project (MIPS) under VS5

    Hi all, I developed a MFC application for Windows CE and a MIPS device using eVC 3. I succesfull ported the application to PPC 2003 and Arm devices using VS5. As there a still Mips CE devices in production, I like to compile the binaries with VS5 and get rid of eVC 3. In the solution explorer of VS5 there are only Arm projects for smart devices, so is there a chance to build/compile the project for MIPS/CE under VS5   Gr ...Show All

  • Visual C# How to Store and access MS Word document from MS Access DataBase.

    Hi, I think it is possibe to store the MS Word document to the database. Using OLE Object, we can store the document to the database. It has capabile of storing images, word document files, Excel sheets, pdf files, etc ., to the database. But I want to know how to access the document from database. Actually when accessing images from database, we need to remove the table header infornation [78 Bytes] form the byte array. Its like, byte ...Show All

  • Smart Device Development Webservices and SSL

    I seem to be having problems making webservice calls to a server that has SSL. I'm using a smartphone sp5m and have NETCF 2 installed in it. It was working fine earlier today, but I decided to format the phone to start testing my application from scratch, installed NETCF 2, installed my app, but it's not working anymore. I can use IE and browse to SSL sites fine. What are some possible changes that could have taken place by formatting the ...Show All

  • Windows Forms Scheduled time-list..

    Hi guys!  Is there any control which can give me a scheduled day-list like theone in outlook Regards Fredrik Unfortunately, these things cost money to develop, and so the developers need to charge for them <g>. You may be able to ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Button Masking and Custom Cameras in the DXUT Framework

    I'm currently going through the DXUT framework to try and learn how things are actually done, but I've got stuck on the two topics in my thread title. The Mouse Button Masking in the DXUT has some strange things i don't understand the reason for. rotateModelButtonMask = ( int ) MouseButtonMask .Left; zoomButtonMask = ( int ) MouseButtonMask .Wheel; rotateCameraButtonMask = ( int ) MouseButtonMask .Right; ... public override ...Show All

  • SQL Server What is the best way for users to view cubes?

    Hi, Our company is about to purchase SQL Server 2005 as an upgrade to running the reporting out of MS Access (so I am new to SQL Server). I have been trying out Analysis Services cubes and would like to know how others using SQL Server are allowing users to view cubes. I am using the Cube Browser from within an Analysis Services cube project which is excellent. This made me think that there must be an equivalent program that end users are able t ...Show All

  • Visual Studio 2008 (Pre-release) MenuItem Highlight Styles in Feb CTP

    Hi all, After upgrading to the Feb CTP ive had problems changing the highlight colour for mouseover effects on menu items. The code below worked in the January CTP - but no longer functions correctly - any ideas guys 'n' gals <!-- menu item style --> <Style x:Key="{x:Type MenuItem}" TargetType="{x:Type MenuItem}"> <Setter Property="FontFamily" Value="Arial" /> <Setter P ...Show All

  • .NET Development Advanced COM-Interop for mshtml in .NET 2.0 Beta

    Hello, I'm trying to use mshtml as a robust ui-less html->dom parser (like in Microsoft's walkall example). I'm trying to do it using C# and VS2005 beta, with the .NET Framework 2.0. The problem I'm having is in telling mshtml not to run any active content and not to download images. I've tried to define a IDispatch invoke handler, but it is bever being called! My code is attached bellow (comsupport is a file I found on the web which ...Show All

  • Visual C# Where is the C# API?

    I can't for the life of me find the C# API. Does it exist I'm looking for something like the Java API at: http://java.sun.com/j2se/1.5.0/docs/api/index.html Any help would be appreciated! Thanks. ok, there's no list of ALL classes, you can get only hierechy of packages with classes. You can find a specific class only through a search mask. There's also an offline version of MSDN library (not for ...Show All

©2008 Software Development Network

powered by phorum