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

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

Djmegamixes

Member List

Guennadii Vanine
GOOOGO
JF002
Robbie Clutton
mstrate
ggunn
Igor Bustiuc
kimcat
Aarvee
djehmli
Xzarian
lenyado
Paulo Cardoso
rowdy2
Malleyo
Jim Bish
Matt Moore
Bugsflowers
bosstan1
Thomas.AT
Only Title

Djmegamixes's Q&A profile

  • .NET Development Is it possible to manually control the assembly version numbers when creating & building a class library?

    Is it possible to manually control the assembly version numbers when creating & building a class library The first two numbers always remain "1.0" The last two numbers seem to increment automatically. How can I change the first two numbers Is it also possible to control all the numbers Many thanks! - Kevin Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=139291&SiteID=1 Hope this helps! Thanks, Ayman Shoukry VC++ Team ...Show All

  • Software Development for Windows Vista How to use C# to cut and remove part of video out of the whole video ?

    Dear everyone, I have a problem about C# and hope to get your help. I want to use C# to cut and remove part of video out of the whole video. The video may be mpeg, avi ... How could I achieve that Thank you. Regards, David I would have a look at the directShow system inside the platform SDK. Here is a link to the forums . Hereis a link that might also help... http://www.elecard.com/products/products-pc/sdk/ ...Show All

  • Visual Studio How Can I create a solution and Project programmatically using EnvDTE vs 2005?

    I need to create a solution and project programmatically. I have found a couple of example on msdn but they dont work in vs2005.Can somebody post a small snippet how to do it I get all sorts of errors! My attempt using c# 2005 --Created a new project --Added references to EnvDTE and EnvDTE80 private void CreateSolution() { Solution Sol ; Sol = Solution ; Sol.Create( @"c:\Temp2" , "TestMySolution" ); } Thanks in advance Perhaps the code to the Add-in Wizard at http://www.microsoft.com/downloads/details.aspx FamilyId=79C7E038-8768-4E1E-87AE-5BBBE38 ...Show All

  • Windows Forms Pass selected items to query in SQL Server

    I have built a C# application where users can select from multiple lists of criteria to develop a "set of search criteria" to build a query in SQL Server.  This involves multiple listboxes (multi items can be selected), combo boxes (only 1 item can be selected) and a even a datagrid. I'm not sure how to capture all the "selected items&qu ...Show All

  • .NET Development Installing .. advpack.dll

    Not sure if this is where to put this question but I can't find anything else on these forums (shrug ). I'm trying to install the 2.0 redistribution package and get an error with c:\windows\system32\advpack.dll when trying to install. Any suggestions The reason I'm looking to install it is because I have an application that requires it. Maybe I actually need something different Ugh. lol 1. Remove advpack.dll (use Unlocker if it says the file is in use) 2. Place the advpack.dll from here in the spot of the old advpack.dll which you ...Show All

  • Windows Forms To update a combo box collection

    Hi. In the form that i made, I have a combo box that shows a list o directories thay I need to use in the aplication. When the application starts up it executes a procedure that updates the collection of that combo box with the name of all the directories names that I need. In order to update the combo box, I craete a While procedure like this: While a < My .Computer.FileSystem.GetDirectories( "\\172.17.1.7\comum\AA_Ficheiros Comuns\AA_FOTOGRAFIAS\" ).Count scu = My .Computer.FileSystem.GetDirectories( "\\172.17.1.7\comum\AA_Ficheiros Comuns\AA_FOTOGRAFIAS\" ).Item(a) GestorFotos.Frm1.CboSuc.Items.Add(scu.Remove ...Show All

  • Visual Studio Team System Newsgroup about TFS??

    Is there any MSDN newsgroup for talking exclusively about TFS I see posts about it dispersed in other newsgroups, maybe it would be interesting to have a dedicated newsgroup for it. I believe there is no newsgroup yet for Team System or TFS especifically, and that these set of forums are the preffered place to ask questions (and I'd go as far as to say it's the preffered one for all VS2005 related stuff) ...Show All

  • Visual C# Index out of range - seraching Active Directory

    I'm setting up an Active Directory search using C#, but when I put a value in the search like "a" that would give me a lot of results - I get an Index out of range error. I have this code in my page and thought that this would limit the returns and eliminate the error, but it didn't: adSearcher.SizeLimit = 50; adSearcher.PageSize = 100; Here's my full code - can anyone find the problem [code] protected void runSearch(string queryValue) { //reset text this.lbTest.Text = ""; //set up search params DirectoryEntry PC = new DirectoryEntry("xxxxxxxxx"); DirectorySearcher adSearcher = new Dire ...Show All

  • Visual Studio On Stores, Editors & Models.

    There are a number of posts on the forum now about loading and saving models, including how to load models into stores, using one store for many models, and havin transactions that span changes to many models. There is still one gap in the information as far as I can see, and that is the relationship between editors and stores. When a file is openened in the designer an editor is created for that file (I hope I have the terminology right, please correct me if necessary...). The editor loads the model. Is the model equivalent to a document as seen elsewhere in the VS SDK Does the editor create a store for itself Can many editors be coerced in ...Show All

  • Visual C# tracking registry changes

    Hi, Is there any way to get notified about Registry's changes I mean something like an event be occured if the Registry chaneges by user our an application. With tahx Off hand I can't think of a CLR class to do this directly. One approach would be to use WMI to find out about registry changes via RegistryTreeChangeEvent, RegistryKeyChangeEvent and/or RegistryValueChangeEvent http://msdn.microsoft.com/library/en-us/wmisdk/wmi/registering_for_system_registry_events.asp To monitor WMI events from managed code I'd use the EventQuery and ManagementEventWatcher classes from System.Management http://msdn.microsoft.com/lib ...Show All

  • Windows Forms Bug 1.0???

    Ok it appears I have a bug. Here is the simple example. New form drag drop tool bar dock top drag drop grid control dock fill drag drop context menu now click on the grid get focus out of context menu.  Now go back to context menu (no highlight showing) and notice you can't add any menu items or see any that you might have added right after y ...Show All

  • Visual C++ Modifying intrinsic property sheet inclusion

    Intrinsic property sheets like "Optimize for speed" seem to be added to all projects. It's strange seeing that under a debug configuration. How do I remove sheets such as that one when they're not what I want Thanks, Gary Ok, but why should a non-removable property page be attached to all my projects What if I don't happen to want it I can override its settings, but I'll have to look at it forever in the IDE. -Gary ...Show All

  • .NET Development Issues with the latest .NET - pre-release build v2.0.50727 (Nullable.Wrap and INullableValue)

    I have the latest pre-release build of .NET 2.0 and Visual Studio 2005 and cannot compile our program which was developed with the 'April Beta' ! What happend with: Nullable .Wrap and the INullableValue the  interface I need this as this is the only workaround to the other design flaw/bug in .NET 2.0 with Nullable types (see http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=FDBK27024  ) Thank You. Chavdar Angelov Director, Lead Software Architect It's not fixed. Read http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=FDBK19166  where the original issue refers to t ...Show All

  • SQL Server SQL Server Destination [733] Error

    I am getting the following error on a FuzzyLookup transformation.  I have 1,000 rows in the source table and 331,580 rows in the reference table.  Both tables are in the same SQL2005 db on my local machine.  Any ideas [SQL Server Destination [733]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E14  Description: "Cannot fetch a row from OLE DB provider "BULK" for linked server "(null)".". An OLE DB record is available.  Source: "Microsoft SQL Native Client"  Hresult: 0x80040E14  Description: "Th ...Show All

  • Smart Device Development Applications' list on Windows CE

    Hi all, Is there any way in c# to get a list of all the applications installed into the device Thanks, Moved to Smart Devices General ...Show All

©2008 Software Development Network