Ben Is Lost's Q&A profile
Windows Forms Working with embedded browser from windows c# application.
Hi, I am using a embedded browser twhich will be invoked when link is clicked on a form. I have two buttons on the html page. Can any one tell me how to find out if user clicked particular button on a html page from c# windows application Appreciate your help Thanks Hi Max, It sounds like a good idea. But the page I am displaying is not mine. It is some third party page. Is there any worka ...Show All
Software Development for Windows Vista Keybord Shortcuts
What is the possibilty of having shortcuts that will Create a new folder Create a new file These shortcuts can put work just like the CTRL+C or CTRL+V shortcuts and place files or folders on the desktop or in a file browser dialog or windows explorer. It would save quite a signicant amount of time if there was a native shortcut to add new folders rather than having to use either the context menu or the File menu to create new file ...Show All
Visual Studio Tools for Office If I only work with Access Databases, what should I purchase
I created a variety of databases for different people within my company to use. Almost all of them have a backend database on our server and a client version on each user’s individual computer. I've been pulling my hair out trying to get things to work because we are using a few different versions of Office. If I buy Microsoft Visual Studio Tools for Office 2005, can I bypass the issues with different versions by distributing ...Show All
Visual C# ARROW, BACKSPACE, ENTER keys locked and are not functioning !!!
the issue may seem stupid enough, but not mystical. The behavior started to show self after I set "Visual Source Safe" as "Source Control" tool. As you check out the item you're not able to use any of the above typed keys, but others and mouse. You can achieve NORMAL_EXPECTED_BEHAVIOR of the keyboard as you close and start the Visual Studio again. And here is the mistical point that should explain. Where is that magical option box that I sh ...Show All
SQL Server Failed Install of SQL Server 2005 SP1 CTP
Hello, We are attempting to install the CTP for SQL Server 2005 SP1 and receive the following error message in the log: The following exception occurred: Unable to install Windows Installer MSP file Date: 03/24/2006 14:19:40.562 File: \depot\sqlvault\stable\setupmainl1\setup\sqlse\sqlsedll\copyengine.cpp Line: 856 This is then followed by this failure with the Database Services: Product: Database S ...Show All
SQL Server SSIS Performance 32 Bit V 64 Bit
I have been working on a project last few months. I have developed the project on my laptop, which is resonably powerful. It runs through fine within 9 mins with sample data set. If I replicate the same environment on a 64 Bit machine with 32 Bit Win 2003 and SP1, it takes just over 7 mins. If I rerun it on a 64 Bit machine with 64 Bit Win 2003, it takes between 21 and 24 mins. We are executing the packages via ...Show All
Visual Studio Team System FXCOP Support for .NET Version 1.0
Hi Does FXCop have support for .NET V 1.0 Thanks Rajaraman.S Rajaraman, I answered the exact same question for you over here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=133164&SiteID=1 ...Show All
Visual C++ byte array to char array
this is probably to many steps to accomplish this and if there is a better way then i am all ears. anyway its not working as expected. I am reading 120 bytes starting from posistion x to x+120 to a Byte array. Then i am copying that Byte array to a Char array, at this step i am losing some of that data. I am then converting that Char array to a String*. What am i doing wrong here BinaryReader* FileReader = "new File to open" ...Show All
Smart Device Development Force ctrl-click for ListView control selection
I was able to get a multi-select ListView working through a p-invoke to the underlying native control as described on the msdn FAQ. The drawback is that the user must shift/ctrl click to get multiple selecctions. Any advice on how to make the ListView select multiple items without the key combination Short of writing your own list control (or starting with the one in SDF form OpenNETCF), the best workaround is to use a ListView ...Show All
Visual C++ 'super' keyword
Visual C++ 2005 beta 2 marks the word 'super' like a keyword (with blue color). I know that '__super' keyword exists... but the word 'super' What for does it use It is a synonym for __super which you can enable via a pragma . ...Show All
Visual Studio Express Editions Help with databases
Hi I have a database with about 20 columns one of which is vehicleNumber and one of which is temperature. I have many different vehicleNumbers. When the user types a vehicleNumber into a text box I need to collect all the temperatures for that vehicle and find the average temperature. I am not using SQL, I'm using an access database with the dataset and all that. I found a little information suggesting a dataview. Can anyone help me Just t ...Show All
Visual Studio Team System Unable to publish new project tasks
Hi there, I am using VS2005 Team Edition For Software Achitects. The VS Team Foundation Server is the latest one - the RC. I have a project which is using MSF process template. I am trying to create new tasks from Microsoft Project. When I try to publish them, I get the following error: TF80070: Team Foundation encountered an error while performing the operation. It is recommended that you save your work and restart the application. I r ...Show All
Windows Search Technologies SIMPLE instructions to REMOVE Windows Desktop Search
I have written to MS without receiving a simple, non-MIS/IT description of how to remove this horribly intrusive add-on, that installed itself DESPITE clicking on DO NOT INSTALL. So (and without getting into the politics of who is behind this), all I want is the easy way to remove this program. I have gone into Add/Remove Programs and YES, clicked on Show Updates, but there is NOTHING clearly identified as Windows Desktop Search. ALSO, ...Show All
Visual Studio Express Editions Console App won't run, getting error about "application configuration is incorrect"
Hello, I have a console app created using C++ 2005 Express. I now need to copy it to another machine to use it but it won't run. I have already copied the msvcr80.dll in with the executable but still does not work. I have also try copying in the manifest but this has no effect. What do I need to do to get my console app to run on another machine Thank you for your help, Jonathan Caves - MSF ...Show All
Visual C# How to play sound from resources?
I can play MySound.wav from my disk, using SoundPlayer media= new SoundPlayer (@"c:\MySound.wav"); media.Play(); But i want this sound was included to my program. I add it to resources. but SoundPlayer media= new SoundPlayer ( CsApp.Properties. Resources .MySound); media.Play(); doesn't work... I added tada.wav (X:\Windows\Media\tada.wav) to resources. This code I added to Form ...Show All
