Qwickset's Q&A profile
Smart Device Development windows media library on smartphone emulator
Hi. I am currently developing a media player for smartphone, in C#, using Visual Studio 2005, Windows Media Player 10 SDK, and Windows Mobile 5 Smartphone SDK. For trying my application I use Smartphone emulator for Windows Mobile 5. I have the following problem. I emulate a storage card using folder sharing. But when I use "update library" in Windows Media Player 10, it doesn't collect the music files in the share ...Show All
Smart Device Development Upgrading Soution to '05, probs with Data.SqlServerCE namespace
Hi all, does the SQLServerCE namespace exist in the System.Data Namespace in .NET 2.0 Or has it been moved The reason I am asking is because I am now getting error messages relating to this in VS 2005 Thanks Tryst System.Data.SqlServerCe namespace is located in System.Data.SqlServerCe.dll, please make sure to add a reference to it. ...Show All
Windows Forms shared SQLconnection accross all forms.
okay. I decided that making a connection to the database eachtime each forms opens up is a bad idea.... bad idea in the sense its slow.... is possible to share a sqlconnection from form to from by using a class. like this ------------------------- ...Show All
Software Development for Windows Vista Create WorkFlow Through XML
Hi to all What I want to do is first create a workflow , then samve its xml into a database and later from this xml i want to create workflow . Now I want to know the optimal way to do it and issues that I had to address Hi Razi, By the "xml" , do you mean the "xoml" which is generated for a workflow ...Show All
SQL Server FTS indexable columns
Hi, how can I programatically identify if table columns are eligible to include in a FTS catalog index I can do this: SELECT COLUMNPROPERTY (object_id('Person.Address') , 'AddressID', 'IsIndexable' ) but what I'd like to do is: SELECT COLUMNPROPERTY (object_id('Person.Address') , 'AddressID', 'IsFullTextIndexable' ) but that property doesn't exist. The best I got sofar is to compare data types with what the documentation says ...Show All
Windows Live Developer Forums How can I apply for an APPID?
since an Activity can be loaded with obj.LaunchApp(AppID, emailID), so how can I apply for an APPID At this point, we are still requiring that all Activities be submitted via the WorldsBestApp website, even though the contest is over. Once submitted, we will process your request, and post your Activity there. We are not supplying AppID's yet, but hope to be able to do so in the future. If you wish to be a ...Show All
Visual Studio Team System Server not referred to by the FQDN
I want the server to refer to itself ONLY by the FQDN. http://img116.imageshack.us/img116/2330/properties9sk.jpg if you have a look in the image - the server name is Fully Qualified, although the link that it will send the user to is not. how do i make them both be the same FQ thank you. The link that the server sends to the client is generally constructed based upon the prototoc ...Show All
.NET Development LoaderLock
Hi, this is a bit of a wierd one. It was working before without any problems, but after leaving the project for a few days to about 2 weeks, I loaded it up again and for the first time ever when i run this application, it gives me a loaderlock error! LoaderLock was detected Message: DLL 'C:\WINDOWS\assembly\GAC\Microsoft.DirectX.DirectSound\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.DirectSound.dll' is attempting managed executi ...Show All
Smart Device Development W2A macro usage
How do we use the W2A macro I have a ATL C++ project, creating a DLL for a windows mobile 5 device. When I try to compile this code: #include <atlbase.h> STDMETHODIMP CISPEncrypt::encrypt(BSTR* data, BSTR* password, BSTR* encData) { LPCSTR* x = W2A(data); it complains with: '_lpw': undeclared identifier you need to declare USES_CONVERSION before invoking any ATL3 conversion macros. void func( LPSTR lp ...Show All
Visual Studio Express Editions DataSource
I have an App which will use several diferent forms within the app. All will be accessing the same database and associated Tables. Do I need to add a new DataSet/Source for each form Thanks, Jeff hi, yes you add dataset to your solution just once , and it will appear in your solution explorer. to use it you have to add instances to your forms best regards ...Show All
Windows Forms Autocomplete combobox
Hi, I am using autocomplete combobox of MTGC. My problem that when I press keys it fire selected event becouse the text is same as one of items in combobox. I don't need this event for keys except of Enter and Tab. This event is same as mouse selection event and it couse to my function to do that I don't want. So: 1) How can I catch mouse click in dropdownlist in combobox 2) How can I set that when it match the item by key it doesn't f ...Show All
Visual C# Save array to settings in C#2.0
Hi Martin, Can you post the code where you initialize the "settings" variable That might give some clues about what could be wrong. Ok, well if I can't use the settings file, whats the best way to save an array of objects as a setting ...Show All
Visual C++ Question about CString::find()
I am currently using CString::find() to find keywords in a .ini file so as to extract the line of info after the keyword with getline(). However i am facing a weird problem. This is the format of my .ini file: alpha C:\\workfiles\\alphaLoop beta C:\\workfiles\\betaLoop delta C:\\workfiles\\deltaLoop This is the code in question: ifstream iFile; CString mArr; char temp[100]; int curPos; iFile.open(abc.in ...Show All
Software Development for Windows Vista Where is the visual layout state for the state transition root activity stored (and why is it being lost)?
When you open the completed sample for Exercise 2 of WWF Lab 4 (the State Transitition workflow sample) for the first time, the layout for the 4 activities is lost. By this I mean all of the 4 acitivities appear one on top of the other in the top-left corner of the design surface. Q1. Why is the visual layout of the 4 activities being lost If I rearrange the activities and save them, close the solution and re-open it, the layout is preser ...Show All
Windows Forms Design Help - Panel and more
Hi guys :) In Visual Studio 2005, I wanted to write a Windows Application which has the dialog soemthing like this: ___________________ | | | | Option| List | |______|____________| ...Show All
