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

Software Development Network >> simon Hong's Q&A profile

simon Hong

Member List

AlCant
Amadeus156553
Jahfer V P
harshdeep
timay
Satish Chandran
GaryV
Spadzan
cool-net
tax
84B0CE60-A907-43B6-B31D-653F2FBE
celina
vs.wu
mishafiq
Helixpoint
Stephen Todd MSFT
Toky
jalpizar
Raul Sanches Nincao
JConklin
Only Title

simon Hong's Q&A profile

  • SQL Server Upgrade Reporting Services Standard to dev or ent-edition

    Is that possible Thanks for your help! kind regards dollmaker ...Show All

  • SQL Server How to use Fields or ReportItems value in charts

    Hi, all. I am doing a financial report needs to show last 10 yrs history data. The end year is the last year of the current year. How can I set the minumum and maximun with Year(Now) fucntion for the x-axis, to represent the years Is there any way to use Fields value for the chart minumum and maximun This should work fine if the x-axis is set to use "numeric / time-scale values" and the category group ...Show All

  • Visual Studio Team System Web test doesn't work

    When I run a registered web test I get the following error message (I'm unsing beta 2): "Could not access the load test results repository: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding." How can I solve the problem Thanks, Pierre There is not a way to set this in code. If the controller is installed on a remote machine, then it will read this key on the controller m ...Show All

  • Visual Studio 2008 (Pre-release) UI like MS Max

    Hello, a few days ago I downloaded the latest WinFX Components and the SDK. I tried to create a look like the Microsoft Max application. But the whole look of my created application is the same as normal xp applications. Can you give me some hints to create this look Thanks a lot Jens You need to look into templates and styles. If you just use the controls as is, you'll end up with their defau ...Show All

  • Windows Forms Error when attempting to Close a form

    I get the following error: ************** An unhandled exception of type 'System.InvalidOperationException' occurred in system.windows.forms.dll Additional information: Cannot call Close() while doing CreateHandle(). ************** When executing the following code after frm2 opens and the user simply&n ...Show All

  • Visual C++ implementaion of unwinding

    I have troubles finding information on this subject, so I'll try to ask here: What kind of unwinding mechanism implementation is used by VC8.0 Is it the same old and slow 'update structure on the stack while we go' (like it was up to VC7.1) Or MS finally decides to go after GCC & others by separating successfull execution path on compile stage (which is significantly more efficient) Bye. Sincerely yours, Michael. ...Show All

  • Windows Forms DataGridView does not show values

    Hi, I have a list inherited from BindingList and overwrote some functions like the ones for sorting and so forth. The BindingList is kind of generic, it expects from its elements only to have certain properties which are accessed for sorting and so forth. So far so good, if I use the BindingList with a BindingSource which is the DataSource of the DataGridView (autogenerate columns off and the columns for the known common properties added), it ...Show All

  • Visual Studio Express Editions Undo on DataGridView

    How can I do undo on a DataGridView object thank you sorry... I want to undo the last operation done on the datagridview, which is add a row or cancel a row, but not to erase the entire grid content ...Show All

  • Windows Forms Equation and Cubicroot/cube root in form

    Hey again i had some trouble makeing my program finding squareroot on a userdefined number, but thanks to somebody i got it fixed! thx! :D now, iom in need of help again.. what about the cubicroot/cube root how do i find that and can i make my program able to solve user defined equations so the user just types en aquation in "textbox1" and the program solves the equation //Martin J. ...Show All

  • Windows Forms TableLayoutPanel control losts Desgin-time features when attach a designer

    I made a custom control which derives from TableLayoutPanel, class Table :System.Windows.Forms. TableLayoutPanel { public Table() { } } Drop it into my custom form desiner, and it wokrs well. But when I attach a designer to it. [ Designer ( typeof ( TableDesigner ))] class Table :System.Windows.Forms. TableLayoutPanel { public Table() { } } public class TableDesigner : System.Windows.Form ...Show All

  • Visual Studio Team System MSTest Arguments during MSBuild

    During Beta 3 (I think) of TFS, the syntax for MSBuild test in the was: <TestingArgs>/testmetadata:"$(SolutionRoot)\SampleApp.vsmdi" /runconfig:"$(SolutionRoot)\localtestrun.testrunconfig"</TestingArgs> where you could specify the .testrunconfig that you wanted to pass to MSTest. Post beta3, the syntax changed to: <MetaDataFile Include="$(SolutionRoot\SampleSolution\SampleApp.vsmdi"/> ...Show All

  • Visual Studio Crystal Reports for VS 2003 and accessing XML in CLOB

    Hi there I have a requirement to produce Crystal Reports (for VS 2003) that access XML data held in a SQL Server 2000 CLOB data types. Only Business Objects don't think this can be done directly with their drivers. Am I looking at the ODBC driver mentioned in some of the previous threads. Thereafter, I am left using a DataSet to read the CLOB data. Any pointers would be useful not to mention the odd code example. Regards Daniel ...Show All

  • Microsoft ISV Community Center Forums Print folder files to a file

    Hi all, I am trying to print a folder files and sub-directories to a xls or csv or txt file. I know i can do it through the Command Prompt, like that: c:\>dir /s >"File List.csv" This code under command prompt, will print all the files and sub directories and thier files of c: to the file: "File List.csv". i want to do the same from VBA, through excel, or stright through VB exe file. pls advise Than ...Show All

  • Windows Forms Memory Usage Help!!!

    What should my Max Memory Usage be when building .Net applications   If i use third party controls my Mem Usage can go up to 30,000 k or higher is this right or am i using to much of my computers resources    When i minimise  ...Show All

  • SQL Server Command USE with variable

    Why I can’t use the command USE with variable declare @banco varchar(20) select @banco='xpto' USE @banco I have try in other way without success DECLARE @banco varchar(50) declare @SQL varchar(50) select @banco='xpto' print @banco select @SQL='USE '+@banco print @SQL exec(@SQL) Help me, please. Rodrigo It is executed at both compile time and run time, so I presume that is the reason. Not all comma ...Show All

©2008 Software Development Network

powered by phorum