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

Software Development Network >> Yogita Manghnani's Q&A profile

Yogita Manghnani

Member List

Ramadan
Elyasse - MSFT
Jyh-Cheng Chen
Biodegradabl
rblaco
yhalldorsson
Sun Foster
SenthilKM
Mark Simon
graey
Olafo
SimplyPhil
Vlcan S
GalGolan
TaraM
CodyCooper
Daniel P
Rubens14605
Jason Smith - MSFT
ReussDr
Only Title

Yogita Manghnani's Q&A profile

  • SQL Server Visual Studio 2005 - "Generate Create Script" for SQL 2000 stored procedure

    Hello. I have noticed that "Generate Create Script" feature changed in VS 2005 (compared to 2003). In VS 2003 this feature was displaying dialog window where I could choose some options on what to include in script and where to place it. In VS 2005 this feature just creates SQL script in "Create Scripts" folder, without any intermediate dialog, and now it uses sp_executesql procedure in a script. Is there any way to change this behaviour (back to what it used to be in VS 2003) Thanks Iouri   I guess this is a wrong forum - I'll try to re-post this in "Visual Studio General". ...Show All

  • Windows Forms Blocking Popup Error Message Window

    Hi:   Is there any way that I can Prevent Popup Error messages from being displayed by an application in windows   i.e. I have an application that displays an SQL error message window.   At the same time that this error message window pops up I want an application window that I make to pop up instead.   so I want my own messag ...Show All

  • Visual Basic MCI Command

    is there anyone know how to remove a vocals from a song using visual basic or how to send the left speaker to right speaker and right speaker to left speaker using visual basic... kindly help me.... I'm doing a player using MCI Command. (*.dat, *.mpg)    mciSendString "open " + FileName+" type MPEGVideo alias mpgName" , = "", %NULL, hvcd   mciSendString "play mpgName" , "", %NULL, hvcd   mciSendString "set mpgName audio left off" , "", %NULL, hvcd   mciSendString "set mpgName audio right off" , "", %NULL, hvcd The question is:      I want to switch the audio ...Show All

  • Visual C++ Old dog and new tricks

    I need some quick advice. What I want is a pure MFC application with controls that are rendered with the look and feel of those used on forms. I tried doing a form, but it ended up looking very unprofessional. I can get an application to "feel" the way I want using pure MFC, but then my app has that all gray VS1997 look to it. Is there some way to use the forms controls without forms For example, I'd prefer to control windows directly w/o "anchor points", and I'd rather use dockable controls over the static feel of a form. Am I missing the boat here Maybe I just don't "get it" yet. It took me a while to go from straight C to C++ and MFC - ma ...Show All

  • Visual Studio Team System VS2005 RC1 loses Source Control settings (using TFS Beta 3)

    Since this problems seems to be with Visual Studio 2005 RC1 client, I am posting it here instead of at TFS forums. I open up VisualStudio after a fresh install, go to Tools->Options->Source Control and set the plug in to Team Server. Then I go to Tools->Connect to team server and add our TFS Beta 3 server. At this point, Team Explorer is blank and there is no way to tell that window to refresh its contents. Then I go to File->Source Control->Workspaces and create a workspace and map my TFS project to local drive. Then I do File->Source Control->Open from Source Control, the solution on the server. The solution is downloa ...Show All

  • Visual C++ Problem with x64 hello world app...

    Hi all, I've been trying to port a 32bit app to 64bit these past days, and finally got the thing to compile and link after a long struggle. needless to say, the thing refuses to run on my x64 XP machine, it's missing a number of libraries (assemblies, or whatever the term en vogue these days may be. God, does anybody remember the days when code was just code Sigh.) Anyhow.... I thus am now trying to create the simplest of all apps, a hello world app built to the x64 target. Same thing happens though. Now interestingly I ran 64bit dependency walker, and on my (big) application it finds that MSJAVA.DLL is missing (what a load of bollocks. ...Show All

  • Visual Basic VB.Net 2005 Professional and Enterprise differences

    My company is looking at upgrading from VB6 Enterprise to VB.net.  Now I was wondering what the differences between the versions of VB.net Professional and Enterprise(Team System ) are ,so that we purchase the correct version for our companies needs. Currently, we have some web development, html/asp/crystal pages.  Mainly we have seperate  applications for different business departments within the company, all running within a citrix farm and using MS SQL 2000, using Crystal Reports,Word/Excel(exporting to). Any recommendations would be great. thanks, Dean Hi, ...Show All

  • Windows Forms background process

    hi, can i create an application that runs in the background continously(such as Norton Antivirus in system tray) and starts automatically when the computer is booted  Varun Hi Varun, You sure can. Create a Windows Service application. If you're using VS.NET it is one of the default project types for both VB.NET and C#. You'll have to do some t ...Show All

  • Smart Device Development Reading Blocks from Removable Storage Disk

    Hi, I need to read the disks blocks from a FAT file system on a removable storage device. I've not been able to find any classes part of .NET so far that allows me to do this. I simply want to read from the first block, or byte, to the last to create an image of the disk. Can anyone suggest a method or classes on how to do this I wasn't sure where to post this, sorry if this is the wrong forum... Thanks. This forum is for Compact Framework which runs on CE, so sure, it is for CE. You can P/Invoke from C#. Correct, that's the storage driver which exposes device as a bunch of sectors to the OS. ...Show All

  • SQL Server Deploy to SQL Server or flat files

    I'm in a quandry about how to deploy my SSIS packages and was hoping someone has some experience of the same. There are 2 approaches: 1) Deploy to SQL Server. 2) Deploy to .dtsx files. I suppose the default approach is to deploy to SQL Server however I have a problem with that. My packages contain Execute Package Tasks which use different connection managers depending on whether the package that they are calling is on SQL Server or in a .dtsx file. That means that my packages have to contain 2 connection managers for each Execute Package Task - one for pointing to a package deployed to SQL Server and one for a package tha ...Show All

  • Windows Forms ContextMenuStrip for treenode

    Hello, I'm using a contextmenustrip for a treenode; how do I figure out which tree node currently has the context menu strip for it I'm trying to use the contextmenustrip location, but it references the wrong tree node. Thanks. Hey Jason, Just add the following event handler to your TreeView (the control which holds all your nodes) control (switch the code to C# language): Private Sub YourTreeView_NodeMouseClick( ByVal sender As Object , ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles MyTreeView.NodeMouseClick YourTreeView.SelectedNode = e.Node // this en ...Show All

  • SQL Server Error message "Interface not registered"

    Hi  I got the following error message when I make a new integration service project  Failed to save package file "C:\Documents and Settings\Administrator\Local Settings\Temp\1\tmp2B.tmp" with error 0x80040155 "Interface not registered". Can someone help Me Quote 'I would recommend reformatting and reinstalling this machine and avoiding this antispyware program in the future.' If I had to re-format every time something is not registering in Windows - that would be all I would be doing -Re-formatting... Would re-installing SQL fix the problem. Dan. ...Show All

  • Visual Basic VB6

    Hi It's been a while since I've done any VB programming, and I need to get back in to it for work purposes. I've quite a bit of experience at VB 6 programming and have lots of code and examples that I need to use again. Is the latest VB development package backwards compatible with VB6 I'm sure all of these questions have already been answered so appologies for that. Thanks John VB.Net is NOT backwards compatible with VB6...there will be a small learning curve tranfering over to .NET....the curve is primarily learning the namespaces and classes...with the exception of a few new keywords and a few t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Everything in viewpoint is backwards

    Hi,   I have been working on a small 3d engine for the last few weeks, no big plans for it or anything just doing it to teach myself. Everything has been going ok so far, been working off internet tutorials and examples but i have run into a problem, everything in my viewpoint is backwards. Screen Shot:   www.turnipfan.com/screen_shot.jpg I have tried changing all the settings but nothing seems to work, i was wondering if someone more experience could have a look at the code and tell me whats wrong. Source Code (84kb):   www.turnipfan.com/testapp.zip   Thanks for any help,     -Dave ...Show All

  • Windows Forms Event based Grid Update... C#

    Main form contains a few datagrids on different tabs... On either context menu or ToolStrip button causes a dialog to show up using .showdialog(), Upon completing information add I don't close the dialog but reset it, what I want is a to be able to force the update of the grid without closing the dialog but don't see how to accomplish this task. I am assuming that an event would be needed to cause the update. But only if the add was successful. Morgan Add an event to the dialog form and then fire the event whenever you have managed to perform the add of data. Then in your main application you can hoo ...Show All

©2008 Software Development Network