Benyu's Q&A profile
Visual Studio Team System Why buttons are disabled in Web Test
I'm doing a load test for my website. When I was recording the web test via Internet Explorer, the data entry screen looked fine(submit button was enabled), but after the test was recorded, if I run the web test, the submit button is disabled. Any idea why that's the case Any suggestion on what to do Jason, That bug could occur if a web page had multiple forms containing hidden fields with the same name.&nb ...Show All
Game Technologies: DirectX, XNA, XACT, etc. rendering point cloud (point list) disappears
Hi, I have an object scanner application that scans 3D objects. I have reached the stage where I want to render the cloud points in Direct3D (managed code), and the model sometimes disappear. The problem is, I think, that there are some "rebel" points far away from the model, so far, that they aren't even in the view frustum anymore. Why does Direct3D cancel the rendering of the whole point list, if only one or a few points are ...Show All
Visual Studio Tools for Office <the system cannot find the reference specified>
I'm trying to create an application with an Outlook connection. I have Outlook 2003 with the latest service packs, Visual Studio 2005 and Visual Studio Tools for Office. Outlook is functioning correctly. I try and add the following COM reference: Microsoft Outlook 11.0 Object library. To do this, I select Add from the References Tab of my Project. I click on the COM tab and locate the Microsoft Outlook 11.0 Object Library and add it to my pro ...Show All
Visual C# Encrypting (Appended) text file
I need to append a txt file every minute or so.. I have to encrypt the line before saving. The new line will have line breaks...and the routine must support all chars. I can encrypt it using: private static string ES( string InputText, string Password) { RijndaelManaged RijndaelCipher = new RijndaelManaged (); // First we need to turn the input strings into a byte array. byte [] PlainText = System.Text. Encoding .Unic ...Show All
Visual Basic FIleOpen Dialog - fileopendialog.showdialog() - Change default view from List to Details
In my app a user can mouse to File Menu - Open. The fileopendialog.showdialog() has default view of ListView. The user is alway going to have to sort the file list by Date in descending order in order to open the most recent file stored in the network location. How can I make the FileOpenDialog display in Detail View by default and not List View. Thanks, MIke Code Sample dlgOpenFile.InitialDirectory = sDefaultDir dlgOpenFile.F ...Show All
.NET Development Exception error
How can i make an .exe file written in VB .net fully trusted by all computers on the netwrok without running the .net frame wizards I tried the deployment package but it didn't work. Any ideas Hello Palman, You can find more information on caspol examples on Shawn Farkas' .NET Security blog, for example: http://blogs.msdn.com/shawnfa/archive/2004/12/30/344554.aspx Depending on how you want to ...Show All
Visual C++ Windows Forms
Using Visual C++ 2005 Made a windows forms application using Visual C++ 2005, but when i run it I get a console window popping up while my form is running. Guessing one of my project settings is messed. Anyone know which setting is causing the console window to appear when I run my windows form I didn't use the form designer either. You could create a new project (make sure you choose New Windows Forms ...Show All
Visual C++ Need Help
Dear all I am bit confused .. regarding studying VC++6 or VC++.net... so please tell me what to learn.. i think that VC++.net will be a better choice. so what you all say technically. also please give me the links to study VC++.NET ............. regards Thank you Visual C++ 6.0 is an old product that is no longer supported. The most recent version of Visual C++ is the 2003 edition, and Beta 2 is available of ...Show All
Visual C# Urgent:How to write a message in C#
Hello: How can we write this using c# When the fullpath contains atleast one space, the user is required to include double quotes. IF the fullpath has no space, user is not required to use double quotes (but they can). The message that has to be displayed eventually with the above is "failed to load file" the path is: c:\Test ABC\Elite_Dms_SystemSetting.xml I'll write the mechanisme to check ...Show All
SQL Server is there any way to get isqlw running under sql 2005 install
I regulary would have 4 or 5 separate sessions of isqlw running.. and it is much less overhead than running multiple sql server managment sessions and also much better in the way the windows tile... the new interface sucks in my opinion .. thanks in advance ok to answer my own question get the following files off of an old 2000 install and put them somewhere in your path I put them in the winnt directory 1/30/2006 1 ...Show All
Software Development for Windows Vista vmr9 - fullscreen options in graphedit properties panel?!?
hi all, i recently had to code a videoplayer that could play a fullscreen video on a desktop horizontally spanned over 2 screens. after some research i realized that vmr9 in windowless mode was the way to go. the only "problem" was that there was no fullscreen mode so i faked it by maximizing the renderingwindow and it worked. after registering proppage.dll (initially forgot that) for proper use of graphedit i see that there is a " ...Show All
.NET Development JScript problems
I don't know if I'm in the right place to post this so forgive me if I am not. I have a home automation computer and part of it's functions is to run macro's. I have been able to get it to turn on media player 9 and play a playlist. But I am having trouble getting it to shut if off. After trying every command line string I could find I'm now looking into JScript. The particular part of JScript I'm looking at is the sendkey functon. Now I'm as ne ...Show All
.NET Development COM connection point events failing to cross the COM interop boundary
I have a piece of C++ code that runs in the Outlook process and makes use of a .Net assembly that is exposed via COM interop. The assembly exposes a delegate which the C++ code handles - events are posted through this delegate from the assembly to the C++ code. On my development machine this all works reliably. On my test machines it either doesn't work at all or only works sporadically. When it doesn't work, I do know that the event is bei ...Show All
SQL Server sp_helplogins
I tryning to program (in VB.net) sp_helplogins, assuming this is the correct sp to use to determine who is currently logged onto the database. Ive already programmed, in VB.net, the execution of sp_helpuser and get correct results, but don't seem to be able to program sp_helplogins. Any help would be appreciated. Thanks, /jerry What error are you receiving Does this have to do with the fact that ...Show All
Visual Basic Opening empty file as XMLDocument
Hi, in my form load I'm looking for an xml file and if it does not exists then I create it. But wen I try to open it as an XmlDocument it popups an error. I thik its because the created file is empty. Could I add the line " < xml version ="1.0" encoding ="utf-8" > " to the file on its creation and how Here's the code : Private Sub Form1_Load( ByVal sender As Object , ByVal e As S ...Show All
