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

Software Development Network >> Nille Nilsson's Q&A profile

Nille Nilsson

Member List

John Hind
Benet Devereux
Todd Reifsteck - MSFT
Jarodtweiss
deepforest
Fred Farquar
R. Green - MSFT
Allen Lewis
Les06291979
Stephen G
Leonid Vaner
Oildragon
dhooger
VBAHole22
Victor_123
lvance1611
Acumen
CDI2005
TomWolle
emredincer
Only Title

Nille Nilsson's Q&A profile

  • Visual C++ Setup was unable to create a DCOM user....

    Hi. When I try to Install VS6.0 …. Setup Error Setup was unable to create a DCOM user account in order to register ” ..\Program Files\Microsoft Visual Studio\Common\Tools\VS-Ent98\Vanalyzr\valec.exe” I couldn't Install VS6.0, What should I do Thanks. Are you running as administrator I suspect that you need to be administrator in order to install the Visual Studio 6.0. You should also note that Visual Studio 6.0 (and related products like Visual C++ 6.0) are no longer supported. ...Show All

  • Windows Forms ToolStripMenuItem (image and text) disabled causing "Out of memory"

    I have a context menu with menu items having images displayed next to the menu text. When I disabled one menuitem in runtime, the app. crashed with Out of memory exception. I could work around the exception by setting the toolstripmenuitem's image property to null before disabling it. However, I think this shouldn't be this way, could this be a bug or I did something wrong. Please help. Thanks. I created a small test project with a menu/contextmenu and items with pictures loaded directly and from an imagelist. I then disable/enable items bu I can not reproduce what you describe. If you have more infor ...Show All

  • .NET Development source code protection options

    Hi all, Could somebody give me any resources that discuss options on how to protect source code from any efforts to reverse engineer it from the built executable I've read about the Dotfuscator utility that comes with the visual studio 2005 beta... I'd like to learn about how to encrypt the exe, and any other techniques out there. Can anybody help me Thanks, cope22 Hey try my software http://www.pelock.com it's software copy protection (so called exe-protector) and license key system (with strong rsa2048 bit key encryption)! If you would like to ask about *anything* about it use http://www.pelock.com ...Show All

  • SQL Server Data Flow limitation?

    I have a unique situation where I need to process 40 mb (100,000 rows) worth of data from a flat file and order the data by a key and place it in SQL server table. My problem is that SSIS data flow processes data in batches defined by BufferSize and BufferMaxRows and I cannot seem to process 40 mb worth of data ALL AT Once. Ie. My flat file has data that is in fixed width. First column includes id such as AA, BB, CC. These rows are not orded in the flat file. So I use Conditional Split to order the rows, however, since SSIS buffer is not large enough to process all the rows at once, it takes first 10,000 rows orders them, then next ...Show All

  • .NET Development WSE 2.0

    Hi, All. I had installed WSE 2.0 in my PC. Now, I want to add TimeStamp and Security Token in Client application. I try this: '... Dim sProxy As New HW.Service1Wse sProxy.RequestSoapContext.Security.Timestamp.TtlInSeconds = 60 '.... sProxy.RequestSoapContext.Security.Tokens.Add(token) sProxy.RequestSoapContext.Security.Elements.Add(New MessageSignature(token)) '....other code   But, It does't work. It said...System.Web.Services.Protocols.SoapHeaderException: does't recogniz SOAP header Security。 Can I add other security in the same time for example, Time Stamp, Token, X509Signing and Encryption Yes, you can both ...Show All

  • Visual C# good c# book for window form and ADO

    I have read Jesse Liberty's Programming C# third edition. Now I am working on C# 2005 ( window , ADO ,database) , and looking for a good book with more pratical codes inside. Please give suggestion. The best book on Windows Forms programming that I've encountered is: Windows Forms Programming in C#, by Chris Sells. But be aware that a new version of that book is coming out on May 5th. (The title's changed to Windows Forms 2.0 Programming, ISBN: 0321267966) ...Show All

  • Software Development for Windows Vista VMR9 and HD Resolution Video

    I've been having some problems with displaying DivX HD Video in my application that uses DirectX9 together with VMR9. I have been talking about problems with VMR9 before and that the only solution so far have been putting a Sleep(10) in the render loop to get rid of (I guess) blocking problems. The blocking has for me caused problems with the video not playing in full frame rate. Now, the problem is that to get DivX HD (for example) content to play smoothly I have to Sleep(25) or more, and this is a problem because I'm trying to run DirectX at 60hz or more and then everything else will not be able to play smoothly. Windows Media HD works nic ...Show All

  • Windows Forms Reading microphone input

    Anyone know of any references/examples of how to read input from a microphone and save it as a wav  I'm just starting to rip apart a c++ application that does this and try and port it to C#. Any input on the subject would be a great help since I've never messed with sound before. Thanks in advance. I've found my own ans ...Show All

  • Visual Studio Team System Some problems when installing TFS Beta 3

    Hi: I could not wait to install TFS Beta 3 when I finally download it.  However, I could not sucessfully install it.  Here are the problems I had met.  I installed TFS in Dual-Server deployment, both servers met the hardware requirements and installed with Windows Server 2003 Standard Edition with SP1 and latest upgrade patches. Question 1: In "Installation Guide" Prerequisities, it said "This release only supports deployment of Team Foundation on 'clean machines' (computers on which no other applications have been installed since installing the operating system). Upgrading from previous installations of Team Foundation Server ...Show All

  • SQL Server Error while accessing COM component from .NET Stored Procedure..

    I have a COM object that is written using Visual Basic 6. This is referenced in a .NET Stored Procedure. But when I execute the stored procedure I get an error: Msg 6522, Level 16, State 1, Procedure prCalculator_ExecCalc, Line 0 A .NET Framework error occurred during execution of user defined routine or aggregate 'prCalculator_ExecCalc': System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {844E8165-ABC1-432B-9490-51B1A6D91E71} failed due to the following error: 80040154. System.Runtime.InteropServices.COMException: Here is what I do: 1. Compile the VB DLL. 2. ...Show All

  • Software Development for Windows Vista How to go 'backwards' in a sequential workflow?

    Hello I am planning on using a sequential workflow to drive a wizard-style form interface with [next] and [previous] buttons. Most (all ) examples of sequential workflows I've seen show the flow proceeding from the start to the finish. My requirements are that the user is able to click the [previous] button at any time and be moved to the previous activity in his/her workflow. E.g. Say I have a flow like this: A / \ B C | D / \ E F And that the user moves from A-B-D-F (according to rules/decisions). If the user hits [previous] when activity 'F' is active, I want to be able to move the workflo ...Show All

  • Visual Basic VB.NET 2003 Multiple Application Interface - Best Method?

    Hello, I am creating an application in VB.NET 2.0 that I envision having an outlook style bar down the left hand side that shows icons, and a brief text description; then when the image is clicked, the appropriate application will launch (think of Multiple document interface kind of feel to the applications) to the right of the outlook style bar in a child window. What I am curious about, is what would be the best method for creating the main, and separate clickable apps to maximize the ability to have different people working on various separate applications at the same time and then allow us to easily "plug" these into the main applicati ...Show All

  • Visual C++ Send HBITMAP with CSocket

    Hi all, How can i send a HBITMAP through CSocket and then to receive it and convert back to HBITMAP or CBitmap and maybe to open/read the hbitmap with CFile in binary mode its also good, because I succeeded to send binary files. can I do that.. thanks. If you use an IPicture Control via OleCreatePictureIndirect, you can easily query for the IPersistStream interface and stream it out. The same way can be used to create a IPicture Control from a stream. ...Show All

  • .NET Development ADO/SQLExpress Connection String Question

    I'm working on a customer project and deployment project. SQLExpress is part of the installation and there is a pre-existing database. As installed, the database is detached. This application uses ADO.NET to establish SQL connections and it also uses Excel VBA to connect to the database via ADO. The following SQL Connection string works for SQL (as far as I can tell) Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\XYZ_Data.MDF;Integrated Security=True;Connect Timeout=30;User Instance=True What is the appropriate ADO (not ado.net) connection string The one that has worked when the database is attached looks like ...Show All

  • Windows Forms Parameters

    Hi, Vb.NET How to obtain with multiselected items listbox (extended) two o more customers instead the following syntax Me.SqlSelectCommand1.Parameters.Add(New System.Data.SqlClient.SqlParameter("@customers", System.Data.SqlDbType.NVarChar, 50) Thank's in advance, Adis ...Show All

©2008 Software Development Network