aaronkool29's Q&A profile
Smart Device Development Removing Predictive Text on a Device
Hi all, I have written a Windows application for the QTEK device (CF1.0) and on the TextBoxes in my application my users are getting predictive text. Is there anyway I can stop the device from doing this Thanks Tryst Hi Aarthi, so is this snippit enough to satisfy my needs, or do I need to make use of all the code in the Solution Tryst ...Show All
SQL Server Changing MOLAP dimensions to ROLAP
I have a working SSAS 2005 cube running against a small SS2005 database and successfully deployed so that it can be seen across the internet, and Excel 2002 or 2003 with the correct OLEDB provider installed can view the cube in a pivot table. I want to be able to demonstrate that the cube dynamically updates when the underlying data changes. I have therefore changed the measure partition to ROLAP, and now realise that I need to change the ...Show All
Software Development for Windows Vista hosting Workflow - webApplication
Tell me the best approach for hosting workflow in web environment where we will be having no of users. Hi Ravi, No users. Really There's a sample for hosting a workflow in a web environment here . Cheers, Paul ...Show All
Visual C++ Running an .exe file compiled in VC++ 2005 on a different computer
Hello, I've got a question regarding how to run a program compiled using VC++ 2005 on a different computer. Although I have seen the thread by suda5181 and the answer by RonaldLaeremans (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=23371), I can't find the redistribution pack for the current Visual C++. I have found a page with the Redistribution pack for Visual C++ 6.0 (http://msdn.microsoft.com/library/default.asp url=/library/en- ...Show All
SQL Server SSIS Access from SQL Server Management Studio
I am trying to develop a package using SSIS to get rid of Informatica. But I am not able to connect to the SSIS from the SQL Server Management Studio. The error message is 'Connect to SSIS Service on machine XXXXX failed: Access denied'. I am using Windows authentication and I am in the DTSADMIN role. I have 'dbo' privileges in all the databases in the Server where the SSIS Service is running (Yes, I checked and the SSIS Service is running). ...Show All
Software Development for Windows Vista Lost in a while loop!
Please help me, I'm lost in a while loop! I have a basic workflow I am designing. It is designed to send an email to a person, and then wait for some time before checking a database. If the database has been updated, the while loop ends. Otherwise, it sends the email to a different person. My problem is with the SendEmail activity posted on the workflows site. Specifically ...Show All
Visual Studio VSTA Licensing
Any news yet on Visual Studio 2005 Tools for Applications licensing I want to use it in a project underway shortly and it would be nice to know if it fits the pricing model for my application first (and my budget). Thanks Damien There was a blog posting about this shortly after your post. See http://blogs.msdn.com/vsta/archive/2006/02/03/524676.aspx for more information. Craig ...Show All
Visual C++ Win32 under DLLs?
I'm fairly new to DLL building and have what I'm sure is a dumb question, but I can't seem to find a solution anywhere: I've dynamically linked to the DLL, the test calling program has no complaints and both tester and DLL compile cleanly. However, as soon as I hit a Win32 call in the DLL the program GPFs. It doesn't seem to matter which Win32 function I call - the call itself is resolving to an access violation. I've looked at the address ...Show All
Visual C# Thread Safe Access to DateTime
Hello all ... I'm working on a class to return the current date. It is a bit more complex than the following code due to managing cultures, but below is the basic idea. My question is: how can I ensure the execution of the get property is thread-safe, without single-threading my application My understanding from the doc that is that I need to be thread safe when using DateTime. I was thinking that lock would be too restrictive and w ...Show All
SQL Server Sql server CONNECTION STRING...
Hi all, I am trying to make a connection string for the SQL SERVER..in all the sites i m getting To connect to SQL Server running on a remote computer (via an IP address) oConn.Open "Provider=sqloledb;" & _ "Network Library=DBMSSOCN;" & _ "Data Source=xxx.xxx.xxx.xxx,1433;" & _ "Initial Catalog=myDatabaseName;" & _ "User ID=myUsername;" & _ "Password=myPassword" but i cant understand where should i write this in the QUERY W ...Show All
SQL Server Code Completion of SQL Statements in 2005
Will the new tools for SQL 2005 give us code completion of SQL Statements, e.g. if I type the following sql USE pubs GO SELECT pub. FROM publishers AS pub When I type the "pub." will I see a list of the available columns in the publishers table. This type of feature has been available in TOAD for years and years, will SQL Server programmer finally get this in the 2005 release. Cheers, Colin ...Show All
Visual C# Digital signature
Hi all, I'm looking for materials and links about digital signatures. Also tutorials dealing with this topic. Please help... Although not written in C# (it's written in cross-platform compatible C), it would probably be worthwhile to look at the source code and docs for Gnu Privacy Guard (GnuGP) , which is a free version of PGP. Years ago, PGP (Pretty Good Privacy) , developed by Phil Zimmerman,&nb ...Show All
Smart Device Development Smartphone tab order
Every time I make a Smartphone application in Visual Studio 2005 the tab order of the elements get in reverse order. The first textbox I add gets the highest tab order and the scrolling between elementes get reversed. The tab order property isn't available for Windows mobile devices and that means that I have to add all the elements "backwards". This is kind of annoying.... Are anyone else having the same problem Best regards ...Show All
Smart Device Development Non-graphical application showing a dialog box
I've created a C# Pocket PC non-graphical application designed to run in the background forever. Let's call it ShowReminder. Occasionally it needs to display some information to the user in a dialog box. To make the forms functionality available, I have simply added a using to my code: using System.Windows.Forms; The application runs fine - exactly how you would expect it to. The user presses OK to dismiss the dial ...Show All
SQL Server problem in using xp_cmdshell to run dts package
When I run "dtexec /f E:\Temp\SSIS1\SSIS1\Package.dtsx" in command window,it is no any problem. But if I run it with exec master..xp_cmdshell 'dtexec /f E:\Temp\SSIS1\SSIS1\Package.dtsx' in SQL2005 management studio,it show error as below. The SQL server run as Administrator now,but it run with LocalSystem before. Any suggestion Microsoft (R) SQL Server Execute Package Utility Version 9.00. ...Show All
