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

Software Development Network >> Steve W.'s Q&A profile

Steve W.

Member List

Cordt
getyourbone
Larry Wilson
rkpetersen
Sandor Heese
colinjack
Dean100000000000000
mynus
Soham
Marc Tomlinson
colodrmn
basim_shanyour
rkn123
HardEng
beshaghy
Lalit Dubey
HUZ
sirck
James Wyatt
Austin Ledbetter
Only Title

Steve W.'s Q&A profile

  • Windows Forms FileSystemWatcher

    Is there a way to use on FileSystemWatcher object to watch both a certain type of file and all folders or do you have to use two FileSystemWatcher objects to do that Also, if two are necessary, how would you go about having both of those work on different threads (I'm pretty new to threading) Many Thanx!  :)  FWIW, I think  ...Show All

  • Visual Studio Team System Refresh on the TeamFoundationServer object?

    Is there a way to refresh TeamFoundationServer objects Basically, if I store a TeamFoundationServer object in my class, and the state of the server changes in another application, how can I force the object to update and be consistent with the server I am seeing behavior between applications that if I add a query in one application, it will not refresh in the second application until I get a new TFS object in the second application. As soon as I do: TeamFoundationServer m_tfs = TeamFoundationServerFactory.GetServer(name, new UICredentialsProvider()); It will get the new information. How can I get around this Thanks, ~Joe ...Show All

  • SQL Server File System Task - relative location ?

    hi, I am using "File System Task" to copy files from one pre-defined location to another. Is there a way to provide a "relative path" for the corresponding connections If yes, how to set it up for deployment If not, I guess the option will be to update the "connection string" property for the file connections using package configurations. thanks, Nitesh Another option is to store the "root" location in a folder (it can be populated from a configuration) and you can then use property expressions on your file connection manager connection strings to use that variable. -Jamie ...Show All

  • Visual Studio How to override QueryStatus ()

    Hi All, I am using C# to write a VS Package with SDK 2005. I need to override the function Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus (). The Package class implements the interface IOleCommandTarget but does not have QueryStatus() as virtual. Would anyone know if there is an alternate way to achieve what QueryStatus() function does The IDE calls this method and gives the package a chance to disable/enable any UI components. Thanks Hi Surya, You can find the QueryStatus(...) method in teh ProjectNode class. Just inherit this class and override the QueryStatus. Regards Kajal ...Show All

  • .NET Development Stop a process

    hi, I'm working on a searchsystem. But is there aaway to stop de process while it is running, otherwise if you press the "X" in the upperrightcorner. It sais: "This program doesn't react. Rapport Send  Rapport Don't Send" Or something like that. Is there a right way to stop a process For example by pressing a button private void button1_click (object sender, eventarg e){ ... } Ruben   Ruben T wrote: Or if I use a backgroundworker for it, would that be a solution Or can't you start a "private void" with a backgroundworker Use code like this; private bool stopRequested = false; pri ...Show All

  • Software Development for Windows Vista UI Testing via accessibility

    I'm tasked with building a UI testing library for our application.  It will allow testers to write simple programs (using VB or C#) to test our application.  Instead of referencing controls via pixel position or resource ID, it will use GUIDs or names so that tests don't break everytime a minor change is made to the GUI. 1) Should I use Active Accessibility 2.0 or Vista UI Automation 2) Is UI Automation available yet If so, how do I access it 3) Will it ever be supported on XP Thanks in advance, John Check out session FUN307 from the 2005 PDC. I believe it addresses your questions. You can d ...Show All

  • Visual C# thanks of answer

    sir my question is that how we make or made DLL file You just start's create a product with ClassLibrary template project. Then you can include the classes, user controls, Forms, modules, etc to the class library product. Then build your project. It will creates an DLL file for you project. Cheer. ...Show All

  • Windows Forms When is the Win32 Window created?

    In MFC there was a two phased creation process for a CWin type of window.  You created the object and then called Create to get the real "Window" created. Winforms tries to hide all that, but where in the creation of a Control can we be assured that the window handle is valid   When we are in the constructor of the Control  &nb ...Show All

  • SQL Server Report model data sources

    Is it possible to have a custom data processing extension as the data source in a report model project ...Show All

  • Smart Device Development need proj. example about .net and sql mobile 2005

    Hi, I would like to start a project using sql server mobile and vb.net 2005 for PPC. I could use a project expample on how to read and modify a database from a pocket pc. I couldn't find anything on the net... If someone has something, maybe can send it to me. THANKS GUYS!! Agustin Hi, try http://samples.gotdotnet.com/quickstart/CompactFramework/ - it's for 2003, but the principles are the same, and it takes you through creation/modification Pete ...Show All

  • SQL Server Creating table where column_names are results from query from other table

    How I can create table where column name is result of query of second table Next cod doesnt work: Use Pubs declare @naz varchar(40) declare naziv cursor for select top 1 au_lname from authors open naziv FETCH NEXT FROM naziv INTO @naz close naziv deallocate naziv GO CREATE TABLE #t1 (@naz varchar(20), quote int ) GO DROP TABLE #t1 use dynamic sql, although it won't work for temp tables. EXECUTE('create table t1 (' + @naz + ' varchar(20), quote int)' Also, you don't need a cursor to do what you're doing above, it's overkill. ...Show All

  • Software Development for Windows Vista Context menu registration refused for lnkfile

    I have an app that acts as a CMH for shortcuts (not their targets).  I'm using the same procedure as in earlier Windows and register as a context menu handler by adding this key to the registry: HKLM > Software > Classes > lnkfile > shellex > ContextMenuHandlers > GUID Trying to add the key with REGEDIT displays a message that says I have insufficient privileges to add a key under ContextMenuHandlers.  (Something new in Vista, right ) Hm, if you view the Permissions for the key, Administrators have only read-only permission. You probably need to elevate to Trusted Installe ...Show All

  • SQL Server help me

    hi, i anytime useing the yahoo messenger this is messnge comeing, what i can to the systme is windos2000- professional pack 4. an error occurred while trying to connect to the server error-26 tanking you maruthi ...Show All

  • SQL Server SQL Express and Templates

    In SQL Server Express, whenever I setup a Stored Procedure, a template appears, which is wonderful. Can these templates be modified (for example, additional information added) and if so, where is this documented Regards, Flavelle Mike: Bug reported as requested. thanks, Flavelle ...Show All

  • Windows Forms TaskVision: Danger of BadPractices

    Hi! Since TaskVision doesn't follow any of the Microsoft Patterns (as a matter of fact it doesn't follow any pattern at all, it doesn't even follow the  ADO.NET  API or WindowsForms.NET API) and so many people is downloading it, using it, and basing their work on it.... Is TaskVision creating, with each download, an "anti-pattern programmer" Is TaskVision c ...Show All

©2008 Software Development Network