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

Software Development Network >> David L. King's Q&A profile

David L. King

Member List

Radu Motisan
Ksenia Mukhortova
JoeLLPark
Apurva Sinha - MSFT
Chris Mann
Richard Hough
TVDMIK
Hf Kok
Camilo Andres Soto Montoya
agthomas
Shem1
metro16327
Conrad Rowlands
Natallica
Mhed
Zeldon
alansnoog
Pacific Ocean Blue
Phil-Smith.tk
Christoph Wienands
Only Title

David L. King's Q&A profile

  • Visual C++ Again with COM

    Hello there, I have a DLL that uses a COM object . I just #import <typelib> and have an exported function void Function (ObjectPtr &A); I instantiate the Object from VB6 and I call the DLL with that object. Everything works , and I'm happy :) Now, I need to do the same thing from .NET . I can't recompile the DLL in mixed mode, so I can't write a "direct wrapper". I Import the TLB in VS.NET and I get a wrapper for the COM obje ...Show All

  • Windows Forms Weird behavior when customizing property grid.

    Hello guys, I'm studying the architecture behind custom controls and the property grid in 2.0 for a while now, but I still not seem to get it completely. I've tried a couple of strategies, which all resulted in some undesired behavior that I cannot explain. I hope someone can help me out and provide me with the missing details. Strategy 1: ICustomTypeDescriptor I linked an extension of CustomTypeDescriptor to my custom textbox through a ...Show All

  • SQL Server SRS Dynamically Generating Barcode at runtime.

    Hello all. I need to build a barcode and stuff it in a image control at runtime in SRS. I have the code at it works perfect for webforms etc but not in the actual SRS report itself. In SRS I put the code in the report properties code but it blows up on bitmap, graphics etc so I added the system.drawing and system.drawing.imaging namespace and it still fails with the same error. I'm certain there is a simple fix for this and would greatly appreci ...Show All

  • Visual Studio Team System Team Explorer doesn't respect filesystem encryption settings

    I've got an encrypted folder (called 'Dev') on my laptop where the source is stored. When Team Explorer creates subfolders within the 'Dev' folder the folders are encrypted, but the files it creates are not. I've done this in the past with Source Safe and it worked fine, but it appears that when Team Explorer places a file on the file system it doesn't respect the folder settings for encryption. Even if I manually set the file to be encrypted, t ...Show All

  • Windows Forms The property 'ClientID' on type 'System.Web.UI.Control' cannot be serialized

    I am trying to serialize a web control and get the following error:- The property 'ClientID' on type 'System.Web.UI.Control' cannot be serialized because it is decorated with declarative security permission attributes. Consider using imperative asserts or demands in th ...Show All

  • Visual Studio Problem to install .NET Framework 1.0 Servicepack 3

    Hi I am not quite sure this is the right forum, but I start here. I am trying to have Microsoft Update install for me, (XP Home, + SP 2) and most works OK, but ".NET Framework 1.0 Servicepack 3" that refuses to install. I get an error every time trying to install and reinstall like this: SLC.tmp - Common Language Runtime Debugging Services Application has generated an exception that could not be handled Proc ...Show All

  • Visual C++ Visual C

      Hi! I have 3 questions about Visual C. 1-) Will Microsoft support Visual C(native Win32 API)   applications in the future Is there any declarations from Microsoft Developer Team 2-) If i'm not wrong, the 90% percent of programs for windows is written in native code.(such as Winamp). Do u think, that all firms in 2-3 years will migrate to .NET 3-) I'm pretty good in Visual C.(not MFC) I can hook the syste ...Show All

  • Visual Studio Team System BisService.exe error.... have logs to help developers help me :)

    Error 32000. The Commandline '"c:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIIDIR\sdk\bin\BisSubscribe.exe" http://<myserver>:8080/Currituck/BisService.asmx' returned non-zero value: 1. TFSScheduler.log: ----------------------------- 2005-06-21T09:30:08:328 (main) Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Unable to connect to BIS service. ---> System.Security.SecurityException: You don't ...Show All

  • Windows Forms Problems sorting the DataGridView

    I am adding 20 columns to a DataGridView grid and setting the DataPropertyName so that it binds correctly. I am also setting the sorting to "automatic" for each column. When the grid first appears, the column headers appear. I can click on any column header and see the ascending/descending glif appear - but since there is no data in the grid - there is no sorting. However, as soon as I bind the grid to my data, my data appears in ...Show All

  • Visual C# DB access "best-method" question

    When developing and application that requires much access to a DB, what would be the best idea for the following I want to be able to access the DB throughout the application. It seems that one should create a connection pool to the DB so that the expense of constantly creating connections can be avoided. However, how does one make this connection available throughout the application Do I create a public static variable for the connection ...Show All

  • SQL Server sql server 2000

    This is my last attemp at trying to install sql server installed, which its been quite reluctant too, as I've spent the last 2 hours with no progress. I've downloaded MSDE2000A.exe from http://www.microsoft.com/downloads/details.aspx FamilyId=413744D1-A0BC-479F-BAFA-E4B278EB9147&displaylang=en Installed it in the default directory. "C:\MSDERelA" And ran setup which returned this error "A strong SA password is required for securit ...Show All

  • Visual Basic Drawing images to a picture box?

    I'm trying to draw multiple images to one picture box (for a map editor) so that I can save the picture created as a file. I've been looking around but I can't find any help on it, so I'm posting here. It uses ONE picture box for the map and you can load one tile at a time, so I can load from the filename, from a hidden picture box, whatever I need to do. Thanks for everyone's help. It's fairly simple to do... If you're going to be making ...Show All

  • Visual Studio 2008 (Pre-release) Request End Event??

    Hi, Is there anyway to be notified when a request (i.e. invocation of web service) ends In my example, I need to make sure that database sessions are closed when the request ends. Thanks, Scott. Hi, If you you are using the "using" block, you know when the underlying channel is closed. using (MyServiceAgent mySA = new MyServiceAgent(...)) { Method Call; } if the proxy my ...Show All

  • Windows Forms Exposing a Component Control of a UserControl

    I have this usercontrol (which is like a main panel with 3 other panels for header, detail and footer).  My custom panel (type of the 3 panels) has a designerverb basically for hide/show.  I want the three panels to be exposed or clic ...Show All

  • .NET Development .NET 2.0 and Visual Studio IDE

    I have a project that I want to create from scratch. I would like to begin working with the .NET Framework 2.0. However, I've been told that you have to have Visual Studio 2005 in order to do this. Is this correct Or can I download the .NET Framework 2.0 and continue to use my personal copy of Visual Studio .NET 2003 That's correct. However, you can download the Express editions of the IDE for free from here ...Show All

©2008 Software Development Network

powered by phorum