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

Software Development Network >> Yuki Chen's Q&A profile

Yuki Chen

Member List

DeamonX
MadGerbil
Jiffy
SQLme
Reuomi
Kamii47
Queen of the desert
Mchafu
Le Saint
arunr14
junnie
david.r.johnson
Selectis
forrestcupp
JasonG271009
Nick Sheng
RookieDBA
kdee
SWGuy
Chad Campbell
Only Title

Yuki Chen's Q&A profile

  • SharePoint Products and Technologies AggregateDataSource and AggregateDataSourceView

    Has anyone had a go at using AggregateDataSource or AggregateDataSourceView I'm hoping they can aggregate list data but there is no doco on how to use them and Google reveals nothing. Thanks for any assistance, Alex. Thanks for that 1gin, never would have thought of looking there! If this template does what it appears to, it will be interesting to turn the list aggregation into code using the object model. ...Show All

  • Visual Studio Team System need help: editing Global List using Object Module

    Hi guys. I need help using the import global list function in the OM. 1) Can i create a new global list using the import function 2) After I edit my global list, can i just import only that global list or do i still have to import all of the global lists definitions back. 3) How can i delete/remove a global list. On #2, glimport will import all the global lists in a given file. If you want to import only a single list, then you can copy that to a file that contains only that single global list. ...Show All

  • SQL Server Buttons

    Hi. Is there a way to insert a command button or flash button on to a report im using SSRS 2005 with VS 2005 Thanks... ...Show All

  • Windows Live Developer Forums Minimize the nav control

    Hi, The main live maps site uses a navigation control that can be minimized - close to the "3D" button there's a button with a "v" or a caret "^" that can be clicked to minimize/maximize the navigation control. This functionality does not seem to be available when using the javascript API. All we can do is call map.HideDashboard() and map.ShowDashboard() to hide/show the whole control. Is the minimize control actually a custom control overlapped with the navigation control If so, are there any plans to expose it in the API Thanks Fritz Its been on local.live.com for a while. There are many features on that site that are not part of the API unfortunatly. That ...Show All

  • Gadgets mouseover event when using addImageObject

    Is there any way to set a mouseover event for a g:image, if it is added using backgroundId.addImageObject Unfortunately not, <g:background> doesn't support events. <g:image> does support events, but it will only be of use if you don't have a transparent background. ...Show All

  • Visual Basic Call of Duty for a beginner

    Hello, I have a problem here, i don't know how to write a code to launch programs from a tool strip item that was gotten when the form was loaded by a mouse click, the code is: Private Sub form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load For Each filesfound As String In My.Computer.FileSystem.GetFiles("C:\", FileIO.SearchOption.SearchTopLevelOnly, "*.*") Dim fileico As Drawing.Icon = System.Drawing.Icon.ExtractAssociatedIcon(filesfound) Dim fileimage As Bitmap = fileico.ToBitmap() Dim filename As String = IO.Path.GetFileNameWithoutExtension(filesfound) Dim item As ToolStripItem = filestsmi.DropDownItems.Add(filename, fileimage) Next end su ...Show All

  • .NET Development How to rename xml node name and load into dataset

    I have a xml < xml version="1.0" > <Amazonbooks> <Mybook> <MyBooktitle>Astronomy</title> <booknumber>b121</booknumber> <city>SHILLINGTON</city> <state>PA</state> <description>Astronomy b121 Description on 19 dec</description> </Mybook> <Mybook> <MyBooktitle>Geology</title> <booknumber>b212</booknumber> <city>West Palm Beach</city> <state>FL</state> <description>Geology b212 Description on 19 dec</description> </Mybook> <Mybook> <MyBooktitle>Astrology </title> <booknumber>b313</boo ...Show All

  • Visual C++ Dependency checking is confused by $(CPU) in the internal directory name

    When I set internal build directory in VS.NET C++ as Debug$(CPU), instead of Debug, the $(IntDir) properly changes to Debug or DebugAMD64, depending on the value of environment variable CPU. However, this change causes VS.NET to rebuild each C file of the project as with Rebuild command. Is this a known bug If so it's a pitty one because this is the strategy I chose to use the same project file targeting Win32 and Win64. This happens with and without SP1 beta on Win32 and Win64. Any advise is greatly appreciated. Are there other methods to use the same project file without cloning Debug/Release configurations for both Win32 and Win64 build targets Thank you. A similiar issue was discussed here . ...Show All

  • Visual Studio Team System Some keys don't work in the Visual Studio IDE...

    Hi, I recently had to rebuild my PC and now whenever I open ANY piece of code the Home, End, Delete, Backspace, Space etc. keys don't work. I can write text but pretty much nothing else. The only solution I've found so far is to go to Tools -> Options -> Keyboard and press the Reset button which makes everything fine, but that is kind of a pain in the behind to do everytime I open the IDE. I saw (on Experts-Exchange) that this was a problem with the beta's but this is a fresh build with a final build... I've included the help->about info below. I tried reinstalling with no help, and I'd rather NOT rebuild my PC again if I can help it. Thank you Johnny Funch ----------------------------------------------------- ...Show All

  • Visual Studio Express Editions application error 0x7c901010. referenced memory at 0x0000001c. the memory could not be read. click ok to close program

    Hello, Please help me, I get this error when I try to open things on the web. The Instruction at at 0x7c901010 referenced memory at 0x0000001c. The memory could not be read Thank You Please help Can you explain what you are trying to do a little more Is this when you are trying to download the installer or when you actually run the application What Visual Studio Express product are you using This may help us narrow down the problem. ...Show All

  • Visual Studio 0xc0000005 Error

    I just installed Visual Studio Standard on a brand new machine. When I try to run any exe file in a bin folder of a project (or if I run the apllication from VS2005) I get the following error: The application failed to initialize properly (0xc0000005). Click on OK to terminate this application. Any ideas what may be casuing this I have this exact same error going at this moment, it is preventing me from accessing the internet or running my spyware/adware/virus protection.   Help in solving this would be greatly appreciated.   I do have one thing to contribute had not installed anything when this happenend to me. ...Show All

  • SQL Server How to write expression for this...

    =Fields!net_comissionable.Value-(Val(ReportItems!textbox14.value) * Val(ReportItems!staffed_hrs.Value))*14.43 this is in a text box that is calculating the referanced box's and I am looking for the expresion that would be if the result of this is <than 0 to return as a 0 if thenn statment or a case statment how does this work. Thanks ...Show All

  • Visual Studio Tools for Office Security bypass(VST 2003)

    In the older discussion group I found a post relating to the warning messages generated on the "Users" tube re: unsafe macro's etc. Albert posted : "Simply add the following keys to your runtime packing (the package wizard does have provision for adding regs keys). ROOT:Local Machine Key: SOFTWARE\Microsoft\Jet\4.0\Engines Name:SandBoxMode Value:#00000002 ROOT:Local Machine Key: Software\Microsoft\Office\11.0\Access\Security Name:Level Value:#00000001 If you add both tof the above, then you get no security prompts at all...even if the later jet sp8 is NOT installed. It is clean...and no prompts.... -- Albert D. Kallal (Access MVP) " Knowing the dangers of the registry and being "thick", I have ...Show All

  • SQL Server ms sql 2005 delete record problem

    I'm facing problem when delete a record in the ms sql 2005 . The error message i got is stated below: No rows were deleted A problem occured attempting to delete row 1304. Error: .Net Sql Clint Data Provider Error Message: Possible index corruption detected. Run DBCC CHECKDB. Correct the errors and atempt to delete the row again or press ESC to cancel the changes. just certain record i can not delete and face this problem. i detach the database and attached in the ms sql 2000, and select the same record to delete. there is no problem at all. i wander is it ms sql 2005 bugs can anyone tell me how to fix it .. how to to use the DBCC CHECKDB thanks alot.... P/s : if i posted at the wrong section jus ...Show All

  • SQL Server Difficult times deploying a few packages to SQL Server and running as a job

    Hi Guys! I have created a big list of packages, some calling others. They all work fine from my computer using Visual Studio. When I try to deploy them (building them with deployment turned on and running them either directly from Management Studio or as a job) I get the errors with the password of connection strings. From what I read so far its the encryption process that kills it. I have tried to add a password to some packages, but it still didnt work (only when run directly on my computer in management studio after deploying to SQL Server, but not as a job). I have tried to change ProtectionLevel to SecurityStorage, wouldnt let me save in Visual Studio (I understand it is ot allowed in VS because you are saving to File Syst ...Show All

©2008 Software Development Network