NZ_KarlB's Q&A profile
Windows Forms Inheriting from a component and showing the result in the designer?
I already posted this in the Visual Studio C++ Express Edition board, but after not having received a single answer despite dozens of views I figured this might be a better place to ask this question: Joltan wrote: In Visual Studio 2005 C++ Express Edition I extended the ListView class through inheritance with some methods of my own to create a specific ListView type I need repeatedly in a small project of mine. Now the new ListView ...Show All
Smart Device Development a problem when using 'Bitmapdata' in cf2.0
hi, I just updated to vs 2005 as I wanna to develop a application in a pocket pc 2003 in cf 2.0 (because I want to use Bitmapdata to manipulate image), however, I still got this error when I try to use bitmapdata: Error 7 The type or namespace name 'BitmapData' could not be found (are you missing a using directive or an assembly reference ) C:\Documents and Settings\Ray\Desktop\1\ImageProcessing.cs 18 13 and I alre ...Show All
Windows Forms MAPS
I making a mappin application I need to remark the states on the map but I can't use a third party control I use in the test image button but I dos not make the effect what can I do. ...Show All
Windows Forms Intercepting the BindingNavigator Delete command
The BindingNavigator control that is created when using the Data Sources wizard has a button for deleting records. I would like to intercept this delete and confirm with the user first and then cancel the delete if the user does not confirm. When I double click on the delete button at design time, it does create a code stub for me but it appears that the delete has already happened when this code executes. Is there anyway to cancel the delete ...Show All
Architecture A good second book about arquitecture
Hello I have finished "pro scalable application in .net 2.0" which was nice. Now I want to read another book about architecture. What do you recomend I think Domain-Driven Design: Tackling Complexity in the Heart of Software is a good option, do you know another Thanks. I haven't read this one - but I really disliked his other book (Service-Oriented Architecture : A Field Guide to Integrating XML and Web Services) Th ...Show All
SQL Server Using UDL insde SSIS package
Anyone knows how to use UDL file inside SSIS packages like the way UDL is used inside DTS packages Or does SSIS supoorts using UDL in the same way as DTS Thanks. Unfortunately the udl file is not supported by SSIS connection managers, you may try the DTExec work around to see whether that's feasible in your scenario: DTExec /Connection "ConMgr":"<Conn String>" .... HTH wenyang ...Show All
Visual C++ AnimateWindow
I am sorry for asking this question. I know it's probably not worth asking. But forgive me, I am a beginner. I created an instance of CEdit, which I believe is a subclass of CWnd. Each time I run the AnimateWindow method, which; according to my MSDN library; is a member of CWnd, on the instance of CEdit I created I get this error: error C2039: 'AnimateWindow' : is not a member of 'CWnd' void CSliddingWindowMFCDlg::OnBnClic ...Show All
SQL Server error number 1612
I'm doing a reinstall of SQL 2005 Standard Edition but I get this cryptic error message in the installation log file when it tries to install Integration Services or Notification Services. How do I resolve this I've spent countless hours un-installing and re-installing the product. I looked at the log file and the message says 'The installation source for this product is not available. Verify that the source exis ...Show All
Visual Basic ComboBoxes - how to setup an autofill type when typing characters
Hi, I made and attempt in setting up a combobox that would accept characters being typed and would start displaying (autofill) the list with the characters typed but my code only accepts the and displays the first character and does not let me enter new data if a match in the sorted list is not found. Can someone guide me with some possible code snippets that could show me out to set up an autofill that will show the qualifying items with ...Show All
Windows Forms Dataview Search with Wildcards
Hello, The code below lets me search a dataset field called Category with an inputbox. Is there a way to allow Wildcards to help in the search, If the search criteria is not exactly like the data in the dataset, it will not show. ...Show All
SQL Server semicolon terminator
Can someone define for me what is a statement when it comes to having to use semicolon statement terminator This is absolutely undocumented in BOL. Googling only finds this incoherent article which is far from official documentation. TIA Hi Chad Boyd, This is Bhanu Prakash and i am going to be the new administrator for MSDN Forums. You are amongst top 200 answerers in Forums and we identified you as poten ...Show All
SQL Server The parameter is incorrect. (Microsoft OLE DB Provider for Visual FoxPro) after SP1
Having installed SP1, my SSIS packages using the OLE-DB Provider for Visual Foxpro no longer work. Using the latest version obtained from here: http://www.microsoft.com/downloads/details.aspx FamilyId=E1A87D8F-2D58-491F-A0FA-95A3289C5FD4&displaylang=en When attempting to create one SSIS from scratch, the message thrown is: "The parameter is incorrect. (Microsoft OLE DB Provider for Visual FoxPro)." The radio button opti ...Show All
.NET Development PInvoke, SendMessage API, etc.
Are there any reference sources for Windows API function declares (Pinvoke statements) in .NET, or VB.NET With the SendMessage API I need to specify lparam as an object, but apparantly I'm not allowed because I get an 'unbalanced stack' error. Can I turn these off Do they really matter Advice or pointing me to some help material would be appreciated. ForgottenCoder wrote: Are  ...Show All
Visual Basic How do I modify the default imported namespaces for my project?
On most of my forms I have to import Imports Microsoft.VisualBasic Imports System.Data Imports System.Data.OleDb Is there any way of making this a default dennist I'm assuming you are using Visual Basic 2005: 1. Right-click on the project and click Properties 2. On the Configuration window, select the References tab . 3. Add the namespaces you want to import under Imported namespaces . HTH David ...Show All
Visual C++ Problem running program in release mode. Please help.
Project was created using old beta version of VS2005. Everything work fine using April CTP Team Suite. After upgrading to August CTP Team Suite, program runs fine under win2K (both debug & release). But under winXP, only debug version runs, while release version gives errors and exits. Below are the messages that I got in the output window. The program exits even before going inside Main() function. I tried to ...Show All
