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

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

Flip597

Member List

Ariel Valentin
PareshGheewala
Marko B. Simic
ejamashu
Allen Razdow
soung
Grant McElroy
shaase444
rtaiss
zybernau
Peter Marshall
snowmoon
Eljdee1
LouArnold
Shadi_05
re infecta
Tom De Cort
Mike Martin24365
alan_b
JavaBoy
Only Title

Flip597's Q&A profile

  • Windows Forms Scroll Event in List Box

    Hi how would i handle the scroll event in List box. Thanks and Regards Jayesh Check this thread for a sub-classed ListBox that supports a Scroll event. ...Show All

  • Software Development for Windows Vista ACT 5.0

    Hi All, Just started to use ACT 5.0, need to test an custom application using the same. But we are unable to find any options in the toolkit. i.,e Is there any way to input a custome Application and obtain the test result for the same. It seems it gives the test result for all the application installed on the machine having registred. Is this correct Is ACT 5.o needs to be installed only in WinVista or in previous Window version like Winxp ,win2003 for the Application. Please help.. require urgently. Regards, Ajay Just a quick question,In order to test Application Compliance for appliations to be deployed in vista platform. What are the necessay steps and TOOLs required fo ...Show All

  • SQL Server How to make a dropdownlist empty

    I have a listbox that lists countries....and if you choose a country, another listbox show cities in that country (fetched from a sql database)....And if you then chose a city in the second listbox, a dropdownlist will show restaurants in the city....(also fetched from a sql-database)... Ok...I hope you understand...now to the problem....: If you first chose a country, a city and a restaurant but then want to chose another country in the first listbox, the dropdownlist for the restaurants is still there filled with restaurants for the first country...I dont know how to "remove" the restaurants so that the dropdownlist is blank if someone switch country.... I think I need to do something in countryListbox_Select ...Show All

  • SQL Server DMX Query for regression coefficients

    How do I write a DMX query to return the coefficients of the independent variables in my regression equation Thanks, Carrie 1: I don't have it in front of me right now, so a screenshot would help :) 2: When you create a decision tree with continuous inputs and outputs, I believe the wizard automatically marks all continuous values as REGRESSOR. You can verify this by going to the Mining Models pane in the Data Mining designer. Click on a column name under the mining model ( not the mining structure) and look at its properties in the property panel. This is where you can set algorithm-specific modeling flags, and where you would set or clear the REGRESSOR flag. 3. I wouldn't say it was necessarily overtrained, just that th ...Show All

  • SQL Server Cannot access Stored Procedure

    Hi I'm using SQL 2005 with Management Studio. I started having trouble accessing one particular scalar function today. I am able to run alter, drop and even exec commands against it but when I try to generate a script for it (or Modify it using Management Studio) I get the following exception: Syntax error in TextHeader of UserDefinedFunction 'sp_name'. (Microsoft.SqlServer.Smo) at Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.CheckTextCorectness(String ddlText, Boolean enforceCreate, Boolean checkName, String[] expectedObjectTypes, DdlTextParserHeaderInfo& headerInfo) at Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase.CheckAndManipulateText(String ddlText, String[] expectedObjectTypes, ScriptingOptions so, Boolea ...Show All

  • Software Development for Windows Vista Print Driver Rendering Test (pgremlin) test failing

      Hi All, PGremlin test for our XPS driver is getting stuck with below two lines on command shell. ********************************************************     Win32 Exception:     StartPage() failed. Error code 1223 ********************************************************     Anyone having any pointers to this problem Just to add some observations,    1) "Print Driver Rendering Test (pgremlin2)" is passing. 2) It`s failing with above exception in both the cases.. a) When auto running by Vista RC DTM b) Running manually from command shell   Thanks, Chetan   ...Show All

  • .NET Development uploading file to Apache

    I try try { client.UploadData( http://www.myapacheserver.com/myuploadfolder , UploadImage); } catch ( WebException Ex) { MessageBox .Show(Ex.Message); } The UploadImage pass in data correctly. But somehow, it doesn't create any image on the apache server. Any idea Regards, Leo Sadly there's no exception thrown. =( It just not appear on my server. When I check server error log it said "An unknown filter was not added:PHP" though. ...Show All

  • Visual Studio Team System DataCompare

    How do you setup DataCompare feature of " Visual Studio Team System - Database Professionals " I cannot find any documentation on it If you mean where is it look in the VS Data Menu -> Data Compare -> New Data Comparison ... If you mean general configuration look in Options -> Database Tools -> Data Compare. If you mean Help Documentation then look at ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VSENT.v80.en/dv_VSTSDataConMain/html/ecc9e7d9-22e3-4f2d-9059-f1f9da5f0e51.htm HTH Alle ...Show All

  • Visual Studio Team System BUG: user with dynamic username re-created on incremental updates

    I have a user, which's Name is dynamic (ie create user [$(ServiceOwner) WITHOUT LOGIN...) as a managed schema-object. This user is referenced to in other managed schema-objects (like a RSB and also in the CREATE SERVICE statement). Upon first build-up of the DB, everything is ok, but any following builds cause errors that the user already exists. the DBPROJ seems to not detect the already existing user on the target database. I moved the CREATE USER script to post-deploy, but now I cannot build anymore because of the other dependant schema objects... any ideas I am using the RTM version from MSDN. Another anomaly I am encountering regards this is that VS creates a login with exactly the name of the username-variable in ...Show All

  • Visual Studio Express Editions ml64.exe

    At some point during installation of VIsual Studio Express (perhaps it was the SDK stage) you get a file called ml64.exe. Unfortunately the version I got was 8.0.40310.39, and can't handle SSSE3. Is there a newer version available someplace (and a newer version of dumpbin.exe) that is SSSE3-capable ml64 was installed during the platform SDK stage and that would be the latest version. I know that ml64 supports SSE2 but I'm not sure about SSE3. You should post in the C++ forums to see if they know the answer. ...Show All

  • Visual Studio Team System Newbie Question - Edit Existing Team Project

    We have recently began using TFS. During the setup process, we downloaded and modified the MSF for Agile Software Development - v4.0 process template to include some custom fields with enumerations that we use internally. Example : Field Name : Department Enumerations: Finance Help Desk Business Development etc. We have recently need to add an enumeration to a field we created for an existing team project. Is there anyway we can update the process template to include this new field enumeration to an existing project What is the best method of adding this enumeration Should we change the database directly and if so, are there any issues we should be careful about any advice would be much appreciated!! ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Question about 'EffectParameter' class

    Given that the EffectParameter class is sealed I need to ask: any chance for future versions to take advantage of generics for methods like SetValue and GetValue I 'm not meaning to create a new 'EffectParameter<T>' class (what'd make it difficult for the 'EffectParameterCollection' class), but something like: GetValue<T>() or GetValue<T>(T dummy) -the latter to avoid the use of the static <T> when calling the method, instead of GetValueVector3() and so on (ditto for the methods that return an array). SetValue<T>(T value) , instead of overloading SetValue(...). That way it could be easier -for us- to implement a sort of "fx parameter mapping" technique as well as an 'EffectParameterHan ...Show All

  • SQL Server Mirror of master, msdb, tempdb, or model databases.

    Hi Guys, Since, You cannot mirror the master , msdb , tempdb , or model databases.What will happen if i create new login,change existing security profile and new jobs,change of existing job on princicpal db. how these will be mirrored to other server and in case failover, how it will treat. Thaks Mirroring works at the database level only. dts/ssis packages, jobs etc are not mirrored. Database users are mirrored but not their corresponding SQL Server login. You need to keep a copy of dts/ssis packages, jobs etc on the mirror server and whatever changes you make to them on the principal server, you will also have to make on the mirror server if you want to keep the servers exactly in sync. hope this ...Show All

  • SQL Server Package Variables Not Available at Runtime

    Hello, I have three package variables that I need to have access to at runtime. All three variables have package scope. The first two, 'StartDate' and 'EndDate' are DateTime variables. The third is called FilePath and is a String variable. I have taken the following steps; 1. Enabled package configurations 2. Set up all three variables as Parent Package Variables, and have targeted the 'Value' property for each. 3. In the properties of the solution, I have set AllowConfigurationChanges to True. 4. After the package was built, I ran the Package Installation Wizard from the Manifest. I have done both File System and SQL Server installations. When I go to run the package, none of the three package variables are available for modifica ...Show All

  • Microsoft ISV Community Center Forums RecordSet problem

    Hi, I have problem retrieving data from MS SQL server to Excel. Let me describe what I am trying to do and hopefully the experts out there could help. First of all, I have some data stored in MS SQL Server. I am trying to create a user interface in Excel using VBA. The users would choose some criteria using VBA forms and I hope to pass these criteria to SQL Server and run a stored proc. The stored proc would process the data using this set of criteria and return the required data back to Excel spreadsheet. My first question is, will this work if my stored proc creates a temp table and at the end of the stored proc the data being returned to Excel is from this temp table. I have this in mind because the stored proc is doing fine ...Show All

©2008 Software Development Network