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

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

LouAbraham

Member List

Durai
lushdog
JOF
blabus
Erasure
Rob Blackerby
Coder24.com
edlegs
rdrrichards
Checker_Mac_Rohrle
Jim Selinsky
Patricius
Carsten Herrmann
Werner_001
pebelf
Matei Puiu
Srinivas Gonukula
Xabier Yeregi Hernandez
j_kidd
chairuou
Only Title

LouAbraham's Q&A profile

  • SQL Server And Or Statements in SQL 2005 Express

    What happened to the {[and|or]}  availble in previous sql   I need this, for a multi variable query. Is there a substitute   Thanks! Could you please post a script that shows what is missing Logical operators AND / OR exist since the first version of SQL Server. Same for the bitwise operators. There is no difference between various SKUs of SQL Server also with respect to these operators. ...Show All

  • Visual Studio Team System .net 1 assemblies references from .net 2 assemblies for analysis

    I'm using Using FxCop 1.35 to analyise assemblies built with v. 2 of the runtime. However, some of these assemblies reference v. 1 assemblies. I can not add these referenced assemblies as Targets as there is a framework mismatch (I was aiming to add them and disable their analysis so that FxCop could resolve the reference but not run analysis), so I have to resolve them manually when I run analysis. This is fine for the GUI version, but obviously does not work with the command line version on our CI server. Any workarounds for this James, You can tell FxCop to look in specific folders for references, by ...Show All

  • Visual Studio 2008 (Pre-release) Troubles with DLINQ

    I'm having troubles with DLINQ. t_parent table parent_id  parent_name 1             Avalon 2             Indigo 3             Whidbey 4             Yukon t_child table child_id  parent_id  child_name 1          1             Chris Anderson 2  &nbs ...Show All

  • Windows Forms Inheritance question

    I have a usercontrol base class called say 'UserControlBase'. This inherits from usercontrol. I then have a class that inherits from UserControlBase called say 'SpecificUserControl'. One of the methods in UserControlBase needs to loop through all the controls in an instance of SpecificUserControl. Can I do this   During testing, when I access the controls collection in a  ...Show All

  • Visual Studio Express Editions DataSet control

    Hello everyone I have problem with how to use DataSet control.... Also I do not see the DataSet control in my toolbox Can anybody help me how to add DataSet in my toolbox Thank you so Please can you tell me how to use DataSet ... how you declare dateSet can you give example..... Thank you ...Show All

  • Visual Basic Splash Screen... Delay?

    Hello, I made this splash screen and since I just started working on my project, the app takes less than two seconds to load and the time for splash screen... .....is not enough.... I have tried to put System.Threading.Thread.Sleep(5000) but where I put it in the code of the splash screen, then it waits 5 seconds before showing the splashscreen and I put it in the main program, then the splash screen is out THEN it waits 5 seconds after the splash screen is gone THEN it loads.... I am very lost... Thank You for any reply! Keehun Nam If you want to change the default splash screen display time, then in the project property's Applicat ...Show All

  • SQL Server Reusing package configuration file across all packages in a solution?

    I have 5 packages in a solution. For 1st package, I add a package configuration file (xml) named common.dtsConfig containing only Database Connection configurations. For the same package, I add another package configuration file names first.dtsConfig containing configurations specific to 1st package. Now for 2nd package, when I reuse from existing package configuration (common.dtsConfg) with same name, it allows me to do that. I also create a package specific configuration file for 2nd package. And so on for all 5 packages. This works fine for development. If my database user/password changes, I edit onyl one file i.e. common.dtsCo ...Show All

  • SQL Server Unable to retrive data in Sql 2005

    Hi everybody,    I developed a windows application that connects to Sql server 2000, using windows authentication and it works, able to retrive and other data process. But when I used it on Sql Server 2005 Express, it was unable to retrive data. What is wrong with it How can I fixed this Connecting String at 2000: "integrated security=SSPI;data source=localhost;persist security info=False;initial catalog=Genesis;" Connection String at 2005:  "integrated security=SSPI;data source=RITS-DENNIS\SQLEXPRESS;persist security info=False;initial catalog=Genesis;" "user id=guest;password=guest123;data source=RITS-DENN ...Show All

  • Visual C++ OpenFileDialog

    I have this code that I want to put in my project but I do not know exactly where to put it or how to complete it, if someone could please help me with this CommonDialog.Flags = OFN_FILEMUSTEXIST + OFN_HIDEREADONLY + OFN_ALLOWMULTISELECT CommonDialog.DialogTitle = "Select Map" CommonDialog.Filter = "Map Files (*.map)|*.map|All Files(*.*)|*.*" CommonDialog.FilterIndex = 2 CommonDialog.CancelError = True CommonDialog.Action = DLG_FILE_OPEN Sniper, I think you need to start from first principles - and take a beginner tutorial or so - what are you trying to do ...Show All

  • Visual Studio 2008 (Pre-release) WPF Feb CTP: Bug in ComboBox dropdown

    Try the following simple XAML code: <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " xmlns:system="clr-namespace:System;assembly=mscorlib" FontSize="{Binding ElementName=FontSizeCombo, Path=SelectedItem.Content}" > <StackPanel Orientation="Horizontal"> <TextBlock VerticalAlignment="Center" Margin="5" Text="TextBlock using selected font"/> <ComboBox Name="FontSizeCombo" VerticalAlignment="Center" Margin="5" SelectedIndex=" ...Show All

  • Windows Forms ErrorProvider does not display inside TabControl

    Document Outline Form --flowLayout ----tableLayout ----panelMain ------tabControlMain --------tabPageGrid --------tabPageDetail ------bindingNavigator errorProvider bindingSource dataSet tableAdapter Display of the errorProvider inside the tableLayout always works. Currently the errorProvider for controls inside the tabPageDetail doesn't display at all! (i can't reproduce the situation where it displays at one control inside that...mmmmh) Please help! Thanks Peter after setting a text instead of string.empty the icons appear correctly but blinking is completely unsynchron.... ...Show All

  • Visual Studio Team System SDM Industry Support

    What is the indication for industry support for SDM - for example which vendors (both hardware and software) are involved in the initiative, what is Microsoft doing to engage these vendors. Regards For the latest information about SDM, and in particular - the Dynamic Systems Initiative, this is the site to monitor: http://www.microsoft.com/windowsserversystem/dsi/default.mspx The bottom of this press release back in October has a lot of industry quotes related to the virtualization strategy portion of DSI: http://www.microsoft.com/presspass/press/2005/Oct05/10-10VirtualizationStrategyPR.mspx For feedback or questions about SDM, pl ...Show All

  • Visual Studio Team System MSF for CMMI - InterationPlan.xls

    This is a great resource.  I am working with the Iteration Plan spreadsheet and have a couple of questions. 1) On the first worksheet what should be populated on the (number) column 2) On the Iteration Number worksheet shouldn't the total cost formula be D40+C33+D24 rather than D40+C33+C24   The total does not currently reflect the total cost for the FTE Quantity. Thanks Thanks for this. 1) The number is simply a place to put a name or number for the iteration e.g. 1, 2, 3, ... n, or One, Two, Three, or Jan, Feb, Mar - you get the idea. Call them Dave, Frank and Betsy if you like - as long as you c ...Show All

  • Visual Studio Express Editions Move the Visual Studio 2005 folder to another location?

    Hi all, I'm a beginer with VS, I started coding my first program inside the \my documents\Visual Studio 2005\ folder. now I want to move this folder to another location. What should I do if I want to keep all things together and keep my program organized inside the MVB2005EE program Thanks in advance, gren Your project is in a directory.... Simply copy that directory to the location of your choice. Open the project with File. All files in a project are relatively addressed as opposed to absolutley addressed. Good Luck. ...Show All

  • Smart Device Development Would like to use this Custom ListView Column Header class...

    ...but it is built for a Windows Forms app, and will not work on the Compact Framework 1.0 Smart Device. (Link to Custom ListView Column Header Class) All I would like to do is to be able to just use a ColumnHeader in the ListView to be able to use Images in the ColumnHeader. What I was wondering was if you could help me strip out all the unnecessary code that is making the app fall over when run on a SmartDevice. Hope you can help. Thanks Tryst Thanks for the insight, timg_msft , i will look into the provided articles. Tryst ...Show All

©2008 Software Development Network