e05153's Q&A profile
Smart Device Development i develop in device emulator
i post previous q local files view in mobile emulator. for example : i use pocket pc emulator . my local harddisk files are view in pocket pc emulator . create,delete and rename folder. please help me. Sorry but your question is out of context. BTW, you may want to look here for references http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1106043&SiteID=1 -Thanks, Mohit ...Show All
SQL Server Why it is rounded off the decimal number??
I am using the following code but it rounded off the decimal number and save the number in rounded form in the database(SQL). Plz tell me what is problem with this code. using System; using System.Data.SqlClient; using System.Collections; using System.Windows.Forms; using System.Data; namespace ConsoleApplication1 { class Program { static void Main( string [] args) { string connString = "server=(local);database=WH;Integrated Security=SSPI" ; SqlConnection conn = new SqlConnection (connString); try { conn.Open(); DataSet oDS = new DataSet (); // Create the DataTable "Orders" in the Dataset and the OrdersDataAdapter SqlDataAdapter oOrdersDataAda ...Show All
Visual Basic i need to parse a resume which is in .doc format and extract
i need to parse a resume which is in .doc format and extract email id phone no name age dob ect can any one help me You need to add a reference to Microsoft.Office.interop.word, which can be found here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_wrcore/html/wrtskinstallingofficeprimaryinteropassemblies.asp Then try the code...you may have to adjust or use the .sentence. ...Show All
Visual FoxPro Indispensable books for VFP-9 Users ?
Having searched the web I've seen samples of excellent book and code-examples but am not sure which remains best for a mediocre (beginner-intermediate) VFP-9 programmer/enthusiast trapped in the boondocks of Albertville, AL. I am interested for artistic reasons … VFPX (which seems ahead of its time) seems promising in graphics for VFP-9, the rest of VFPx might be too advanced for me. I can't find but a very few VFP-9 books ( www.hentzenwerke.com ) that seem to apply to my level; Universal Thread and Fox-Advisor have been helpful but difficult to sift (for me) What monumental books do any of you conclude are inspiring / indispensable *favorites* (at my level) I've recently become spell-bound by samples of older bo ...Show All
Visual C++ running created program
I have created a program and compiled it, now how do I run the program so I can use it Marius Bancila wrote: F5 is for running it in the debugger. Ctrl + F5 will run it. and Don't forget to Set Break point in your Code to debug the app. Thanx ...Show All
Visual Studio Team System Network type in Web Test vs. Network type in Load Test
I have following question: what is the relation between network conditions in my recorded Web Test and defined network conditions in the Load Test For example, I record Web test using DSL connection and then I use this Web test in the Load Test, in which I define network = LAN. Does this LAN make sense at all since my Web test runs through DSL Should Web Test and Load Test contain corresponding to each other network connections The network setting in use while a Web test is being recorded as no impact on the resulting Web test. In fact, there is nothing stored in a Web test regarding network simulation. The load test contains configuration options for simulating different network speeds when running a web ...Show All
Visual C# DateTimePicker.ValueChanged event
I am trying to build some code in this event. The idea is to open an ODBC table and populate a DataGridView with a limited subset. All records in the table are dated and the grid will contain records (schedule) for one date only. The problem I have is that if I go back a few months then every time I change the month with the tool button on the top (the left one) the event fires and the date I get is not the one I need. E.g. today is 10/06/2006 and I need to select 01/25/2006. Then on my first click it will fire with the date 09/06/2006, then 08/06/2006 etc... then finally on 1/06/2006 and after I selected 01/25/2006 in January I will get my date. In the meantime the gridView will get updated needlessly. MouseDown event does not fire ...Show All
Windows Forms ComboBox Font
Hi, Is it possible to change the FontStyle of the text displayed in the combobox while the font of all the objects in the item collection remains the same. Thanks! Thanks a lot for the suggestions. The problem I am facing is that I have two ComboBoxes, comboBox1 and comboBox2. When the user selects something from comboBox1 then comboBox2 is automatically populated. I need to set the font style of this automatic selection as italic. It will be great if someone can guide me ho wto do this. ...Show All
SQL Server Installing SQL Server 2005 on Windows VISTA ULTIMATE
Hi, Trying to install SQL Server 2005 on Windows VISTA Ultimate, received following error: - SQL Server Edition Operating System Compatibility (Warning) Messages SQL Server Edition Operating System Compatibility Some components of this edition of SQL Server are not supported on this operating system. For details, see 'Hardware and Software Requirements for Installing SQL Server 2005' in Microsoft SQL Server Books Online. Please help. Can you use your domain account for the installation (after making yourself a local administrator of the machine) and keep it connected to the network during the installation Or else, is it possible you are using a test version of Vista Or perhaps you have ...Show All
Visual Studio New CrystalReportsApplication throws TypeInitializationException
I created a default Crystal application in DevStudio 2005 and tried to run the app but get the exception below. Is there something I need to do to make this app work Thanks. Dave ------------------------------------------------------------------------- System.TypeInitializationException was unhandled Message="The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception." Source="CrystalDecisions.CrystalReports.Engine" TypeName="CrystalDecisions.CrystalReports.Engine.ReportDocument" StackTrace: at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() at CrystalReportsWindowsApplication2. ...Show All
Visual Studio 2008 (Pre-release) Beyond the samples
Getting the WCF samples to work is one thing, but what about the real world scenario. We are trying to setup a secure method of delivering updates to our customer base. We are not using one touch deployment because of some limititations and need a way of verifying that calls coming into our 'Updates Server' are from genuine client installations. The first idea is for our clients to register with our 'Customer Server' with a given username/password at point of purchase. This session downloads and installs an X509 client certificate time limited to our payment terms. This could then be used to authenticate with the 'Updates Server'. Obviously the client certificate would need renewal. At the moment I am working on the client certifi ...Show All
Software Development for Windows Vista Using the rules engine on its own
Hi, I am attempting to utilize the WF rules engine on its own to validate and manipulate my application's interface. I have it working at a basic level but came up against some problems when trying to go deeper. Firstly, it appears as though the rules designer (as implemented by the RuleSetDialog class) does not allow multiple assemblies to be referenced. If my rules need access to types defined in more than one of my assemblies, this designer won't work. Only the types contained in the same assembly as the activity type can be accessed. Secondly, the designer does not work with generic types. If my rules are operating against a generic type (which I would like to do), the designer doesn't work. Does anyone know of an alternati ...Show All
Visual Studio Team System Code Profilter listing function names as hex codes (instead of name)
When running the VSTS code profilter, the report lists the "Function Name" as codes like 0x60000008, Line Number is "0", and Source Code File Name is <blank>. Any idea why the profiler appears to not be picking up the info from my assembly/project I'm seeing the same behavior (Hex function names in the performance Report Summary) I tried all the options in the link you specified to no avail. I am running VS2005 Team Edition SP1. Any other things to try ...Show All
Visual Studio Team System Auto Build and deploy ASP.net application
Hi, I have the auto build running as a schedule executing a batch file which drops the build onto a different server (i had some playing to do with the file structure to get this to work). How do i then deploy the site to IIS on the drop server I can see how to do this with a web deployment project to work on the same machine as the build is run (which is the TFS server) but not on a seperate server. Thanks Steve If I understand correctly, you effectively want to run an application (the setup exe from your web deployment project) on a different computer. You might try using psexec: http://www.microsoft.com/technet/sysinternals/utilities/psexec.mspx . Buck ...Show All
Windows Live Developer Forums Draw Circle on Map?
Hello, I would like to draw a circle on a Virtual Earth v3 map, based on the user clicking a point and dragging a radius. I've seen some of the "background search" topics on this forum, but none seem to deal with doing this in Javascript with the map control. Can this be done Thanks, -Mike Did you ever get any fancier with this sample I'm working on an asp.net server control equivalent of the MapPoint Lasso tool [easier approach being simple polygon creation] where <smile, theoretically> users can bound a variable number of pushpins and then context menu their way to whatever...Excel dump, additional queries, subsetting, etc. Just wondering if you got further along those lines, or if tha ...Show All
