Kumar Abhishek's Q&A profile
Visual C# How to auto-generate .aspx and .cs
Now I need to auto-generate .aspx file.Do I use System.IO.StreamWriter or others How can I do xiaotao - What are you trying to do here Do you need to regenerate both the .aspx and the code-behind .cs file Try the asp.net forums if you need something specific to the .aspx file -- http://forums.asp.net/ . Thanks, Karen ...Show All
Visual Studio Tools for Office Prob:Set Toolbar button visible using VSTO is not working when run from IE
i am building a VSTO application for excel. i am trying to set the some of toolbar button as visible to false. it working when i run that excel file from the excel application. But when i am trying to run the excel file from IE the toolbar button i set to false still display. for more information the the toolbar button i set to visible as false working only at the sub ThisWorkbook_startup() can someone help me to resolve this problem please ...Show All
SQL Server SSIS Data Transformations?
I am not certain not only how to do this, but the best method. We need to bring a flat file consting of 24 fields into a database. 2 of the fields are 'category' and 'subcategory' These need to be converted into a proprietary 'Proprietary CATEGORY' column. I.E. Category 6 and Subcategory 2 would equal Proprietary CATEGORY 132. I am using SQL 2005. I have created a package in Integrated Services. I have also created a lookup database consisting ...Show All
SQL Server sp_executesql, actual sql ?
Hi Guys I pick up the following in a profiler trace. exec sp_cursorexecute 197, @P1 output, @P2 output, @P3 output, @P4 output, 'PSRF_REPORTING_FOLDERS', 'Jan 1 1900 12:00:00:000AM' Normally to find the actual sql that executes i go up in the trace until i find the relevant cursor prepare. In this case the one for 197 cursor prepare. But this time around i cannot find it, these are app servers connected so for all i know the cursor could be p ...Show All
Visual Basic Visual Basic (.NET) / DirectX 3D programming (not games)
I need a good examble for setting up a Windows based VB or VB.NET program that uses DirectX to: (1) create the 3D container. (2) create 3 basic 3D objects (cube, cylinder, sphere), (3) place the 3 objects in seperate locations in 3D space.(different x,y,z locations). (4) scale each object differently. (5)show a method to allow the user to pick each item with the mouse. No need to create vertex arrays for the objects if they can be created by a D ...Show All
Visual C++ how to get a handle to a control
Hi I started a new process from my application, and I want to enter some data in some of the controls in the new application. I was thinking to do that with the SendMessage function but how do I get the handle for a control in that window. Thank you for the help. What type of application are you writing, MFC, ATL, managed, etc Is this control part of your application, or are you tryiing to set the dat ...Show All
Software Development for Windows Vista Developing applications in Windows Vista "Longhorn"
I have WinXP configured with VS 2005 "Whidbey". I want to get ready and start building Avalon applications but downloading Windows SDK is pain due to its size(1.1GB).And this is a pre-requiste before installing WinFX Development Tools "Orcas".After downloading 1.1GB of Windows SDK it has to be burnt into a DVD to continue with installation. And I don't have a DVD writer.Is there any other way out Also I have Longhorn OS i ...Show All
Visual Studio Team System Hello?
I am using RC. I have configured TeamBuild to run unit tests defined in a test run configuration. All the build steps work correctly except when TeamBuild tries to copy the "additional files and directories" specified in the test run configuration it runs into a UnauthorizedAccessException. When I run the unit tests locally all the additional files and directories are correctly copied to the /TestResults/<test run name>/Out ...Show All
SQL Server Msg 6573 - method in assembly is not static - how do I make it static ?
I'm using Delphi 2006 to create a DLL which will be integrated into SQL 2005. It's been a long road and I've made a lot of headway, however I am currently having the following problem creating the stored procedure: My dll name is 'Crystal_Reports_Test_01' In the DLL, my class is named 'Class01'. In the DLL, my procedure is named 'TestMe' I've managed to integrate the DLL into SQL using the following statement: CREATE ASSEMBLY TEST_ERIC_01 AU ...Show All
Windows Forms I've beaten my head against the wall for 7 hours on this Icon problem..HELP?
Alright, here's the deal..I have 32bit alpha blended XP icons that i'm using in a control... I'm using a manifest for comctl v6, which I read was the solution..but I cannot make Images that come from an ImageList to work with transparency..i know&nb ...Show All
Smart Device Development Official Windows Mobile Pocket PC SDK available for VS 2005.NET?
I have been using the .NET Compact Framework 2.0 Beta since Beta 1 along with the betas of VS2005 and I installed the "release" version of Visual Studio .NET 2005 the day it was available on MSDN Sub Downloads. I checked day after day on the Windows Mobile Pocket PC SDK download page waiting for it to say it is supported on the Release edition and not say Beta as I was unsure if it was safe to install the beta sdk with the "release" ed ...Show All
SQL Server xml data source
what is the connection string for a xml datasource in the reportin services Thanks http://msdn2.microsoft.com/en-US/library/ms159741.aspx http://msdn2.microsoft.com/en-us/library/ms156450.aspx Hope, this helps. ...Show All
Visual Basic Webbrowser control
Hi, Nearing the end of my custom web browser - many thanks to everyone so far who has helped out. I have a few remaining issues I would ask for your assistance on. 1. Cut,Copy,Paste - I have attempted at least 4 code writes for this, all are failing or incomplete. In VB6 I used to use ExecWB but thats gone now in .Net is seems. 2. Accessing Favorites and Internet Options. I cannot find ANYTHING on this for VB .Net 2005 .... any guida ...Show All
Visual Basic Returning all results
When my datareader reads it only sends back the first name of the first person in my SQL table.....How do i get it to return all the names in the FirstName colums to my items in my ListBox1.Items.Add(dr.Item("FirstName")).ToString......thanks 4 the help!! Dim cnString As String = System.Configuration.ConfigurationSettings.AppSettings("connstring") Dim cn As SqlConnection = New SqlConnection ...Show All
Microsoft ISV Community Center Forums Suppress Linked View Unique Record Popup
Hi there im linking a view on an ms sql server to my access database using VBA using DoCmd.TransferDatabase acLink, etc.etc. How ever, I can NOT get the `Select Unique record Identifier` pop up to stop coming up when the link is being made. I dont care about needing a unique identifier, its a read only record source. The only way ive found is using sendkeys command to cancel the popup - however this can not be relied on, if it happens when the u ...Show All
