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

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

ruchigup

Member List

Oatmeal Scout
RLHayesxx
MattBrindley
nickc
Mona_D
MeDaN00b
Douglas D
JT Thompson
Mark1974
KushalMarthak
KGW
Michael Entin SSIS
HH
Raman Iyer
Mike Hackett
RonaldK
scottm87
Kentmw
GrayWolf
Staceyd
Only Title

ruchigup's Q&A profile

  • Visual Studio VB Plug-in options not available at times

    One of our staff has a recurring problem with the VB6 interface for VSS 2005, in that the options for check in/check out etc. don't always appear when a file is right-clicked within the project explorer. Invariably this is fixed purely by reloading VB6, but is an irritation. Does anyone know what could cause this aberrant behaviour Regards, Steve Hall Hi Steve, It may be a VB6 bug causing th ...Show All

  • Visual Studio 2008 (Pre-release) ANN: View a fully functional Clock demo using WinFX on the Internet

    The XAML for the following demo was authored in the Mobiform XAML Designer Aurora Beta 7.3, which supports the November CTP. The demo is a clock that keeps real time, based on your internal computer clock. http://www.mobiform.com/demos/avalonclock/webavalonclock.xbap Aurora is available as an embeddable component for XAML authoring in your application. Mobiform is also available to help with your WinFX development, contact us for more detail ...Show All

  • SQL Server SELECT INTO: How to Use with WITH command

    Hi, I'm trying to create a table that stores deduplicated rows using the following syntax.  The WITH statement works fine but as soon as I add it to a select into it falls over.   I did start by using the SORT object in SSIS but this took hours where as using the row_number function took minutes.  Just can't get the data into a table.  What am I missing   Thanks Marcus select * into dedupe_temp FROM WIT ...Show All

  • Visual Studio General Questions

    Dear Microsoft DSL Tools Team and Forum Members, I am a student at the University of Leipzig currently taking part in a seminar about Generative Software Development. I've chosen to work on Microsoft's solution to this problem, namely the DSL Tools for Visual Studio. My task is to describe the basic notions incorporated in the modelling toolset and to explore the differences and similarities to other modeling tools and platforms. A second pro ...Show All

  • Visual Studio 2008 (Pre-release) Adding Custom Control to Cider Toolbox - Is it possible?

    Hello- Is it possible to add a custom WPF control to the Cider toolbox I have tried creating a WPF custom control library and then pointing the toolbox "Choose Items..." wizard at the compiled dll, but it just reports that there are no control that can be added. Is this feature supported in Cider Beta 2 (May) If so, how are custom controls added I have done a lot of searching on the web, but no luck. Thanks for any help, Bill ...Show All

  • Visual Studio Express Editions Passing System::Object to a function - how to

    Hi, I am stuck on a problem with pasing an argument to a function. I am using Visual C++ Express Edition and I imported an Active X component. It has a function like this: Virtual Bool AxTRIOPCLib::AxTrioPC::GetTable( int Val1, int Val2 , System Object ^% Values) Can sombody tell me how I can declare and pass an object to it and then later convert returned values into Double I cannot find any examples and I am not so experienced with . ...Show All

  • .NET Development AzMan: Has anyone created an HTML/Web management console as an alternative to the AzMan MMC?

    We have client who loves MS AzMan (MS Authorization Manager) but has requested an HTML/Web-based management console (as an alternative to the AzMan Microsoft Management Console (MMC) Does anyone know of anyone who has created an HTML/Web management console for MS AxMan Cheers, Michael. -- Michael Herman Parallelspace / OpenCanal OpenCanal Community for WinFS: http://www.opencanal.com/community/winfs Hi! Thanks for asking! I'm a m ...Show All

  • Visual Studio 2008 (Pre-release) VS Extensions December 2005 CTP on Vista do not work correctly

    I installed Visual Studio 2005 TS RTM, WinFX, WinFX SDK and VS Extensions on Vista 5270. I could load my November CTP Projects without problems and the Cider designer works fine but I don't have any project templates ... There are no WinFX Projects and no WinFX Project Items available :-( I noticed that LINQ Setup fails to install at the point when it copyies its project templates ... Hi everybody, having about the same problem ...Show All

  • Visual C++ Reading a value in two different headers...

    Okay, new problem... I'm assuming I'd need the heap for this, but I can't figure out how to return the values or memory space I need... I've got two headers, gotoform.h and ScriptEdit.h... (both are forms of course).. gotoform asks for a linenumber to goto, it stores this (masked text box entry) as a System::String... i need to somehow return this to ScriptEdit and store it in a variable there... so in gotoform.h we have: private : S ...Show All

  • Software Development for Windows Vista Vista download

    I signed up fro beta testing but can someone let me know where to get the beta or the file name I need to download robc180 wrote: I signed up fro beta testing but can someone let me know where to get the beta or the file name I need to download ...Show All

  • Visual Studio Team System Connecting to work items with project

    I have been un successful with either b3 or the refresh in getting project to connect to the work items database.  Every time I try it comes back immediately saying there was a problem accessing it.  I see my work items in the 'all work items' query in VS..  Is this possibly a config issue   FYI I am on a remote subnet in a site to site vpn (routed) scenario.  Thanks, Ingram Barclay Thi ...Show All

  • Visual Studio 2008 (Pre-release) How can I use ResourceDictionary for string resources

    I'm looking into how localization is handled in WPF. I would like to write the following: < Button Content = " {StaticResource MyString} " > Windows forms applications used ResourceManager for string tables. This there a way to use ResourceManager or equalivent to load strings from a string table and assign the string to a control in XAML I have found a way to use a ResourceDictionary to hold strings and then merge ...Show All

  • Windows Forms WithEvents in C#

    Please help me translate this code into C# :     Dim WithEvents myNewBookMark As Microsoft.Office.Tools.Word.Bookmark      Private Sub ThisDocument_Open() Handles Me.Open          With ThisApplication.Selection            &n ...Show All

  • Microsoft ISV Community Center Forums Macro to sort an Excel column

    Hello, I am trying to create a macro to sort a column starting at a cell activated by the user. I programmatically select the range of cells starting at the selected cell over which I want to do the sort on. But I am stuck on what to do for the following snippet of code: Selection.Sort Key1:=.Range(<something>) ... I don't know what to stick in place of <something> to represent the selected range of cells in the column ov ...Show All

  • Visual Studio Express Editions Express Edition on the LOCAL Track?

    Is there a "speed throttle" on the Express Edition I know it is doing a lot of work in the background, but it seems as if it is "throttled". I've seen this before on mainframes and minis, so I was just wondering It's doing background compiling as you type, but that's about all. What were you thinking of And good mainframe code on good mainframes do not have throttles in it. ...Show All

©2008 Software Development Network

powered by phorum