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

Software Development Network >> Han Qiao's Q&A profile

Han Qiao

Member List

Tom Amsden
Vicel
hega72
ksona
Jefke
London Calling
Amit Patankar
pcompassion
Manoj Bhardwaj
TA123
Dimmi3
ramesh_1031
StephenWild
Ken Fleming
XNA Rockstar
Keenah
p.cosmos
Chuck Cobb
globemast
Tom25
Only Title

Han Qiao's Q&A profile

  • Visual C# I am a newbie. Where to find References?

    Hello My problem is, I have to the EnvDTE80-assembly for function I want to use. I have already add it over "add references" and i can use its functions. My Question is now: Where to find, which References are already "Add" to my project I use: VS2005 and C# Hi, You have 2 possibilities: open the solution explorer in visual studio and check the folder named "References" Via the properties page of a project. Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

  • Visual Basic using MATLAB in VB.NET

    Help Help!!! I need to know how to execute some MATLAB functions in a VB.NET code. Please guide me in details to the steps I should go inorder to do this. Thanx a lot MatLab has its own support website . Type VB.NET in the search box and you'll get 7 hits... ...Show All

  • SQL Server SSAS 2005 Writeback Table

    Hi, there, I have a relational writeback table in my database. I can writeback to the writeback table, but, the date and time in the audit trail (writeback table) is not correct. It is not showing the current date and time when writeback is performed. Any ideas Thank you. Regards, Yong Hwee Hi, Thomas, Thank you for testing the writeback. Hi, Edward, Yeah, if I count backward (-8 HRS), I got the writeback time. Is it possible to change it to follow the system date and time Thank you. Regards, Yong Hwee ...Show All

  • SQL Server Change "Output Alias" on synchronous component programatically

    Wanted to enquire how this is done. Tried doing it in the setUsageType method I have overwritten but only allows description to be changed. Basically need to change "Name". Best option would be to change it instantly when a user selects a column from the inputs in the custom component, ie. it changes the Output Alias to a desired value. (Input tab in advanced editor) All this is being done in a custom component which I would like to be synchronous, can achieve a similar result asynchronously. Thanks If you change the name is setUsageType you see a change in debug mode but eventually it does not change the column name (strangely description can be changed however), basically cha ...Show All

  • Visual C# The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

    I'm trying to use a compiled custom server control. I followed instructions found on MSDN: 1. add a reference to the dll into bin folder 2. put the @register directive in a web form 3. put the <uc:webgrid ... > directive into the web form to call the control Here is the code: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="prova.aspx.cs" Inherits ="prova" %> <% @ Register TagPrefix ="uc" Namespace ="Inva.WebControls2" Assembly ="bin/InvaWebControls2" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ...Show All

  • SQL Server help with transaction

    I need to subtract qty in one table from qty in another table. can someone help get me started ok I think I need some step by step help with this if you don't mind. 1. I'm creating this as a stored procedure (tableadapter) 2.When I do the above how do I specify the args for the parameters Sorry, very new to this. Thanks ...Show All

  • Visual Studio VS Integration - adding items to project output groups

    Hi all, I've got a simple 'MSBuild project file in VS customization' mission: Two projects (a web project and a class library). Class library references a third-party library consisting of some dlls and some other files which has to be in the same directory as dll files for the library to work correctly. Web project references the class library. Third-party library files has been placed into lib folder of the class library VS project. Because "Copy to output directory" cannot be used on these files (finally they has to be in bin directory, not in bin\lib directory), I've created new ItemGroup called LibFile, put the library files into this ItemGroup and to copy these files to output directory I modified AfterBuild target like thi ...Show All

  • Smart Device Development Is DirectDraw supported by Windows CE?

    I have a fast graphics API to support WinMobile 2003+ and I also want to support fast graphics on generic Windows CE devices (non-WinMobile). Should I be using DirectDraw for this If so, should it be provided by the hardware vendor as part of their CE operating system or can i just redistribute DirectDraw on my own. If so, where can I get this redistributable package I'm new to using DirectX. Thanks, George I need to use whatever facility is most portable to all versions of CE. It sounds like GAPI is (although I've heard it was deprecated in favor of DirectX ) Where can I find the best doc on GAPI And as for copying gx.dll, where can i find the portable version of this DLL Is is 100% ...Show All

  • Visual Studio Express Editions passing data between forms

    I am having trouble learning how to pass variable data between 2 forms. My project has a main form (Form1) and a second form (CalculationResults). I have a variable in Form1 with some text in it. When a button is pressed, the second form pops up and has a textbox in it. I want to display the text from the variable in Form1 in the textbox in the second form. Thanks -carp ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Completely confused

    I recently downloaded XNA and took the video tutorials I could find, but every one of them seemed to have a diffrent version then mine. I found the XNA tutorial microsoft provided, and started following it. Right in the middle of it when I first started coding, it began to get very confusing. His coding was much diffrent then mine, and he was pasting in new coding. I began to fool around with it trying to make it as close to his as I can, but I just got more confused. What are the best tutorials up to date for an complete new person to game designing I recommend watching a few C# videos first to learn how to use the interface and basic programming stuff. Once you have a good grasp on basic C# programming, ...Show All

  • SQL Server RS OLAP Connectivity Issue

    I’m getting an OLAP connection error from reporting services when connecting to an OLAP database that exist in a different server. I can run reports from an OLAP database that exists in the RS server. Scenario 1: RS on Box1 and OLAP database on Box1 (Both Analysis services and RS in the same box) – I can run report manager from any client PC and render these reports without any issues. Scenario 2: RS on Box1 and OLAP database on Box2 (Analysis services and RS are in different servers) – I can run report manager from the RS box (IE from the RS box and with the User authentication option in IE to use Automatic Logon with current username and password) and render these reports without any issues (If I change the IE opti ...Show All

  • Visual Studio AddIn loads only once

    I have written a a small AddIn and packed it up in a .vsi file. When i install the vsi and start the IDE, everything is fine. After Closing and re-opening the IDE, the AddIn Buttons have vanished, but the AddIn still appears in the AddIn manager. Deleting the files under "myDocuments\Visual Studio 2005\Addins", starting the IDE again, closing it and installing the AddIn will bring it back for exactly one run of the IDE. This behavior seems pretty strange to me and i have absolutely no clue whats causing it. Any help is appreciated calavera See my article: INFO: Visual Studio .NET Add-In Commands Disappear On Next Session. http://www.mztools.com/resources_vsnet_addins.htm ...Show All

  • .NET Development ASP.net C#, sending email error-the client was not authenticated.

    Hi, everyone: Hope I can get some help here. I've been working on this problem for two days and checked all the resources, but no luck. I'm a beginner of ASP.net C#. and recently working on an application try to send out emails. Below is my code and error message I got: (I used system.net .mail) ///////// code in web.config < add key = " MailServer " value = " 68.142.198.11 " /> < add key = " EnableErrorLogEmail " value = " false " /> < add key = " ErrorLogEmail " value = " XXX@sbcglobal.com " / > < add key = " ProductsPerPage " value = " 6 " //////code in utilities.cs public static void SendMail( stri ...Show All

  • Visual Basic Color system and gettextcursor pos

    hey i have two problems : 1. i am trying to create some sort of skin files for one of my programs but i need to find a way to save a color code or something i would like to find a way to create something a bit like that : : save function skincolorsave = form1.backcolor.getcolorcode open function form1.backcolor = skincolorsave so that i can save the color as a string and then open this string to set color 2. u know the little bar that looks like a I that u can place in a textbox well , is there any way to localise where is this little bar in a textbox can someone help me please 1. My.Settings. skincolorsave = form1.backcolor Me.BackColor = My.Settings.SkinColorSave 2. Me . TextBox1 . SelectionStart = Me . TextBox1 ...Show All

  • SQL Server Install SQLExpress but nobody can see the server

    Hi. I have XP with SP2. Install SQLExpress because I need test my system work in this plataform. The system used database in SQL Server. And try test uses SQLExpress. The system work in my computer, I have not problem... but when the other client try to access to my computer...not the system. They cannot see me. I made ping to my computer this responsed, but in the other computer is not responed. The first instance had access, but when try access with the System the comunication lost. And now nobody can see my computer but i can see every one. Check the access in secpol.msc in Local Policies | Access this computer form the network. And I have the group everyone, administrators. Do you have any idea, what happed Thanks ...Show All

©2008 Software Development Network