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

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

Anupriti

Member List

cchau
JackNet
Alessandro Contenti
PatAzzarello
Danielle01
Blessed Geek
fenrir
Tuulia
itanium7000
jollyguy
les_ihs
Jon18
ijemiD
mooglemoogle
Reed Robison
futureadmin
W. Kevin Hazzard
wlsteevens
edison_torres
Andorkacska
Only Title

Anupriti's Q&A profile

  • Visual C# query to excel file

    Hi veryone, I have a web app which curently executes a stored procedure (sql server) and fills a data grid... how can I send the query results to a excel file ( create a new file or apend data to an existing one, it doesn't really matters). Thank you. Any input is appreciated. Thanks Hi, Read this thread . It discusses on how to create an excel file.     cheers, Paul June A. Domag ...Show All

  • Visual C# Reading AssemblyInfo

    Is there a new improved way of reading the AssemblyInfo attributes. From the aboutbox template in 2005:         public string AssemblyTitle         {             get             {          ...Show All

  • Windows Forms DataGridView events master detail

    I have 3 nested DataGridViews (Parent, child, grandchild). Which event in the grandchild(most detailed) DataGridView should be used to capture when it's data has changed    Since it's bound to the child, which is bound to the Parent, it's data changes when either of these other two grid's change. I've tried the grandchild's DataBindingComplete and SelectionChanged events but these sometimes fire more than once when clicking ...Show All

  • Visual Studio Team System Web Test and Username / Password

    Hello I have created a web site with Windows Authentication, allowing one specific user to have access to it, and all the other one are denied. So in web.config:         <authentication mode="Windows" />         <authorization>             <allow users="domain\username"/>           &n ...Show All

  • Visual FoxPro minimize and maximize buttons on Report Designer

    Can you remove maximize buttons on Report Designer in Visual Foxpro 6.0 Please help. Thanks in advance, Sanj. Hi Sanj, I am not sure what to tell you.  Can you provide some more details like when you say you can't go to the next page in the report what do you mean   Do you get an error or is there another problem It would probably more productive if you put together a simple repro and sent it to me in email Cameron Slade VS ...Show All

  • .NET Development serial port

    I used to be able to open a serial port using com = CreateFile ( "COM1" , GENERIC_WRITE|GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, NULL); Now "COM1" is not accepted. How do I obtain a handle to COM1 using Visual Studio 2005 Did you get a new PC when you installed VS2005 Does it still have a serial port .NET 2.0 now fully supports serial ports; use the SerialPort class ...Show All

  • SQL Server SQL Server 2000 and 64Bit Operating System

    We are in the process of upgrading many of our servers to HP Blades. We currently run SQL Server 2000 on an old Compaq with Windows 2000 Server as the OS. Our new blades have 64bit Processors. We want to go ahead and take advantage of the additional processing power of the new servers but cannot migrate to SQL 2005 at this time. Can we run SQL Server 2000 Standard Edition on a 64bit OS or do I need to fall back to running the 32bit Windows 2003 ...Show All

  • Visual Studio Tools for Office Question on VSTO for Exchange

    Anyone have try saving all mail in the outlook using VSTO when the account is connected to exchange server. I have try using the foreach (MailItem m in folder.Items) { String temp = path + Path.DirectorySeparatorChar + m.EntryID; m.SaveAs(temp, OlSaveAsType.olMSGUnicode); } The application will throw the following error A COMException exception is thrown when an unrecognized HRESULT is returned from a COM ...Show All

  • Visual Studio Team System Office Integration Error

    I've sucessfully installed VSTS Beta 3 Refresh following the single server instructions. I have also installed a seperate build server. Everything is working fine except the Office Integration. With MS Project files I'm getting: TF80071: Team Foundation encountered an error while accessing the work item database. Please contact the Team Foundation Server administrator. With MS Excel files I'm getting (replace projectname with actual project n ...Show All

  • Windows Forms InitializeComponent method

    Hi all Is there a way to prevent designer from overwriting the user-added code in InitializeComponent method  Say, some kind of designer directive just like compiler directive  I need to add few lines of conditional code in the InitializeComponent method. thanks ...Show All

  • Windows Forms Another newbie question

    Hi, I have a treeview control and when user select a supplier or order from treeview, application will display supplier or order details depending upon user selection. My question is that is it better to open a new form or use panels to display supplier or order info Thanks please please please please let met know of a managed c++ sample using property grid. i've been dying looking for a c++ sample using the pro ...Show All

  • Windows Forms Question about ClickOnce

    Hey all, I thought of using ClickOnce technology and its benifits to install an old VB6 application which is used by a website. The installation includes registeration of DLL's and COM objects. It also needs to place files under %programfiles%\company directory. I thought of using C# 2005 project to make a shell to: 1. MSI package which will do the job. 2. Create my own code of installation inside the project. What do you think Any tips ...Show All

  • Visual Studio Express Editions How to open DB within code, not from the project environment

    I'm using Visual Basic 2005 Express Edition and have created a project and statically linked it to existing data in an Access 2000 database. VB 2005 Express opens the database (visible in Data Sources pane) when I start the project explorer. I haven't copied the db into the project, it is still external. That's fine while developing, but once the app moves into production, it needs to find the database location from a registry key and then ...Show All

  • .NET Development FtpWebRequest question

    Can anybody please help me I am trying to write a code to uplode or delete file on ftp server. A problem is that I don't know how to set up Method property for ftpwebrequest class, so sample code like this would work. Dim serverUri As String = "ftp://ftp.contoso.com/file.txt" Dim request As FtpWebRequest = CType(WebRequest.Create(serverUri), FtpWebRequest) request.Method = WebRequestMethods.Ftp.DeleteFile request.EnableSsl = Tr ...Show All

  • Visual Studio Express Editions Programming Languages

    I need to know in what ways are C, C++, Java and C# alike or similiar. Hi, Hope the above reply from cgraus answers your question. I will mark your post as Answered. If you feel that your post is un-answered then you can click on "Unmark as Answer" anytime.I would like to inform you that these forums are meant for asking programming questions only... Thank you, Bhanu. ...Show All

©2008 Software Development Network

powered by phorum