scotsman60's Q&A profile
Smart Device Development An internal error occurred in PlatformVerificationTask
Hi I get an 'internal error occurred in PlatformVerificationTask' warning when I build, but the code is still able to execute. There aren't too many people reporting this warning. So, it must either be very rare or there must be a quick fix to it. Ok, here is more detail concerning this warning and my project: 1) The project type is a device application for Pocket PC 2003 and is written in C#. I am running .NET Framework 2.0, .NET Compac ...Show All
Windows Forms Graphic forms instead of windows forms
Have you guys seen Windows Media Player 8.0 above They have a nice graphical interface instead of regular boxy windows forms. I want my application to be like that (I only have one form and would like this form to be stay on top of other&n ...Show All
Smart Device Development Datagrid Issue
Does anybody know how to put 2 columns in a datagrid using the same MappingName Thank’s You can not. But you can use NETCF V2 SP1 to add columns with different mapping names and override cell painting so it would fetch and paint data from other column, not from the one specified by mapping name. If you data source is DataTable, you can add computed column to it and set expression so it wou ...Show All
Smart Device Development how can i play a sound file ?
hello . how can i let my program on my pocket pc play any sound file wav , mp3 , wma i tried every thing , searching in msdn ... the system.media is not found . also microsoft.devices.audio and my.computer.devices.audio is not found .. so , what's the solution .. regards ,, You can P/Invoke PlaySound() or you could use sound classes from OpenNetcf.org. ...Show All
Smart Device Development Treo 700w voice operation via Bluetooth connection
Does anyone know of any software available that will allow voice operation through a Jabra bluetooth headset This forum is for development related issues. Please post to relevant form or news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
SQL Server T-SQL
Could you pls. advice me on following dilemma I am having table called ‘ UNITCONVERTION ’, its containing following records. IDfrom FromValue & ...Show All
Windows Forms XP Style problems with treeview
In my application I have a treeview (with some nodes) docked on left on a winform. Before Application.Run, I call Application.EnableVisualStyles and then Application.DoEvents in order to enable windows xp style for controls. When I start the application, th ...Show All
Visual FoxPro _screen.ContinuousScroll problem
I noticed this problem just this morning after spending many hundred hours debugging my app for the past few months when everything worked just fine. This is the setup which is hardly unusual. There is a function in a prg file and a Click method that calls it. There are a couple of print statements like: "coimng out of the function: "+numeric_id and such in the function(s) and one in the Click method. All output is character s ...Show All
SQL Server SSIS "source code library" for others to use
In SSIS can one create “user defined functions” \ “subroutines” and put them in the SSIS designer for other developers to use TIA, Bill Phil, In my opinion spam is called posting dildo's ads in rampant computer-generated process everywhere. I have manually researched and read relevant forum discussions and I have posted my comment. This process does take time and I'm trying to save time where it mak ...Show All
SQL Server Should this be an error rather than a warning?
If you have a package that uses an environment variable for an indirect configuration and the environment variable is not present when the package runs you get the following warning: The configuration environment variable was not found. The environment variable was: "Seer.ConnectionManager.CUECommonReference". This occurs when a package specifies an environment variable for a configuration setting but it cannot be found. Check the confi ...Show All
Visual Studio Team System How to use Team System Testing tools?
Hi , I'm very new to team system. I'm learing team system particularly Testing and Project management. I'm struggling with testing tools(web test and load test).Is anybody know how to start and learn these tools Please guide me. Give me useful material links for self learing. Thank you, Regards Vinoth Hi Vinoth, ...Show All
Visual C# alt text in image
Well, when u put the mouse over a img in the internet it shows a text. How can i do it on c# Do you mean in an ASP.NET web page or a windows app If a Windows app... simply use a ToolTip when the MouseEnter event is raised by the image holder. ...Show All
Visual Studio Express Editions SQL Server Reporting Services
Hi There http://msdn.microsoft.com/vstudio/products/compare/default.aspx States that Express Editions supports - SQL Server Reporting Services........... I would like to Generate Reports using these Services.... How Do I Do It Thanks Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Hard Liquor Allowed Actually, the comparison chart shows that SQL Server Express is s ...Show All
Visual C++ error LNK2019:unresolved external symbol
Hi guys!! I have a big, big problem. I'm using Visual C++ 2005 and i'm tryng to compile 2 projects one is a library .lib and in the other one I put my function Main: this is the code: Proj1 : .h #include <iostream> using namespace std; template<class T> class Test { friend ostream& operator<<(ostream&, Test&); template<typename T> friend ostream& operator << (ostream&, Test<T>&); }; ...Show All
Windows Forms DataGrid
When a row in a datagrid is selected, you change the value of a cell and based on that value, the value of another cell in the same row changes. How is this done in the code please Is there something like MyDatagrid(colNum, rowNum) i.e. if (MyDatagrid(2, 3) = "some value") { MyDatagrid(6, 3) = "new value" } Thanks Hi, Ok, i kinda got it (I really hope so). Try this on your datagrid's Current ...Show All
