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

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

sanjayjoshi29

Member List

FerdBirfel
Agostinho Teixeira
Dan Crevier
Iron Architect
DrunkenSniper
abbarron
nycole
sParc
AliBaba2005
James Huang
SAJU JOHN
boonpin
MISIIM
Tim Goldstein
Avishay
shahin_mohaghegh
TavodelaCruz
rex_rgis
M_Taha
Scoobyed
Only Title

sanjayjoshi29's Q&A profile

  • Visual Studio Express Editions Communicating to other apps...?

    Hello, Is there a way to communicate to other apps It doesn't have to be communicating communicate... What I need is this. I need to fill out a from another app. Then my app has to press enter. Yes, I think it's possible by "Sending" the keys. But the problem is when I try to get the result, let's say trajectory distance, then how am I going to get that It's in the program after you press enter. It displays it for you. H ...Show All

  • Visual Studio Modify the output of the Crystal Report to show 10 pages at a time ?

    The problem is the when I run the report for a particular stored procedure the output is as long as 200 pages of report. Can this be changed so that we get 20 long pages of the size of 10 times the usual size. This can help since we have to move ahead and back less. I am using Crystal Report 10.0 Regards Sudeep Hello Sudeep, Page size is controlled by the printer that you are using for the report.  You could add in a custom paper size ...Show All

  • Windows Forms How do you unbind your datagridview so you can use datagridview.columncount = 0;

    Well the title pretty much says it all but here it is again. How do you unbind your datagridview so you can use datagridview.columncount = 0; Currently if I bind a datagridview and then do another search on a profile and want to refill the grid with different column headers and bound data I can't get rid of the original data, ends up adding new columns to the datagridview with the old columns. datagridview.columncount = 0 seems to only wor ...Show All

  • SQL Server How to connect SQL Server Mangement Console to Adventure Works

    This may not be correct request but I have SQL Server Management Studio Express.  How do I connect the Adventure Work Database to the console How do you use Access to connect to the SQL Server Express Thanks for your help. To connect Management Studio Express to the AdventureWorks database, you need to have SQL Express (or another edition of SQL Server) installed and running that has the AdventureWorks d ...Show All

  • Windows Forms Recognizing MDI Parent Closing Event

    Hi.. How can I know when the X button of MDI parent is click in my MDI child form. I need to check if the parent form is closing than do certain thing in my child form.  Thanks in advance.. Sumit Gupta http://www.sumitonnet.20m.com ...Show All

  • Visual Studio Express Editions Registration is somewhat confusing

    I think I registered successfully but I haven't received a key, only a thank-you email. Does anyone understand exactly what is supposed to happen when registering Thanks. i'm having the same problem and i need to sort the key out as using the package for my studies just received 5 thank you emails and no product keys at all can anyone from microsoft shed any light on this issue ...Show All

  • Visual C++ Clean Build Fails -- Close, Restart, Build Succeeds

    We are experiencing problems getting our nightly clean builds to work. We have a C++/CLI project that includes multiple references to COM objects. All those COM objects are build as part of the larger solution. Dependencies are set properly. When a build is performed in an environment where there has not been a build before, that project fails to build. After the failure, if you look at the references in the C++/CLI project, one of the COM libra ...Show All

  • Windows Forms FormView (Edit and Insert data)

    Hi, I wolud like to manage my data using a formview... Is there a method to use the same control (formview + sqldatasource) to editing and inserting my data in the same page I must duplicate my objects only 'couse DafaultMode can be set only to "edit" or "insert" Is there a method to switch (using code) from a mode to another   This is the incorrect place. You need to post to the http:// ...Show All

  • Visual Studio Team System Check-in policy of version control

    How to restrict developers to write Comment when he/she check-in the code It seems there is no way to configure this Thanks! You will have to write your own check-in policy. You can find a checkin policy to do it on James Manning's blog. http://blogs.msdn.com/jmanning/archive/2006/01/21/515858.aspx An other sample is contained in the Visual Studio SDK ( http://msdn.microsoft.com/vstudio/extend ) Michael ...Show All

  • Visual Studio Express Editions Runtime Error On Delete / Free, only with "/MD" and outside the IDE

    Hi, I appreciate any help with this issue. I have an application which runs fine both in debug and release mode, if I launch it within the IDE. The debug compiled .exe "/MDd" can also run fine outside the IDE. However, the release compiled .exe "/MD" gives a run time error: ************** Exception Text ************** System.AccessViolationException: Attempted to read or write protected memory. This is often an indic ...Show All

  • Visual Studio Tools for Office AutoTag2003.dll is not a valid Office Add-In

    I have an add-in that works fine on other machines and has run fine on my machine for some time. It is a Word Add-In and on my machine I run it from the VS 2003 debugger. It now will not run. The only difference in my machine is I recently upgraded VS 2005 from beta 2 to release. I don't think I have made any changes to Office (can't be sure what the VS 2005 install and/or Windows Update have done). And I don't think I installed VSTO (again, ca ...Show All

  • .NET Development Connecting to Access DB over a Network

    My application uses Access to store pointers to data in a file system.  I want to create a share folder on my network server and place my database and file structure inside it.  To ensure that each client computer running my Windows .Net applicaton can reach the share folder with the db and data files, how to I grant permission on the share. client computer name\ASPNET domain name\Windows User Name Is there some really simple way to j ...Show All

  • Visual Studio 2008 (Pre-release) Hosting Multiple Services

    Hi, First, I want to host over 50 different services each with a seperate interface, how can i do that in WCF using the same endpoint and the same service host. Second, can a service dynamically add a service to be hosted, for example lets say i have created a new service is there a way i can dynamically host this service without recompiling the service host code. Here the same questions about it : http://forums.microsoft.com/ ...Show All

  • SQL Server system.outofmemoryexception

    Hi, HELP. I kept having system.outofmemoryexception in Reporting services. I went to out Infrastructure group got them to procure more memory and got my windows 2003 server to upgrade from 2gb to 8gb memory. I still get system.outofmemoryexception when I run a report. This report is supposed to extract 200,000 rows. You may ask who is going to read this 200,000 row report. But putting that aside how can I make Reporting services to reco ...Show All

  • Visual Studio Express Editions ContextMenu Headache - total newbie

    I am probably being immensely dense here but I cannot work out how the ContextMenu works. I have a DataGridView that shows a list of services on a machine. I have attached a ContextMenu to it with two entries, Stop Service and Start Service. Now I'm stuck. When I click on one of the items I want some code to that determines what Context Menu item was selected and then either stops and starts the service. I know how to use the Service Controller, ...Show All

©2008 Software Development Network

powered by phorum