gonzo883's Q&A profile
Windows Forms Folder Tree
I'd like to get a listing of all folders contained on my "d" drive. Since I have thousands of folders, it's not practical to manually input them into excel. Is Windows XP equipped with a tool that does this Thanks for the help. peace To me this does not sound like a software development related question therefore I must ask you to post here: http://www.microsoft.com/windowsxp/expertzone/newsgroups/reader.mspx dg=microsoft.public.windowsxp.general&lang=en&cr=US if it is software development related, please tell us the .NET Framework version you are using as well as the language you are using to develop in thanks ...Show All
.NET Development ComputerEase ODBC Date Insert/Update problem
I've been working on a vb.net 2.0 windows app that needs to manipulate a "ComputerEase" database. This database was created in C++ by ComputerEase and they have odbc drivers so that you can link Access (for example) to the applications tables for external reports and applications. http://www.construction-software.com/ I'm working on a .net windows app and can connect no problem with the odbc client and even update and insert except for dates when using .net. (System.Data.ODBC, connection, command, DSN installed by ComputerEase application) They are not very responsive and the updates/inserts work fine in Access (with dates enclosed #9/8/2006# for example). But access does lots of work to match the odbc interface. So.. I ...Show All
Visual Basic Creating module/plugin based application
Hi there. I kinda need some guidance in our companys forthcomming project. We have at the moment a number of different tools to do different things and each of those tools demand some maintenance. For our next version we wish to colaps all these tools into one single application or shell so all the application code or shell code will only have to be maintained at a single place. Our problem at hand is how do we best accomplish this behaivour of have one shell and all the other components as either plugins or modules that are loaded when needed by our shell application We need to take into consideration that not all modules are available at a given time so only show those available. And the consern of licensing also come ...Show All
Visual Studio Team System how to resolve the cross DB warnings?
when i wrote the SP in database A,i used the like this insert into table select * from [Database B].[table] then warnings raised like below: Warning 1 TSD3025: The following cross-database dependencies could not be verified: [wsRStaging].[dbo].[ExemptCustomer], [wsRStaging].[dbo].[ExemptCustomer].[CustomerId], [wsRStaging].[dbo].[ExemptCustomer].[CountryName], [wsRStaging].[dbo].[ExemptCustomer].[GeoAreaName], [wsRStaging].[dbo].[ExemptCustomer].[CBNFlag], [wsRStaging].[dbo].[ExemptCustomer].[RegistrationID], [wsRStaging].[dbo].[ExemptCustomer].[deleteFlag]. Your database application might fail at runtime when [dbo].[usp_ImportLiveExemptCustomerData] is executed. E:\TFS Folder\System Architecture\wsRDB_Prod\Schema Objects\Store ...Show All
Software Development for Windows Vista Custom Activity Theme Automatically Loading...Deployment
All, I am working on a set of custom Workflow activities that I want to apply our colors and theme to, automatically, within VS. My question is how do we deploy our activities so that when developers us our activities, our theme file (wtm) is applied within the VS IDE Currently, we would have to explicitly set the theme in Visual Studio by Right Click in the Workflow->"Select Custom Theme" and specify our theme file. Any assistance would be greatly appreciated. You can set the Registry keys from where the designer loads which theme to use: Node: HKEY_CURRENT_USER\Software\Microsoft Corporation\MicrosoftR Visual StudioR 2005\Visual Studio Ext for Windows Workflow\Workflow Designer\T ...Show All
Visual Studio Express Editions accessing file on disk
I want to access file on disk without getting it onto ram. i guess i'll hv to get it on virual memory and do it. Am i right if yes how do i do that language preffered: c# or c++ See i'll give u a brief idea about my project We r making a xml storage manager. So my program should be able to read the exact part of the file i want given the addess.(the trees and other algorithms for reading and querrying xml file are ready) i needed a tool which can help me reading the data sets i want from file without opening the whole file. ...Show All
Visual Studio Express Editions Shrinking the File Length
Hi, I've got a file that I use for storing data as records, now adding records works fine, but what if I want to remove records and reclaim the unused space Is there an easier way to do this other than rewriting the whole file All the examples I've seen actually kill the file and rewrite all the data, this isn't a problem if the file is small, but thinking ahead it may cause a delay if the file is large. If that's the case (flat files), you have to rewrite the whole file (Technically, I think you could rewrite the end of file location using some win32 APIs but I think it'd cause more problems than what it's worth). ...Show All
Visual Studio Express Editions Process.Start help!!!
Alright, Im real new to VB, so take it easy on me... When I enter a code ( Process.Start) I always get an error. When I try to enter a locaton " Process.Start(C:\Documents and Settings\Compaq_Owner\ My Documents\Example.exe)" I get a wavy line under the "\" mark, when I run my curser over it, it says syntax error. And there is a small box under the "C" that turns " Process.Start(C:\Documents" to Process.Start(C):\Documents and then another wavy line apears under the "C" that says "Name 'C' is not declared." PLEASE SOMEONE HELP ME!! Please ...Show All
Visual Studio Tools for Office Is it possible to create plug-ins for Office 2007?
Are there any easy way to create plugins for Office 2007 Or haven't Microsoft released any SDK for 2007 yet I bought a plugin for Outlook, that does not work correctly in 2007 beta2 (probably because of ribbon), but the plugin is so simple that i think i could write one myself - if i just got an example on how to develope a plugin for outlook 2007. Check out the VSTO 2005 SE beta which will take advantage of the capabilities of 2007. Note that all the features are not supported, its beta, but full support when released . So your mileage may vary. Good Luck. ...Show All
Internet Explorer Development Organizing IE7 Toolbars
What a Horrible experience has been using IE7. First I can't put more bars in the same row as the address bar So I get a incredibly big address bar and loose a lot of screen. Other problem is that toolbars dont stay in the place you put them. They keep moving even if you lock the toolbars. Is this a Primary BUG at IE7 Is there anyway to make IE 7 as useful as IE6 and customize bars the way I want and not the way the developers wanted Thank you in advance for solutions.... Here's the test plan to show how the Google toolbar hijacks the Toolbar layout in IE7 (untested in 6) Start IE7 and unload the Google toolbar (if loaded) and just to be safe, any other third-party toolbars that you have install ...Show All
Software Development for Windows Vista Video playback in VS Express 2005 c++
Hi, How can I playback a video from my managed c++ app I am using the following... 1) Visual C++ Express Edition 2005 2) Platform SDK " Windows Server 2003 SP1 SDK Release Notes" 3) Sample from "C:\Program Files\Microsoft Platform SDK\Samples\Multimedia\DirectShow\VMR9\Windowless" 4) Dx9 Feb 2006 SDK So far I have tried the following... a) I cannot get DirectShow to compile in my app, see... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=667897&SiteID=1 b) AudioVideoPlayback works but gives the following warning when run from VS. I pressume this is bad. Is that the case "Managed Debugging Assistant 'LoaderLock' has detected a problem in 'c:\Projects\Jam ...Show All
Visual Studio Express Editions cd writer supported media types
i know imapi does not support dvd writers......but i would like to be able to querry supported media types from a writer...... any suggestions on how to do this thanks.. wf what is a driver api lets not make this complicated........their is a simple solution,and when i find it i will post it...untill then ...... any other suggestions wf ...Show All
Windows Forms DataGridView frustration
I have been searching for the past couple of days for articles on the CheckBox in a DataGridView and I haven't found anything that is remotely helpful (at least to me). I want to allow the user to check the CheckBox in the first cell of a row. Then, when a button is clicked, I want the app t loop thru the rows in the GridView and when a CheckBox has a value of checked, the code will update the values of two other cells in that row. I hit the "last straw" when I went to this site (MSDN) and thought I had finally found a solution. But nope, the C# example shows how to perform a foreach loop on the rows of a DataGridView control http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridviewrow(VS.80).aspx So ...Show All
Visual Studio 2008 (Pre-release) Extension properties
I know I can declare extension methods using the attribute "Extension" Can I create an extension property What is sintax ...Show All
Visual Studio Team System Project Management templates are empty
Hi all. I have downloaded the last MSF for Agile Software Development Process Guidance . But unfortunately I have an empty templates in Project Management folder: Development Project Plan.mpp, Project Checklist.xls, Test Development Plan.mpp. All these files are an empty documents. Is this correct and process guidance include only empty files or may be I have some problems wiht install. Thanks. If you have the TFS Office integration installed, you should see a button called "Choose Team Project". Press this button and you should see your project. Once you have selected your project, press the "Get Work Items" button. Take a look at my demo on http://www.microsoft.com/events/ ...Show All
