Nirav Shah - MSFT's Q&A profile
.NET Development Enable/Disable network card
Hi. Is there any possibility to control the network card ( enable/disable) using c# in .NET Framework 1.1 Thanks.Mircea Can you point me to the right direction so I can solve this problem Thanks. Mircea ...Show All
Visual Studio Team System Bug Reporting
Maybe I'm completely missing something, but does anyone know how to see if a bug has been reported and to submit new bugs for vsts BTW: So instead of /server:<oldname> you'd need to use /server:http://<oldname>:8080. I did try this, but the command came back with an entry not found message. Since I've already deleted the entries and its pretty difficult to reproduce I can't give you the exact message, but if you can think ...Show All
Visual C++ capturing command line parameters in a windows app
Hello, Can someone please help. I'm trying to understand how to get commandline arguments into an ultra simple windows app. This works with the comments but I want something like the commented bit to work... #include "stdafx.h" int main(int argc, char* argv[]) { puts("progname is..."); puts(argv[0]); return 0; } /* int APIENTRY WinMain(HINSTANCE hInstance, &n ...Show All
.NET Development Performance issues
the winform application i am babysitting uses webservices and my problem is with the performance of the application. when i debug and run from visual studio .net 2003 IDE the performance is ok but when i build the application and install the application, the performance is very bad. i am testing on my development machine and also on another test machine there is no difference. The data + webservices is on a seperate server in both cases. you wou ...Show All
SQL Server Debugging a script component task???
How to debug a Script Component task For instance, I’ve got a Input0_ProcessInputRow procedure and I’d like to see what happen when compiler reach this line: dFecha = Left(Row.Column19, 4) & "-" & Mid(Row.Column19, 5, 2) & "-" & Right(Row.Column19, 2) I’ve put a toogle breakpoint there and then saved but when I run the package to ignore at all. This topic has been ...Show All
SQL Server Solution Explorer in SQL Server Management Studio
Am I just out of my mind or does the solution explorer only list files in the order they were created Is there any way to sort the list I'm trying to manage a database as a "solution". It has over a hundred or so procs. If I can't alphabetize the list it is of no use to me since it's impossible to find a specific proc when they are not sorting in any logical way. (Please keep in mind there are multiple developers working on th ...Show All
Visual Studio Express Editions Adding Data To Elements Of A Structure
Hello All, I am having a bit of a problem with a Structure. What I need to be able to do is loop through my Collection Class and add information about each instance in the Collection to the various elements in the Structure and pass the structure back out of the function. Each element in the Structure is an empty array when it is first created. The function will then redim preserve each element to the correct size and add the information to t ...Show All
SQL Server What are the best practices for a time dimension?
You may also want to check the following articles: Getting Time right in Analysis Services - by Tom Chester for SQL Junkies Web site http://www.sqljunkies.com/Article/D1E44392-592C-40DB-B80D-F20D60951395.scuk About Time - by Brian Altmann http://www.geocities.com/brianaltmann/olaptopic-time.html ================================================== Mosha Pasumansky - http://www.mosha.com/msolap Analysis Services blog at http://www ...Show All
Windows Forms Newbie: Datagridview Getting selected row index
How do I get the index of the currently selected row in a datagridview If there is a bindingSource, maybe use that: bindingSource.Position Peter ...Show All
Visual Basic Midi Input in VB.NET
I want my VB.net program to recive data from a connected MIDI device. How can I acsess that data, specificly cc messages I think it should work via multimedia api but dont ask how it exactly works that api isnt easy at all http://msdn.microsoft.com/library/default.asp url=/library/en-us/multimed/htm/_win32_midiinopen.asp ...Show All
Visual C++ include file not found--in only one file of the project -- Visual Studio 2005
I am using Visual Studio 2005 for a mixed C++/C# solution, which contains one C++ project for access to an unmanaged API provided as header files and a .LIB file. In my C++ project, I have two files which do #include <global.h> , a .cpp file containing code, and a .h file with declarations for the .cpp file. Both files are in the same project, and have the same path for include files, and use the exact same include files in the same order ...Show All
Visual Studio Charts are not rendered in CR for VS2005 Beta2 Version
After much newsgroup searching, I was able to make CR work on my web server. However the charts (images) inside the reports do not show up. The src attribute for these images look like this: src="//CrystalImageHandler.aspx dynamicimage=cr_tmp_image_5f03e8ad-37b4-4b16-923e-264e3b3a0314.png" And obviously is not finding anything. Hence 2 questions: 1. How can I specify the domain name for the URLs or tell it to use relative path 2. Where can I fin ...Show All
Visual Basic Could we please have a Visual Studio Installer... For VB
I like making programs and creating installers. The trouble is most installers cost lots of cash and the free ones aren't much good. It would be nice if there was a fully customisable installer creator. It could work similar to the publish feature included in BETA 2 and could give you the option to launch one or more of the executables or files on the installation complete screen. There is suggestion on the Microsoft Product Feedback Cente ...Show All
Windows Search Technologies Address bar - locked
my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have ...Show All
Visual C++ Unicode CFileDialog in MBCS project
Hello to all, I've found a problem and have no ideas how to sove it. The situation is the following: There is huge project, that was and is developing using MBCS encoding option. Setting option into Unicode takes approximately 5K errors and warnings. Some time ago it it bacame a task to have an ability to select unicode-named files. The projects uses standart CFileDialog and as it is compiled under MBCS, such a class uses OPENFILENAMEA ...Show All
