shaherome's Q&A profile
Software Development for Windows Vista XPS Print schema question
Hey guys, What is the pageImageableSize and pageMediaSize If i were to do some media scaling and i was given option in the print ticket such as FitApplicationMediaSize to PageImageableSize, then how would i find the pageImageableSize Should the print ticket provide pageImageableSize hy, first sorry for my english (i'm belgian lol) the media is the output format (for exemple a sheet of ...Show All
Visual Studio Team System TF24016: Cannot find team project 'test'
Hi, after a restore of all databases (a backup of clean, post-setup databases) I now cannot create any project anymore! Just to note: WSS is running fine ReportServer is running fine I am using dual-server installation on 2 CLEAN machines The corresponding Exception is as follows: ---begin Exception entry--- Time: 12/19/2005 12:20:00 PM Module: Engine Event Description: TF30162: Task "WITs" from Group "WorkItemTracki ...Show All
Windows Forms double click for button
hi, i would to make my button to listen to double click event with the following code, but it seems does not work...or m i using a wrong method can anyone help me Private Sub Button1_DoubleClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.DoubleClick MessageBox.show("It is a double click") End Sub thank you i only using the double click event...there ...Show All
Visual Studio Team System MSF Complete when is it coming
Hi, Any idea when is the msf complete template getting available... and it would really be of great help if any sample implementation is also part of the kit... regards Paritosh In message , Rob@Caron.MSFT.invalid writes >You can see the process guidance now: > >http://go.microsoft.com/fwlink/ linkid=50054 Ha! What a shame this was not available a few days earlier. It would have made me eve ...Show All
Smart Device Development why the same code have different result between PC and PPC?
why the same code have different result between pc and ppc Sample Code (run as windows form ): create a form , add treeView control and add code as show following in form_load method. bool isSelected = false; treeView1.CheckBoxes = true; TreeNode tn; for(int i=0;i<40;i++) { if(i%2==0) isSelected = true;   ...Show All
SQL Server Simple migration from MySQL to SQL Server Express 2005?
Normally I'd go and write a bunch of code for doing it manually... But instead of that, maybe there is a smarter way What I know is that you can get some kind of dump out of MySQL but I would be very surprised if that could be directly read into SQL Express So if you have a few step guide to migrate from MySQL to SQL Express, I am all ears (and eyes)! Thanks! (Yes I am aware there is some DTS thingy for this but could not find it in ...Show All
Visual C++ Add forms at run time in VC++
Hi , i need to add VB forms at run time in VC++ .. how to go about it I got one artilce , it say sned to check DaeDoe Forms in components in VB , but could not see that check box . how to add the form at run time I'm assuming by VB you mean VB.NET and by VC++ you mean C++/CLI, and by "form" you mean a .Net 2.0 Windows Form (System.Windows.Forms.Form). Make sure your VB form is working properly ...Show All
Game Technologies: DirectX, XNA, XACT, etc. mdx 2.0 animation
mdx 2.0 feb 2006 i copied the code from SimpleAnimation into my engine, and made the few adjustments to the name of variables/properties etc caz going from mdx 1.x to 2.0 and then i try to load tiny.x from the sdk, but it get the error: Unhandled Exception: Error in the application. -2147467259 (E_FAIL) at Microsoft.DirectX.Direct3D.Mesh.LoadHierarchy(Device device, String filena me, MeshFlags flags, AllocateHierarchy hierarchy, LoadUserData us ...Show All
SQL Server SQLIOStress and SQL Server 2005
Hi, I came across this tool recently and was wondering whether MS recommends its use to stress test I/O operations for SQL Server 2005 (64-bit) The following link http://support.microsoft.com/ id=231619 (applies to SQL Server 7 and 2000 ) mentions that: " SQLIOStress creates separate data and log files to simulate the I/O patterns that SQL Server will generate to its data file (.mdf) and its log file (.ldf). SQLIOStress do ...Show All
SQL Server Using Package Configurations with SQL Table
Using package configurations, How can I use the configuration Type Sql Server and migrate the configuration from one database and server to another ...Show All
Visual C# Updating a database from dataset
I seem to have spent forever trying to get this to work. I have a data table in a form that is bound to a query that combines some data from two tables. However, I absolutely can't get Update to work! To make things simple, suppose the query lets the user enter a score for say, an NFL team. It take a score for every NFL team every week. That's no problem, it can be easily entered into a data table that's on the form. But how do I update the info ...Show All
Visual Studio 2008 (Pre-release) Simple element Drag'n Drop example in WBA
Is there a simple UI element drag'n drop example for WBA Regards Ranj Yes, you are absolutely right, my response was incomplete, it was only in the context of Unni's sample. This is the link to the Peter Blois's sample: http://blois.us/blog/2005/12/stupid-listbox-tricks.html ...Show All
Visual C++ CDialog::DoModal asserting in CWnd::DestroyWindow
To Brian and Martin, who were involved in helping me out with this , please don't shout at me... This thread does follow on from that post - and I'm now investigating refactoring a static library which contains a few MFC classes into a shared DLL - using __declspec(dllexport) to export functions and classes that will be needed across all facets of the solution that need the shared functionality. I've looked all over the place for an ans ...Show All
Visual C# End
Hello, What is in C# the statment for end, like the end statment in VB DIII AFAIK, you mean this: sub mysub blah blah end sub That syntax does not exist in c#, instead scope is defined by curly braces void mysub { blah blah } ...Show All
SQL Server Sql EX 05 can't view dB and Tables
Hi, I’m new to sql ex 2005 and have a couple of questions I can’t find the answers to. Q.1 I am working with VS web dev ex 2005 and I’m trying to backup my db, is it as simple as copying the .mdf file Or should I create a text file, or something else Q.2 How do I view the content of the db in my web programs in the sql server 2005 ex I can’t figure out what to do, to view the content. ...Show All
