Software Development Network Logo
  • SharePoint Products
  • Visual Basic
  • Visual FoxPro
  • Windows Vista
  • Visual Studio
  • .NET Development
  • Microsoft ISV
  • Smart Devicet
  • Audio and Video
  • SQL Server
  • IE Development
  • Game Technologies
  • VS Team System
  • Windows Forms
  • Visual C#

Software Development Network >> Cardin's Q&A profile

Cardin

Member List

Tom Waters
mgholam
George Tar
pessi
Chris_Pearce
Athish
Dirk Haest
Matrixchyah
xkx32
EGutierrez91
Mateusz Rajca
Pretpal
cisfreak2
adamhill
Asim_DIT
Adam Lofts
Mick .
Paul Sieloff
DD_Helmetman
thomas_woelfer
Only Title

Cardin's Q&A profile

  • Windows Forms About winform UI like options in vs

    I want to make a options window like option window in vs. when I click node in tree view leftside, the content on the right panel will changed. I get to way, one is use groupbox, the other is usercontrol. but I think all of them is too complex if there is a lot of options. Is there any suggestion thanks To make your own Options dialog like VS has, put a TreeView control on the left populate it with your options items, which include some kind of key to identify them uniquely when the user clicks on one of them. Based on this key, you can then load up/show the corresponding user control with options for that item, and bind the fields to your application settings. To make this not too heavy on resou ...Show All

  • Visual Studio warning CS1616: Option '(option)' overrides attribute '(attribute)' given in a source file or added module

    I can't find information on clearing "warning CS1616: Option 'keyfile' overrides attribute 'System.Reflection.AssemblyKeyFileAttribute' given in a source file or added module" At length I was able to find the page http://msdn.microsoft.com/library/default.asp url=/library/en-us/cscomp/html/vctbsCompilerErrorsSC0001ThroughSC9999.asp on the Microsoft MSDN web site, but the error is not listed. (Actually, no errors are listed there, but that's a different matter). I can suppress the warning by putting 1616 in the list of warnings to suppress for the project, but I don't want to do this until I understand what it is. Does anyone know what it means Rick Harrison That you specify an strong naming key file on your proj ...Show All

  • SQL Server Problems installing Reporting Services

    Hi Folks, I want to download Reporting Services for SQL Server Express Edition but I can't find it. It seems to be in Analysis Services but when I run SQLEXPR_ADV.EXE I don't find any mention of Reporting Services. I get to the final options choice which offers me 'Database Services' and 'Client Components' but neither of these mentions Reporting Services. I have installed BI Studio successfully. I'd be grateful for any and all suggestions. Thanks a lot. Barry Hi Andrea, Thanks for your reply. Unfortunately, you told me what to do but not how to do it so I couldn't follow your advice. Barry ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Install XNA beta1 express

    I have visual studio 2005 team suite and i want to install XNA, i downloaded the XNA beta 1 express and when i install it it says i need visual C# express,,, does visual studio 2005 team suite not good enough or is there anothe version for this visual studio. some 1 know how can i make it work mig16 Hello, XNA Game Studio Express only works with C# Express. You can have Team Suite and C# Express installed side by side with no problems. For more information please see this post on our team blog: http://blogs.msdn.com/xna/archive/2006/10/10/XNA-Game-Studio-Express_2C00_-C_2300_-and-Visual-C_2300_-2005-Express-Edition.aspx Thanks! ...Show All

  • Visual C++ WinAPI

    Hi all, first time poster here, and am in need of some help with the API function i cant seem to get working. There is an easier way of doing what you are doing but this is not the place to ask. I have a sample program called IEEumWindows but I am not sure where I got it from. If you search for samples you can find samples of listing IE windows and then you can get most anything you need from them, including all the HTML. ...Show All

  • Commerce Server UPDATING individual products through the Commercer Server adapters

    Here is a chronologically reversed conversation between me and Alan F on UPDATING individual products through the Commercer Server adapters. If anyone has any insights please respond.... Alan I tried both your suggestions, 1) Scenario 1 - I updated the lastModifiedDate (I hope this this what you meant by the Timestamp) 2) Scenario 2 – I took out the lastModifiedDate altogether (this did not appear in the ‘new’ message and the ‘update’ message) Note: the lastModifiedDate here is the //OrderGroupCollection/Catalog/@lastModifiedDate . Import mode is already "Incremental". … however I still get - Violation of PRIMARY KEY constraint 'PK_FolicaBase_CatalogH'. Cannot insert duplicate key in object 'dbo.FolicaBase ...Show All

  • SQL Server Is it possible to accept an Array as a Parent Package Variable?

    Hi guys, Is it possible to accept an Array, specifically, an array of strings, as a Parent Package Variable If so, how do I go about doing it I've been looking for this specific scenario in the BOL but I can't find it. Hope somebody could clear the issue. ...Show All

  • Smart Device Development How to deploy only one project on the PDA when working with multiple projects in a solution?

    Dear ppl...I have got 3 projects in a solution inside VS.NET 2005. 2 of them are class libraries and one of them is an exe. When i run the exe project from VS 2005.NET, it deploys all the 3 projects on the PDA in 3 separate folders and takes alot of time and its so annoying for debugging purpose. Is there a way to deploy only the exe project on the PDA Regards Nabeel Farid You can use the Configuration Manager to deside which projects inside a solution you want to build and deploy to the device. You can find it in the Build menu. If you want all of them to be deployed to the same directory you need to specify this in all of the three projects. You can change the location on the device by right-clicking the pro ...Show All

  • SQL Server Calculating number of subscriptions in time

    Hi all, I'm new to SQL AS and MDX in general but I'm trying to build the following and maybe you guys can help me. I have a snowflake database with a table containing subscription. Each subscription has a date/time at which it starts and a date/time at which it is terminated: subscription: id start_date end_date .... 100 10-jul-2005 17:00 10-aug-2005 11:00 ... 101 11-jun-2005 17:00 12-dec-2006 18:00 ... 102 1-may-2005 17:00 17-jan-2007 13:00 ... 103 10-apr-2005 17:00 10-sep-2005 15:00 ... And there is a dimension-table called datetime: id year month .... 10-jul-2005 17:00 2005 06 ... 10-jul-2005 18:00 ...Show All

  • SQL Server Implementing Transaction in SSIS Package - [Execute SQL Task] Error: Failed to acquire connection "<ConnectionName>".

    I have a simple SSIS package with three "Execute SQL Tasks". I am using ADO.Net Connection to execute SPs on a DB server. When I execute this package It works fine. So far so good. Now, I need to implement transation on this package. And problem starts now onwards. When I try to execute package after setting TransationOption = Required for the Sequence container which contains all the tasks, I get following error. [Execute SQL Task] Error: Failed to acquire connection "NYCDB0008.Export". Connection may not be configured correctly or you may not have the right permissions on this connection. "NYCDB0008.Export" is the name of the ADO.Net connection. I have been hunting for any solution but all in vain. I have tried changing all ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. About formats and multisampling

    I'm checking currently supported DXGI format, what exactly is the difference between: - D3D10_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET - D3D10_FORMAT_SUPPORT_MULTISAMPLE_RESOLVE What is the meaning of the following formats: - G8R8_G8B8_UNORM and R8G8_B8G8_UNORM How are coded the following formats: - R9G9B9E5_SHAREDEXP - R8G8B8A8_UNORM_SRGB - R11G11B10_FLOAT (number of bits of mantissa and exponent for 11 bits and 10 bits float). Thanks. It seems that this code is for the RGBE8 format which is already useable with D3D9. ...Show All

  • Windows Forms ADD A LIST OF TABLES FROM SQL Database

    Hi Everyone Does anybody know of a way to get a list of tables from a SQL Database using a selct statment or a stored procudre Thanks James Murray Hi, select * from Sysobjects WHERE type = 'U' This works for MS SQL (which is whatI assume you use since you don't mention otherwise). BTW, took me less than a minute to Google for this and find the answer. Luc ...Show All

  • Visual Studio Tools for Office Calculating the height (in mm) of a text line in Microsoft Word

    I'm making a program, in VB.NET, that creates and fills a table in a Microsoft Word document. Therefore I need a method to calculate the exact height, in millimeters, of a text line written with a certain font, at a certain size. Searching the Internet I've found this: Private Function GetFontHeight(ByVal FontName As String, _ ByVal FontSize As Single) As Single Dim myGraphics As Graphics = Me.CreateGraphics() Dim myFont As Font = New Font(FontName, FontSize) myGraphics.PageUnit = GraphicsUnit.Millimeter Return myGraphics.MeasureString("Ag", myFont).Height * 0.9 ' <<< STRANGE!!! End Function The result was so imprecise that I had to add that 0.9 coefficient (I calculated it with several attempts ...Show All

  • Visual J# Two embedded resources, one is multi-language java resources

    Hi; I need to have two .NET embedded resources in my dll. One is a resx file created by vjsresgen and includes java resource files for 22 different locales. The problem is that when I run in the locale Spanish Mexico (I have resources_es.properties but not resources_es_mx.properties) I get an exception on calling ResourceBundle .getBundle( "resources" ); I must have both embedded resources. How can I make this work thanks - dave Hi Dave, If i understand your problem correctly then your default locale is Spanish Mexico and you have resource file for Spanish only as a part of embedded resource in a dll. When you make a call for getBundle, you get an exception. Based on this understanding i worked with this ...Show All

  • Software Development for Windows Vista MSDTC Log File Tuning on Win 2003 x64 Cluster

    Hi! We are using MSDTC to manage a large number of transactions and would like to tune the performance. We have MSDTC running in Win 2000 and 2003 servers. We are looking for more information about or answers to these questions Are their any implications to increasing the log size for MSDTC Are there specific steps we need to take in order to do it on a cluster Anything special about changing the MSDTC log size on x64 installations Thanks! When modifying the log size for MSDTC on a cluster, do we have to make the change locally on each node of the cluster, or does the size setting automatically get propagated to all other nodes in the cluster when the setting is changed on the first node I rea ...Show All

©2008 Software Development Network