Mongsreturn's Q&A profile
Visual Studio Installation Error.
Can't this company make software that just installs as it should Why am I getting the founding error when installing the trail version of Visual Studio Pro 2005 Error 1406. Could not write value to key \Software\Classes\.xsd\OpenWithList\devenv.exe. Verify that you have sufficient access to that key, or contact your support personnel. All other programs WERE closed and my anti-virus WAS disabled Mike I just looked in my control panel under User Accounts and I am the sole user: Mike's Login Computer Administrator The Guest account is OFF. ...Show All
.NET Development Program built with .Net 2.0 needs to run a computer with .Net 1.1
Good Morning, I've written a program using VB in Visual Studio 2005. It is designed to access and modify the Assistant and Assistant Telephone fields in a User Object in Active Directory. On my developer workstation it works flawlessly, but I have .Net 2.0 installed as part of the Visual Sudio 2005. When I try to install the product on our Helpdesk Tech Machines, it attempts to install .Net 2.0. The environment in which our Helpdesk personel work maintain a strict "standard workstation" mentality and will not allow the .Net 2.0 software to be installed; they do currently have ver. 1.1. I am using the System.DirectoryServices namespace to access Active Directory and write the information back to the object, which appears ...Show All
Visual Basic OneTouch deployment: how to grand admin permissions
Hi, All, I have published my vs 05 win app to a network location. When I run the install on client machine under user login, I got: Prereq uisite check for system component .Net framework 2.0 failed... Admin permissions are required to install. How do I grand my app the permssion so that I don't need to log in as admin at each cleint machine Thanks! Well, I found out you cann't. Have to login under admin and install the runtime 2.0, then do the regular install. ...Show All
Visual C# How to change the formatting of System.DateTime.Now without convert to string type
Does anyone know how to change the formatting of System.DateTime.Now, but not have it outputted to a String type. I have a SOAP webservice element that only accepts a dateTime type and format similar to this: 2006-12-04T17:21:42.788Z I'm using the following code below, but need to change its formatting to conform to the sample above: meterRequest.serviceRequestTimeStamp = System.DateTime.Now; Thanks, Henry Hi You can try this: DateTime .Now.ToString( "yyyy-MM-ddThh:mm:ss.ffffZ" ); Yours Markku ...Show All
Windows Forms How do I determine Form focus of SplitContainer?
Hello All, I have a MDI app using a splitcontainer. Panel1 houses all open forms and such. I have a print button at the top of the Main form for document printing. One form is just contains a webbrowser component to view html-generated reports. I need to print,save and/or email these reports. 1. The webbrowser form belongs to SplitContainer1.Panel1. 2. I really need to know how to gain access to the webbrowser component. Any help would be greatly appreciated, ByrdMan I'm surprised that this works, MDI doesn't like panels on the MDI parent. Anyhoo, somewhere in your MDI parent code, you create the MDI child that contains the WebBrowser. Save the reference to that child as a field. When you later need to refer to the browser, ...Show All
Smart Device Development how to show dll files in file explorer?
Hi all, does anybody knows how to show dll files in File Explorer in Pocket PC 2003 SE Emulator I know I can use the remote file viewer to see the dll files but i want to see it in File Explorer. I tried running the BarCodeSample example from Intermec but it kept saying that it cannot find ITCScan.DLL in the Windows directory of the emulator. I have, using the remote file viewer, added itcscan.dll into the windows directory. I have even change the name to ITCScan.DLL in case it is case sensitive but to no avail. What can be the problem How do I view dll files in File Explorer Atiz You need to enable 'view All files' to see the dlls. Click and hold in empty space in the file explorer. In ...Show All
SQL Server Is SQL Server Express what I need????
Hello, Someone I know told me that they thought SQL Server Express was what I am looking for. Before I get in over my head I need to know from people who use it if this is really for me. I have build my own web site using very basic HTML and CSS. Nothing fancy I am very new to this. What I want to do is have a customer able to enter their email address, once they have hit submit, I want the email address to go to a database (which I believe this software is going to help me set up ) and a document sent to them. I was thinking of a PDF attachment to an email since I have not figured out yet how to send an email that looks like a web page. I now have a customer inquiry form on my site that is sent to a perl script in my cgi bin ...Show All
Microsoft ISV Community Center Forums Creating data with a loop based on current info in worksheet
I have an excel file (.xls) that already has data in it. I have already got my VB app to open the source XML file and change it to a XLS file and delete the top row (blank and not needed) and add a new column in for my new data. The new column needs to have data that will loop down until the other rows have no info. The naming will be generated based on a number. vp0001.jpg vp0002.jpg vp0003.jpg vp0004.jpg and so on until it comes to the last row. This data will be put into column A and it will check column B for the last row. Thanks! I have this almost done but I just need to know how to find the last row number so I can use it for the loop. I have it working now but you have to manually tell the program how many row to loop. Thanks ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Wireless GamePad in windows exceptions
Working on a SpaceWars mod, with a wireless GamePad connected using the new Wireless GamePad for windows receiver. I notice that: Y button presses are not being picked up & getting errors in Right Thumbstick 'XInputHelper.GamePads[PlayerIndex.One].ThumbStickRightX' threw an exception of type 'System.Collections.Generic.KeyNotFoundException' 'XInputHelper.GamePads[PlayerIndex.One].ThumbStickRightY' threw an exception of type 'System.Collections.Generic.KeyNotFoundException' anyone else come across this I'm going thru the GamePadHelper.cs class, and it looks consistent for Y with the other keys that work. I posted the 3 places needed to b ...Show All
Visual Studio Team System Unable to create folder with correct path
Hi I was wondering if anyone here could help me out. I have a solution with many projects checked into the source control. The promlem occurs when I try to add an existing webproject to the solution. Originally I had a webproject with the path c:\temp\Webproject, but i chose to delete that from source safe to add a new project located in the right directory on my filesystem. The problem now is that every time I succed to check it in, the local path in the Source Control Explorer is still set to c:\temp ... I think I have tried every possible way to correct this, but with no luck. I have also tried to create a folder directly in the Source Control Explorer with the same name, and that dosnt work either, it even throws me an error with ...Show All
Visual Studio 2008 (Pre-release) How to implement Certificate Mapping in Self-Hosted Application?
Hi there guys, My team has been developing a WCF application for a project and we are trying to implement certificate mapping in our work. We are using a self-hosted service. Transport security has been defined in app.config file and we have used the HttpCfg.exe to configure the SSL port. We've installed a certification authority that is up and running and the server and client both have working certificates. Everything is working fine in terms of communicating over https. We can see the certificate information in the OperationContext object in the PrimaryIdentity . The problem is that we need to pass the WindowsIdentity object to Azman. The steps we took to configure the Transport Security can be seen in one of my teammates he ...Show All
Audio and Video Development How can I stop to play video on start?
By default, my video file is playing at start always ( I think that I can configute XPL file for it ) . But I want start video from JavaScript (e.g. use click by "Play" button). i.e. when I start iHDSim I must don't see video, but I will must work with controls (DIV, BUTTON and etc.) and use animation. How can I do it The other thing you can do is use a scheduled event near the end on the title that when your app receives it it does a jump back to the start of the video. then the video "loops", but the title has never ended, so your app does not reset. ...Show All
Windows Forms I can't figure this "Enter" thing out! Please help.
Ok, so I am creating a web browser. Everything is fine and dandy, except I wanted the capability of the user pressing "Enter" after they type in the URL instead of having to go click on "GO" button. Thats nice... So I go to the properties of the combobox, select "Keydown" and create a new keydown event. In that event, I write: webBrowser1.navigate(combobox1.Text); I run the program... and It works alright! However, it automaticly tries to connect the the URL before I even get it typed... So by the time I type in www.yahoo.com , it's already navigated there without me pressing the enter key. This is a neat little thing, but I don't want it to work that way. Is there some kind of Break I can use to stop the URL in the U ...Show All
Visual Studio Express Editions ZIP Archive
Hi All, I've been playing with the .Net Framework again and I was wondering if there is anyway that I could crate an Archive type file. What I was thinking of what using a DateControl object for the Start and End Date and then trying to archive all the test text files I have created (I have created these files on different dates to test this out), I was original aiming for a ZIP file but I cant seem to find any thing in the framework for this! I'm I just blind or do I have to create something myself. Or is there actualy an Archive or backup function that will do what I'm looking to do As always, referances would be best, but I'll take what ever comes. Thanks in advance. Scott there is a GZipStream in .NET 2. ...Show All
Smart Device Development New Sprint PPC-6700 but out of date build using VS2005 5.0 SDK
Just beginning to build an application specifically for this phone and bought a new Sprint PPC-6700 phone today. The software on it is February 2006 vintage and when I tried to run the program I built on VS2005 with 5.0 SDK I get an error message that This application ( AppName.exe) requires a newer version of Microsoft .NET Compact Framework that the version installed on thsi device." I tried the software store on the phone and handago update failed. Is there a update available or SP, or do I need to reinstall the OS with latest version on a 'factory fresh' phone that was not built yesterday There are several ways to do it: 1. You ask your customers to install latest NETCF redist MSI (wh ...Show All
