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

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

ThomasHo

Member List

Aquineas
Rajesh Nagpal
nrs420
_SteveH_
BobWman
Ivan Arjentinski
Kishore Gopalan
sursh
bestofmn
Jing Sun
Ramirez
Derek Comingore - RSC
Ronim5
Aperion Information Technologies
Inky
itzkid
Ramin
Vaughn Washington
Terrex Code Guy
Lee Keel
Only Title

ThomasHo's Q&A profile

  • Visual Studio 2008 (Pre-release) Could not find <DataTemplate> Tag inside <ListBox.ItemTemplate>.

    Hello Everyone, I am a new user to Windows Presentation Framework. I tried working with some samples with the help of WPF Book by Oreilly. I got struck here: < ListBox ItemsSource = " {Binding} " IsSynchronizedWithCurrentItem = " True " > < ListBox.ItemTemplate > < DataTemplate > <TextBox> < TextBlock Text = " {Binding Path=Name} " /> : ...Show All

  • SQL Server "Not In" results set error

    I've got two tables with email addresses. I'm trying to return the result set from one when the email address is not contained in the other. Here's my select statement SELECT * FROM ITSJ_Pivot WHERE Email not IN (SELECT email FROM lists_master) Returns 0 rows Here are the results from the individual select statements for each table: select NUSOID from lists_master where email ='jon@lackeydesign.com' Returns 0 rows select NUOSID from ...Show All

  • SQL Server Delete remote files !!! PLEASE HELP !!!

    I wish to delete remote files on an FTP server after I download them. I want to download files daily and delete them daily after I finish downloading. I am trying to use the FTP task to do this but I get an error when it tries to delete files from specified location. It says: "Unable to delete files using FTP Connection Manager" The FTP connection manager contains the FTP connection string and password. I have unchecked the passive ...Show All

  • .NET Development XMLDocument.Load Proxy Error (Authentication, Credentials, etc...)

    I am trying to use the XMLDocument.Load method to load an XML document from a web site ( http://www.xxx.com/file.xml ). As I am going through ISA and require Proxy authentication, I cannot seem to use any property on the XMLDocument object to specify such. I tried using the XML Resolver but to no avail. All I can specify there is the URLResolver and pass some credentials, but no proxy. I am using VB.NET 2005 PRO, and will be using this functi ...Show All

  • Windows Forms How to use TAB Key to Move between Tab Pages

    Folks, I would like to ask, How can i use TAB Key to move between Tab Pages within a tab Control in VB.NET Thank you ...Show All

  • Visual C++ setting compiler options programmatically.

    I am trying to simplify my life and set up all compiler options programmatically in a single file where I will see what is going on. I created a .cpp file and copied an MSDN function in there that is supposed to do it. My intention is to call this function eventually from the main routine. So far all attempts to compile the file failed with the errors described below. First the code: using namespace System; using namespace System::Object; using ...Show All

  • Visual Basic Prevent controls from refreshing or painting (eliminate flicker)

    I am measuring code speed as part of an assignment project: For i = 1 To 10000 For Each ctl In Me .Controls ctl.Enabled = Not ctl.Enabled Next Next   I've noticed this code runs way faster if I minimize the form and then restore it during execution.  The reason seems to be that after I minimize and then restore, it eliminates the flicker from the controls as they toggle between enabled sta ...Show All

  • SQL Server Data Flow execution hangs with no error

    I have a SSIS (CTP June 2005) package with several data flow tasks.  One data flow has 2 OLEDB data sources which are then unioned together, followed by a conditional split, then a derived column transformation, which feeds into an OLEDB destination.  When I run the package, this particular data flow seems to run fine and then just stops.  There are no errors and the records counts don't move.  I've used data viewers to ...Show All

  • SQL Server Oracle Connection String Stored in SQL Server Configuration Not Working

    I'm trying to store connection information in a SQL Server SSIS Configuration.  I can see the information in the SSISConfigurations table and it appears to be reading the data as the package loads in the designer, but I'm getting connection failure messages (The AcquireConnection method call to the connection manager "APPLPROD" failed with error code 0xC0202009. MTL_SYSTEM_ITEMS.dtsx 0 0).  Do I have to do any ...Show All

  • Windows Forms How to change the tooltip displayed for close button

    Hi All Is thr way to change the tooltips displayed for the buttons in the Titlebar I just want to change the tooltip text associated with the close button in the Title bar of the window. thanks in advance, Joy ...Show All

  • Software Development for Windows Vista Global Run Time Variable

    Is there a global variable that I can use across all the workflows in my workflows I am loooking for what the application variable is to asp.net, but within the workflow runtime. Thanks,. Marty Mardo - AFAIK there isn't anything in Wf that has those sematics - but it is pretty easy to add with your own WF service. First - define an interface (or abstract base class if you need common functionality) public interface IWFCachingService ...Show All

  • Software Development for Windows Vista How can a new activity class be derived from a parent class that has a mandatory property?

    I'm trying to use a new Workflow Activity Library project containing an activity class AChild that derives from class AParent which has a manadatory property. Because AParent has a manadatory property, my library project for class AChild won't compile (because AParent's validation rules complain that the mandatory property isn't set). What is the workaround/design pattern for creating activity libraries containing new activity classes ...Show All

  • Visual Studio Team System Setup cannot access Reporting Server

    Hi there, i'm trying to install the Team Foundation Server. When setup asked me to enter a user for the Report Server. I created a user TFSReport and added him to Administrator-group and all the sql-groups. I opened the Report-Server Configuration and configured it so that the TFSReport-User controls the service (works without any errors). Near to the end of the setup, i get the following error, that setup cannot access the SQL Report server. I ...Show All

  • Software Development for Windows Vista Some questions about the efficiency of File Writer Filter.

    Does "File Writer Filter" do a write operation when receiving a sample Do I need to write a intermedia filter between "AVI MUX" and "File Writer Filter" in order to reduce write operations. I think it necessary when a lot of video capture operations in processing. ...Show All

  • Visual C++ why are the NCB files so large in VC++ 2005?

    Hello, I am really puzzled about the NCB store in Visual Studio 2005. I understand that some improvements have been made to the IntelliSense, but the size of NCB files in really huge. I have noticed that on average a NCB file is 10 times largers than the file for the same project under VS 6 and 7.x. For instance, an NCB file of 50KB under VS 2003 now has 500-600 KB, a 200 KB NCB under VS 2003 now has about 2 MB. And NCB files that used ...Show All

©2008 Software Development Network

powered by phorum