Software Development Network Logo
  • SQL Server
  • Visual Studio
  • Visual C++
  • Visual FoxPro
  • Visual C#
  • Audio and Video
  • Smart Devicet
  • VS Team System
  • SharePoint Products
  • Windows Vista
  • IE Development
  • Microsoft ISV
  • Game Technologies
  • Windows Forms
  • Visual Basic

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

chongqing

Member List

Will_M
Jose A. M.
Aabra
Donaghy
xxd
Kardath
ricodued
Andy Ho
Sivaraman
craven50h
Jartech
bengin
Dave Balsillie
FarReachJason
vpborza
Annihil8
BJohnson
RMD
TheViewMaster
Amish Karanwal
Only Title

chongqing's Q&A profile

  • Software Development for Windows Vista rpcndr.lib not shipped with Platform SDK

    My COM app requires rpcndr.lib which does not appear to have been shipped with the Windows SDK - I have to revert to the one that ships with VS.NET 2005.... I can confirm that. I can't imagine what they are doing with the releases, but there is always missing something which I must copy from the previous release in order to compile our project. There are also permanent issues which don't seem to be fixed ever. For example, the mc.exe utility doesn't work without nlsdl.dll, which must be installed separately. Or the manifest tool (mt.exe) - the SDK is still shipped with an old version (5.2.3790.2075), which currupts exe's and dll's. If you run these executables on pre-Vista OS, such as Windows XP, yo ...Show All

  • Visual Studio Express Editions Web Browser Help

    Hi, I'm trying to add alot of stuff to my web browser. I searched in google, but I didn't find anything. I tryed writting codes to see if I can get it, but I can't get it :( 1. Favorites 2. View Text Size 3. Web Browser site Name something like this (Visual Basic General - MSDN Forums - Mozilla Firefox) 4. History 5. Enter button when you type in the URL 6. Show the URl in the URL bar for every link. And I'll try to figure out the rest, because I have alot of stuff that I want to learn, but I think it's rude to ask for too much. Thanks. Let's do this one or two at a time. If you are making a Favorites List in your Web Browser, you have several options. For something simple, you can use a Listbox to hol ...Show All

  • Windows Forms Packaging Class Libraries

    I have set of Strong Named Class Libraries and I need to create a package to deploy them. While Visual Sutudio, provides means to create a msi for installation, I'm trying to find out whether there is an easy way to register these assemblies in GAC after installation, and include this instruction as a part of msi. Update: As usual, the feature I was looking for, already exists in Visual Studio. Here is what I had to do... Create "Setup Project", On the File System on Target Machine Icon, right click and add Special Folder and select Global Assembly Cache Folder, Add all assemblies that are to be deployed in GAC. Thats it. That's really it. Take a look at the properties of project, before you create a package. VS eve ...Show All

  • Visual Studio Express Editions Click button to type

    Hi all, How can I get letter or nember typed when I click a button, ie. if I have textbox1 and button1, can I click the button and get A or B, or even 1 or 2 typed or shown up in the textbox Thanks for helping a person who is stepping his first in VB. Private Sub button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles button1.Click TextBox1.Text = "a" end sub ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Original textures along side XNB files in bin folder?

    For example, when you build your project, it looks like the textures are converted to XNB format but the original textures are also copied into the bin folder with them. Is that what is supposed to happen Only if you've changed "Do not copy" to "Always copy" or "Copy if newer" in the "Copy to Output Directory" drop down for the textures' properties. ...Show All

  • Windows Live Developer Forums The Wlm comunitiy is inneed of a webcam (avdio/video) recording feature

    When will webcam recording be integrated in WLM Its about time,cause other messengers have it already. I know but the Msn recorder has some bugs at capturing the ml20 streams,doesn't support yahoo messenger users, some codec issues, as well as isn't integreated into wlm gui. So it still has alot of work to be done. Mercury messenger on the other hand doesn's record the sound of the conversation. As you can still a new webcam recording feature is necesary. ...Show All

  • Visual Studio MSBuild, Web Deployment Projects and Zip

    Hi I have a Web Deployment Project and I'd like to create a zip to include all the files for my website from within the Release folder. The zip task creates the zip file correctly, but includes the Release folder itself. How can I prevent this Cheers I tried that, and the zip contained the correct files, but also included all the folders in the full path to the output (!) ...Show All

  • Visual C# Object reference confusion.

    I have a simple function located in Class2.cs - an auxiliary file for Form1.cs (Console Application in VS2005). It take one parameter: string. This string is supposed to serve as a switch for selecting the right string to build. public string getConnStrings ( ref string switched ) In the calling function I call the function in question as: string switched = "1"; string str1 = Class2.getConnStrings (switched); // or (ref switched); I get this error: Error 1 An object reference is required for the nonstatic field, method, or property 'tapTCPports_1.Class2.getConnStrings(ref string)' D:\VCsharp_Projects\tapTCPports_1\Form1.cs 1231 21 tapTCPports_1 When I placed the function getConnStrings into the ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX 8, Direct3D, Combining the Common Files with MFC CView?

    Compiler: Visual Studio.NET 2002 Hi Everyone, I am learning DirectX 8. (I want to use DirectX 8 as this comes as standard in Windows XP install. If I write a program I know my ludite-XP-using-friends will be able to use it without having to download a new version of DirectX.) I am writing a program that uses DirectX 8 and am trying to combine the Common Files into a MFC application that is based on the CView class rather than the CFormView used in the MFCFog example. The program I will write will be single document (as opposed to multi-document). In the Fog example a derived class is created, of the type: class CMyMFCAppForm : public CFormView, public CD3DApplication { }; I am trying to set up a class of the form: ...Show All

  • SQL Server How to integrate ADO in a Windows Service

    The problem is integrating an ADO connection into a Service in C#. The peculiar thing is that the same thing works well in an application but throws a problem in the Service i.e. the Service doesnt want to start... The problem is at establishing the connection - but the same thing works just fine in an Windows application. string MySqlConnString = "SERVER=N16\\SQLEXPRESS; TRusted_connection=yes; database = EventTrack2007" ; MySqlConnection = new SqlConnection (); MySqlConnection.ConnectionString = MySqlConnString; MySqlConnection.Open(); Thank you! When I try to install the Service under the "User" account I get the message: " No mapping between account Names and SecurityIDs was done &q ...Show All

  • Visual Studio Team System Problem opening Work Item Selections in Excel

    Hi, One of our users is unable to Open Work Item (Example: Bugs)Selections in Excel. This is the error he gets: ------------------------------------ "TF80012: The document cannot be opened because there is a problem with the installation of the Visual Studio 2005 Team Foundation Office integration components. Please see the Team Foundation Installation Guide for more information." Things tried: ----------------- Removed all Team Foundation software and components via Add/Remove Programs Reinstall the Team Foundation Client. (CAL license) --Still got the same error. The Office 2003 was already installed prior to Team Foundation was installed. Any help is appreciated Thanks, Staffan ...Show All

  • .NET Development unbound DataGridView insert,delete, update records

    Hi, I have an unbound DataGridView and I have load it with a set of records from a Data base. I modify existing rows, delete rows and add new rows to DataGridView control. I have to send a new modified dataset back to the data base. Please any suggestions how to solve the problem Thanks in advance George Thanks Bappi, I am using Sql server Express DB. I am agree that the SqlDataAdapter.Update() method is a decision of the problem, but I am looking for a Sqlcommand - stored procedure approach. Thanks again, George ...Show All

  • Visual Studio Report doesn't show

    Can anyone tell me why I my report doesn't show on my reportviewer i'm using crystal reports 8.5 and VB Express here's the sample code Private Sub cmdok_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdok.Click    Try       XFROM = cmbfrom.Value       XTO = cmbto.Value       XPREVDATE = "As of " & XFROM.AddDays(-1).ToString( "d-MMM-yyyy" )       Dim APP As New CRAXDRT.Application       Dim REPORT As CRAXDRT.Report       Dim PARAM As CRAXDRT.ParameterFieldDefinition      ...Show All

  • .NET Development Passing objects back to COM+

    I have a simple component in COM+ which will pass an object to a client app and then accept it back. All that the client is doing is updating one of the properties in the object. However, when I pass the object back I am getting the following error: Cannot find the assembly DataStore, Version=1.0.2371.28609, Culture=neutral, PublicKeyToken=c8d286e2247b3c51. where "DataStore" is the name of the dll which contains the class of the object I am passing around. I do not understand why it will happily pass the object out of COM+ but then error when it is returned. (Class has been marked with "[Serializable]") Can anyone help at all For ref, I have the following binaries: 1) dll in COM+ 2) exe on client 3) dll on client ...Show All

  • SQL Server Infinitive recursion for my AS2000 calculated member

    Hi, Can someone please help me on this. I get following error when I browse my virtual AS2000 cube: <Infinite recursion detected during execution of calculated member Sum({Descendants....> I have implemented a 'dummy' utility dimension with one calculated member: (I have used a parentchild dimension because that's only way I know how to get the formula a from source view): -- view [dbo].[vdimUtilityCalculation] as select 'CalculationID' = 1, 'ParentID' = 1, 'CalculationName' = 'Currency', 'Formula' = 'Sum({Descendants([Period].[Quarter].CurrentMember, [Month])},IIF([Currency].CurrentMember.Properties("Fixed") = "1", [Amount Fixr], [Amount Flor]) * ValidMeasure([Rate]))', 'MemberOption' = 'SOLVE ...Show All

©2008 Software Development Network