Fatih Boy's Q&A profile
Smart Device Development device lock
On my window mobile phone there is an icon on the today screen called device lock...what is the name of the .exe for that file ok, so we're dealing with an HTC Wizard. I don't have an HTC device with me, and the Faradays (Cingular 2125) I'm using I don't believe have that icon. Does that app lock the screen, releasable by hitting the action button, or does it lock the device, releasable by inputting a passcode I believe (don't quote me yet) the screen lock is win32 functionality available through the configuration provisioning stuff, and the device lock may be the same. Don't believe you're looking ...Show All
Visual Studio Team System ClickOnce Installation ?
Hi, I am working in .net 2.0 windows based application development, now I wanted to create a clickonce installation setup for that application. When ever I do publish my application we are specifying local machine URL (“Specify location to publish this application”). Actually I got scenario where I need to give setup package to my client and my client will install that package in a server, From that machine other user will install through clickonce could you please anyone help me to find solution how can I do this. I can create the setup folder but when I installing in the other machine it giving error. Unable to download ...Show All
.NET Development Xml problem in finding a particular element when reading
Hi guys. What it the best way to do this I Have an xml file in this format <Countries> <Country> <ID>1</ID> <Name>Italy</Name> </Country> <Country> <ID>2</ID> <Name>France</Name> </Country> <Country> <ID>3</ID> <Name>England</Name> </Country> </Countries> Now i need a way to find if a particular Name exists in the xml and return true public Func ...Show All
SQL Server Exec Stored Procedure
Hi, Hope someone can help me out here - I'm trying to design a data flow in SSIS which relies in part on a stored procedure as a data source - I'm running it through OLE DB. Sure Exec MystoredProc works fine on preview and on parsing, but it refuses to acknowledge any of the columns, when I go to Edit-->Columns everything is blank. Just out of interest - the reason I am using a stored procedure is because I dump the data into a temp table and then amend a couple of the columns to make it the same as my other database (for example where len(field) = 6 then field = '0000' + field). Possibly I'm better off taking the raw data thr ...Show All
Visual C# Get primitive type
Forgive me if the answer to this is pretty obvious - but I've been searching google and can't find it. I need to be able to detect if a primitive is a string, decimal or an int. I have a struct like so struct Token { public int Type; public object Value; } Value can hold anything, and does hold anything. I'm now writing the data to a file using binary output. With each token, I output the Type (int), and then a string containing either "int", "str", or "float" depending on what Value is, so I know what to read in next. Is there a way to do something like IsInt32() IsDecimal() IsString() Thanks in advance. ...Show All
.NET Development Using .Net Framework 1.1 & 2 in the same assembly.
Let's assume that you have a control developed by VS2003 (.Net Framework 1.1) and you want to use it in a VS2005 project (.Net Framework 2.0 beta 2). What would happen (the default behavior) is that control would be executed by .Net Framework 2.0 along the other controls. Now the question is how to redirect the execution of that control to .Net Framework 1.1 Bijan The reason behind this is that there can be only one version of the CLR in a Windows process. Since you've created a VS 2005 project, that will load v2.0 of the CLR (since v1.1 won't understand how to read the v2.0 assemblies). Once t ...Show All
Windows Live Developer Forums Sample: MSN AddIn - Outlook Calendar
Description A simple msn live addin that will integrate with Outlook Calendar. Set it up so that it's enabled when my status is anything other than "online" or "appear offline". Now when someone sends you a message the addin will check outlook to see if you currently have any appointments and reply with something like this: [15:33] dan (work): Auto-Response: I am currently in a meeting (test) scheduled to end at 4:00 PM If no appointments are found no reply is sent. The addin also keeps an internal list of users that it has replied to so that it doesn't send out the same info more than once to each person. This list is ...Show All
Visual C# How to connect C# to SQL Server database
hi there, I'm working with device that can read data from smartcard. I using C# to display the data successfully now what I want to do is to save the data to my database in SQL Server 2005.Now the problem is did database I build in C# automatically register in SQL Server 2005 Can I access the database from SQL Server Management Studio Express Can I used the data for my web database I'm trying to build database using EMS SQL Manager for SQl Server but when I trying to select SQL Server Authentication I need to login login using sa but I don't know the password. Using Windows Authentication or SQL Server Authentication better I need held for ...Show All
SQL Server Reporting Services HTTP 401 Unauthorized Error
I have IIS 6.0 on Windows 2003 spk 1 configured for digest authentication. Using a bland test html document, I can authenticate via IIS using my domain credentials to the html document. I then attempt to access the report manager folder document and get HTTP 401 unauthorized as a message. Not sure what I have to do to the reporting service piece to have it allow digest authentication I think this link has what you are looking for: http://msdn2.microsoft.com/en-us/library/ms157198.aspx ...Show All
Visual Studio Team System User authorizations
I would like to get the list of PROJECTS of which a user is READER, using the Team Foundation Webservices. How can I do Thanks. You can get the list of projects using the Common Structure Service web service, and check the permissions using the Groups and Security Service. Check the SDK for details. ...Show All
Visual C# Fastest DB Connection
I'm writing a C# app that is basically connecting to 2 databases, and updating the both of them. I'm currently using this string to connect to my SQL Server: Provider=sqloledb;Data Source=(local);Initial Catalog=MLSDataExchange;User ID=sa;Password= I think that there must be a much faster way to connect, but since I am so new to C#, I'm not sure what that way is. Is there a faster string that anyone would suggest I use Also, what would be the best string for an Access DB Thanks in advance, Russ The only time you would notice a different in performance and speed in relation to connecting a ...Show All
SQL Server Remote execution of package via dtexec and "Access Denied"
I am finishing a port of a project that was done with RS2000/AS2000/DTS2000. The cube process is triggered remotely by a Korn Shell script from Services for Unix that runs a DTS package: dtsrun.exe /S "$ANALYSIS_SERVICES_HOST" /U "$ANALYSIS_SERVICES_USER" /P "$ANALYSIS_SERVICES_PASSWORD" /N "$PACKAGE_NAME" I have finished porting the AS and RS parts to their 2005 equivalents and now I am trying to get the cube processing converted. I have built a SSIS package that processes the cube and I have deployed it to the SQL Server in MSDB. When I am logged on to the SQL Server box directly, I can execut ...Show All
.NET Development PropertyBinding and Settings classes
When using .settings files and their generated Settings classes in VS2005 Beta2, the settings are available for PropertyBinding to a control's properties in the form designer. We have built our own Settings classes (i.e. no .settings files) and they work fine except they are not available for PropertyBinding in the form designer. How do we make our custom Settings classes compatible with the PropertyBinding mechanism Thanks in advance... The settings that are available for property bindings in the form designer are found by looking in the .settings files in the project, so you will not be able to see y ...Show All
Windows Forms In Beta2 webbrowser control howto: webbrowser1.securitylevel = ...restricted
How does one set the beta2 or later webbrowser control so that no javascript will run when html is interpreted I see howtos saying webbrowser1.securitylevel = ...restricted, but: that property seems gone in beta2... Any ideas appreciated. ...Show All
Visual C++ Menu Problem.
Hello Everyone, At runtime, i am changing the text of my menus. for that i m using ModifyMenu method CMenu class, but there are some menus which are disable also get enables. i want them to be disable only. Any Clue how to do this This forum is for general C++/IDE issues. The MSDN Discussion groups is a more appropriate place for this question. There is one specific to UI programming: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US OTP ...Show All
