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

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

JSkinner

Member List

Vineet Belani
zaoacila89
JAAKARHU
avinashraj
Kaleb
Vonfranzken
Yomm
clintsinger
Khammonh
Michael_W
catman123
isabel oliveira
Paul Hill alphacomp
Martin Lapidus
C#Chris
TomJones
Old Mortality
Wassim
Irina777
Jaylou
Only Title

JSkinner's Q&A profile

  • Windows Forms XP themes are not being applied to my Form controls.

    In my application there are many forms and derived forms.  All of the controls are set to Flatstyle.Sandard by default.  Now the XP theme isn't being applied to the controls.  I see them drawn as plain 3D boxes.  I tried changing some of the control style's to System, but that had no effect.  What could I have set in the application, possibly globally, that would keep the XP theme being applied   (my main window is ...Show All

  • Software Development for Windows Vista Infopath and WWF

    Hi, I was wondering if/how WWF can be used to manage the state of Infopath forms so that certain elements of the form can be hidden/shown depending on the state. From the tutorials that I've looked at, most of them use a Windows form to input the data rather than an Infopath form. I appreciate the help. Hi JMei well Infopath forms have coresponding schema that you can utilize for information fetching this is qu ...Show All

  • Visual Studio Express Editions DirectX SDK and Visual Studio 2005 Express Edition Beta

    I have Visual Studio 2005 Express Edition Beta installed and I wish to learn DirectX graphics and game programming. My installation of the DirectX SDK goes smoothly, but whe I attempt to debug a DirectX code i get an error in the using Microsoft.DirectX and using Microsoft.DirectX.Direct3D, Visual Studio doesn't recognise the DirectX namespace and refuses to compile and run. How do I solve this problem Does the ...Show All

  • Visual Basic How to move a form without a border

    I want my form to be borderless. My form instead has a picturebox along it's top edge. How could I use this to move the form around as if it were the title bar. Thank you. Hi, You can do one thing. In form property window : ControlBox = False Captio = "" It will remove the border of your form... * ...Show All

  • Windows Forms CHild close when parent form closes

    Hi all, I have a parent form that instatiates and shows a child form. Is it possible to have the child form close when the parent form closes  Is there a setting I should set for this to occur. Thanks for your time in this.  ...Show All

  • Visual Studio Team System Event Viewer error 3000 (TFS Warehouse)

    We see to get two of these error events logged every hour on the hour.  Is there something here we need to fix Event Type: Error Event Source: TFS Warehouse Event Category: None Event ID: 3000 Date:  12/13/2005 Time:  9:15:48 AM User:  N/A Computer: MYVSTSSERVER Description: An unexpected condition has occurred in a Team Foundation component. The information contained here should be ma ...Show All

  • SQL Server DataBase path

    How can I create a DataBase with smo in another path thanks, Hi, you can do that by specifying the new file path witin the datafile object: DataFile df = new DataFile ( new FileGroup ( "DBName" , "FileGroupName" ), "Logicaldbname" , @"C:\Somepathtostore\somefilename.mdf" ); HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to res ...Show All

  • Software Development for Windows Vista Activity Property values not available at runtime

    I am currently experimenting with a custom activity. We have a number of business rule objects which implement various, relatively complex data validation rules. The custom activity allows these business rule objects to be assigned to the activity and for parameters to be assigned as part of a workflow that links together a number of these business rule classes into a sequential [potentially brancing] workflow. So I basically have: BRActivity ...Show All

  • Visual Basic How to remove items from a sorted list in ListBox

    In an application in Visual Basic 6, I add items (which include dates) one at a time by using AddItem, and display them in a ListBox. Works great. Turn on Sorted property in list box and they display chronologically listed by date - even greater. BUT, when one item is selected from the list and then REMOVED by RemoveItem, it does not work correctly. The items seem to retain an array number from when they were added, and do not change to the List ...Show All

  • Visual C++ VB 6.0 class to VC++.Net

    Hi, All I have VB class, i would like to convert in to VC++.Net class to make a dll in VC++.Net What is the best way to do this and how is there any special converter available to do this job may not fully but party!!!   Thanks Shan We have a procedure that will get you there, but it's three steps: http://tangiblesoftwaresolutions.com/Other%20Conversions.htm David Anton www.tangiblesoftwaresolutions.com Instant C#: VB.NET to ...Show All

  • Visual Studio Team System Team Build: Build Quality

    Can someone tell me what the purpose of the Build Quality indicator is   It doesn't seem to trigger any extra functionality anywhere that I can see - except maybe in reports. I'd like to be able to "automatically" publish a build when the quality get's set to "Ready for Initial Test" or "Ready for Deployment".  Is it possible to detect this change somehow and trigger some workflow to occur Build quality can be used by QA team to ...Show All

  • SQL Server Parent Package Variable visibility when designing packages

    I've created an SSIS package that uses parent package variables at several steps in the data flow. However, those parent package variables are only visible during runtime, making debugging the package practically impossible. Let me give you a simplified example: In the parent package, I have a string variable named "sqlLookup" that looks like this: "SELECT * from tblTest WHERE city = " + @city Also in the parent pac ...Show All

  • Visual Studio 2008 (Pre-release) Using a static resource storyboard from code

    Hi, I have a simple xaml that has a custom style for a button, and a storyboard to animate the button (refering to elements introduced in the style - panels, brushes, etc). I want to execute the storyboard on a button instance from code, so I retrieve the storyboard with FindResource and try calling its Begin() method on the button instance - I get an exception that the name one of the style elements (for example "panel1") cannot be found :(. Ev ...Show All

  • Windows Forms Installation of Windows service

    I have writen a windows service and made a setup project for it. My problem is that i need to run the installer classes for the service without running installutil.exe from the comandline. Consequently I need to run this automaticly when the us ...Show All

©2008 Software Development Network

powered by phorum