Software Development Network Logo
  • .NET Development
  • Smart Devicet
  • Game Technologies
  • Windows Vista
  • Visual C++
  • Visual Basic
  • SQL Server
  • Visual Studio
  • Audio and Video
  • SharePoint Products
  • Windows Forms
  • VS Team System
  • Microsoft ISV
  • Visual C#
  • Visual FoxPro

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

haryindsfjdbf

Member List

Padmabhushan
HarveyC123
mthompson125
lnetanel
eliewadi
Galin Iliev
Eric Hausig
Fredrik Johnsson
Christie Myburgh
JeffK_
Ritesh Tijoriwala
startlet
yanivpinhas
Ron L
Frank104
Kris Nye
Sudhakar J
CaRNaGe_46038
KatieV8563
blanc
Only Title

haryindsfjdbf's Q&A profile

  • Gadgets Help test the screensaver gadget

    Before releasing this to the masses, I was wondering if a few of you could go ahead and install my gadget and see if it works. It works on my machine but may not on someone else's if things don't register correctly. The gadget is a simple screensaver gadget that embeds a screensaver that you choose into its window (see http://blogs.msdn.com/photos/markhsch/picture1718045.aspx for a screenshot of it using the Ribbons screensaver). If you install it and it displays a white window with a red x, remove the gadget and re-add it to the sidebar to see if it goes. If you do test, please post on this thread with your results (either positive or negative). Thanks and here's the link: http://www.schmidt6.com/blogfiles/ScreenSaverGadget. ...Show All

  • Visual Studio Microsoft.VisualStudio.Modeling.Integration (from MSDN article)

    The article on DSL/GAT integration was great, but where is this "Microsoft.VisualStudio.Modeling.Integration" library/service the article talks about Hi folks, Unfortunately the article came out a little before the code was quite packaged up and ready to go. We're working on gettting it out there as fast as possible. When it is available, it will be a regular Microsoft download as a powertoy. ...Show All

  • Windows Forms Merge Module

    Hi, I need a solution for my problem if any idea, suggestion and sample code it will be grate helpful. I have two branches in TFS such as MyClient and MyServer. I have written the batch script to get the latest MyServer codes from TFS and doing the build process and generating MSI and Setup project. The MyClient branch is newly created one and the same want to get the latest from the TFS, has to create as a merge module and need to merge this merge module in to MyServer MSI file. How to implement this , if any sample code it would be great helful. Thanks ...Show All

  • Visual Studio 2008 (Pre-release) Multi-Monitor... no hardware drawing support

    Hi, as a split off from this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=679032&SiteID=1 I'm working in the financial industry and virtually every deployed client machine uses a multi monitor setup. However, I noticed that as soon as I move a WPF application from the "base" screen to another screen it loses all hardware accalerated drawing support and everything is way laggy. Is this a known issue that is going to be addressed or what's going on here This even happens with the Expression Designer. Right now this makes WPF totally useless for multi monitor setups. Thanks, Tom If i have 2 monitors connected to my PC i can only run windowed DirectX-apps on the primary monitor, ...Show All

  • Visual Studio 2008 (Pre-release) Cassini and WCF

    Hi, Does anybody know what to configure WCF to work with Cassini Web Server Thanks, Alexnaldo Santos ...Show All

  • Visual Basic regsvr dialog confirmation

    This might be a imple solution to someone but I can't figure it out. I need to know how to register a dll without getting that annoying confirmation message. My code is below. Thanks! Shell( "regsvr32 operate.dll /i" ) 'to install Shell( "regsvr32 operate.dll /u ") 'to uninstall How are you deploying you application. If your using clickonce which is the default publish functionality on VB and rather neat. The you can do generate a bootstrapper package to include as a requirement on the installation - just like you would have the .net 2.0 framework as a requirement. Some other tools / resources which are extemely useful in generating the bootstrapper files · ...Show All

  • Visual C# ErrorProvider makes default language loosing properties...

    Ok, I have a very weird problem. I have a windows forms with some basic controls in it, textboxes, buttons, labels. with only one tab (very basic). My problem is when I'm switching language, i'm loosing control properties in my default language. Here's the behavious when the errorProvider is in my form. 1- I drop a combobox in my form (in the default language), change the dropdownstyle value to dropdownlist. 2- In the initializecomponent, I can see myComboBox.dropdownstyle = dropdownlist; If i switch to another language (IE: Spanish), I can see the myComboBox.dropdownstyle = dropdownlist again in the initilizecomponent. The problem is when i'm switching back to default language, it is adding the dropdownstyle in the sp ...Show All

  • SQL Server Peer-to-Peer Transactional Replication and deadlock

    Hi all, I have implemented Peer-to-Peer Transactional Replication only for two servers.Everything works fine but in highlevel of concurrency some updates are rolled back due to deadelocks(Never comes without replication).Is there any type of document which can guide me to avoid deadlocks (under Peer-to-Peer Transactional Replication env). Replication in general does nothing more than inserts, updates and deletes. Updates and deletes are qualified with primary key lookup, this is as simple as it can get. Without knowing exactly what your SELECT query looks like, or what the exact plan looks like, I can guess that you would get deadlocks whether it was replication or some other application doing the ins/upd/del. If you ...Show All

  • Visual Studio Team System 1500 on install

    Howdy, I have a functional version of VS (Test Edition) with the TFS client running. All seems happy. However, I am getting a 1500 when I try to install the powertoys. Event Type: Error Event Source: MsiInstaller Event Category: None Event ID: 11500 Date: 22/02/2007 Time: 11:35:52 a.m. User: <me> Computer: thebox Description: Product: Microsoft Team Foundation Server Power Tools -- Error 1500.Another installation is in progress. You must complete that installation before continuing this one. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp . Data: 0000: 7b 43 38 30 32 34 38 38 {C802488 0008: 46 2d 43 42 35 46 2d 34 F-CB5F-4 0010: 38 42 45 2d 42 42 44 32 8BE-BBD2 0018: 2d ...Show All

  • Windows Forms Bringing Form to front

    I'm creating a few processes in my winform, that open the windows dos shell. What happens then is that my form loses focus, and the dos shell covers my application. I'd like to bring my form to the front during this time. I tried this->BringToFront() but didnt work. How do I do this ...Show All

  • Visual Studio 2008 (Pre-release) Capturing events and dynamically created elements

    Is there a way to capture events from dynamically created elemets in a WPF application. for example, I have a listbox that is dynamically populated. Till runtime I don't know which elements will be in it, and when an element is selected I need to execute some code and pass some parametrs from the selecte listbox item to the code.... is there some way I can achieve this functionality ...Show All

  • Visual Studio Relationships between compartment objects

    I'm having difficulties creating connectors between compartment objects in two different domain classes. Been playing around with it for a while and keep running into the following problems, could somebody explain to me exactly why this happens Error 1 The name 'GetSourceShapeForControlToHandler' does not exist in the current context Error 2 The name 'GetTargetShapeForControlToHandler' does not exist in the current context Error 3 'ITT.MVC.MVCDiagram' does not contain a definition for 'GetSourceRolePlayerForLinkMappedByControlToHandler' Error 4 'ITT.MVC.MVCDiagram' does not contain a definition for 'GetTargetRolePlayerForLinkMappedByControlToHandler' Error 5 The name 'GetParentForControlClassHasEventHandlers' does not exist in ...Show All

  • Visual Studio Team System Fxcop IDE in VS 2005

    From all the sites i have looked at on the web if i have installed FXcop1.35 on my machine and VS2005 then i should beable to enabled intergrated Fxcop checking on My Projects by simply clicking o the checkbox on the build properties page. Yet its not there. What am i missing i would appericated any help you guru's can give me Cheers Simon Cheers for the info David.. that explains why no matter what i did i could not get it to apper . have resorted to adding it in as a externall tool. Simon ...Show All

  • Visual Studio Team System Mainline Development - label doesn't merge

    Using Mainline software configuration management pattern. (Mainline for this test project is $/foo/main.) Cut label 1.0.0 on $/foo/main Branched from label 1.0.0 on $/foo/main to $/foo/Rel1-Maint Made code modifications to files under $/foo/Rel1-Maint Cut label 1.0.1 on $/foo/Rel1-Maint Merged changes from $/foo/Rel1-Maint to $/foo/main So, I shouldn't delete the $/foo/Rel1-Maint branch after the merge because I might need to get back to the 1.0.1 version and wouldn't be able to do so at a later point in time. Is this correct TFS does not support permanent deletion at the moment, so the point is kind of moot. Deleting the branch doesn't do anything for you (eg won't save disk space), but it doesn't harm anything ...Show All

  • .NET Development connection string to connect to a dataset?

    hi, how do i set up a connection string to get a dataadapter to read data from a data set into another datatable SqlConnection conn = new SqlConnection (); // ** connection string ** string selectQuery = "Select distinct ' " + tagValues[2] + " ' * from " + dSet[iDset] + "'" ; SqlDataAdapter f = new SqlDataAdapter (selectQuery,conn); dt[p] = new DataTable (); f.Fill(dt[p]); Thanks. the DataAdapter is only to execute queries on the database end and fill the dataset with the results returned. you create your SqlCommand to select records, with some condition and filtering for example, and those records are then filled into the d ...Show All

©2008 Software Development Network