sjbates101's Q&A profile
Smart Device Development Handling Sliding Keyboard + Some ARM Assembly decoding
Hi, Apologies in advance if this may be off topic, but i think it is an interesting and challenging issue related to WM device programming ( besides, no one has been able to assist of yet in other news group ). My device has a sliding keyboard...when that keyboard is slid open on the WM2005 Today screen, the keyboards enters a "num lock" state. This is where some overloaded keys that act as the phone dial-pad ONLY output numbers, not characters. i'd like to disable this so that the keyboard functions normally on the today screen when my today item has focus and the keyboard is slid open...this way i can accept chara ...Show All
Visual C++ VC++ Debugging - skip standard library code?
While stepping through my code in the debugger, can I automatically skip over STL (and other standard library) code If so, how I believe F10 makes you step over any function calls and F11 makes you step into the calls. Thanks, Ayman Shoukry VC++ Team ...Show All
Windows Forms Windows Forms autotab
In Windows Forms is there an autotab capability It existed in MFC where when typing into an Edit control (textBox), once the max number of characters for the control was exceeded, the focus went to the next control and the characters were entered there. I often see the feature while typing Microsoft serial numbers during software installations. ...Show All
Visual C++ How to Copy form CDC dcMem1 to CDC dcMem2?
Hi! I defined a public CDC member(dcMem1) and I Have 2 Function that must used this member.but when I compiled show this error : Debug Assertion Failed! what should I do I think that must to define another member(dcMem2) and Copy from dcMem1 to dcMem2! is this allRight (maybe I'm stupid) It's not clear to me what you're trying to do, but a public CDC as a member variable seems like a bad idea to me. What does it contain What's the debug assertation What line in the MFC source code is creating the ASSERT ...Show All
Visual Basic PLEASE HELP - Can't Deploy Interop.Excel.DLL
PLEASE HELP. I've developed a vb.net app which works great on my dev machine, both within the IDE and as a compiled executable. But when I deploy it to a user workstation, I receive the following: Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. Could not load file or assembly ‘Microsoft Office Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of its dependencies. The system cannon find the file specified. NOTE that I have included the COM re ...Show All
Visual Studio Team System Report builder model missing
When I start report builder from the project portal, it shows the following message: No Report Builder models are available. To use Report Builder, at least one model must be published to the report server, and the appropriate permissions assigned to it. What is a model and how do I upload it in Report builder Hi, I have the same issue too. Did anyone get this to work Thank you for the assistance, Thom ...Show All
SQL Server SQL Locking up
Posted - 12/25/2005 : 10:54:44 My ADO based C++ application works fine for sometimes 15+hrs just fine. Im using SQL 2000. All of a sudden I dont know what happens all update operatins and insert operations start failing with 80040e31, timeout expired errors. It seems as though the whole database is locked up. And after 1hr or sometime 2 hrs everything is back to normal without any intervention. if i intervene and i stop all my app services. i run sp_who and there are no connections to the database. I restart my application services and still have those 80040e31 errors come up ...Show All
SQL Server Can't get SQL Manager to connect to server instance SQLEXPRESS
I installed SQL Server Express and SQL Server manager, then tried to start manager. SQL Service is running, but SQL Manager attempt to connect to SQL Server instance times-out even though I correctly identify instance as SQLEXPRESS Everything seems to be normal - both SQL Server and Manager are on a single Windows XP home machine. Any suggestions. Thanks Hi, There are only two datatypes that could handle date and time values in sqlserver. These are DateTime and SmallDateTime . Both of these types cold not handle data between 1/1/0001 to 31/12/9999. But you can store these dates as a varchar and just pa ...Show All
SQL Server Memory Error
After modifying a dimension, I got this message browsing my cube. Does anybody know what it means There is no error during the deployment .... ------------------------------------------------------------------------------------------------------------------------- The query could not be processed: o Memory error: While attempting to store a string, a string was found that was larger than the page size selected. The operation cannot be completed. ---------------------------------------------------------------------------------------------------- Regards Ayzan Try re- ...Show All
SQL Server Problems installing SQL Server 2005 SP 1
SQL Server installation fails with the message: "A recently applied update, KB913090 failed to install" The last executed task was: Integration Service The last installation message was: Checking for lock files via Windows installer sqlrun_tolls.msp It's not immediately obvious what went wrong. Please post a description of your configuration and a link to your SQL Server install logs. Thanks, Paul ...Show All
Visual Studio Team System Load testing in 1.x .Net application
Hi, I would like to apply load testing in 1.1 .net application, for that i am thinking to convert the existing application into .net 2.0. So after converstion, i will do the load and web testing for checking the performance of the Application. but i have one doubt that in 2.0 framework i can't find out the exact performance of the Application.Is it so please suggest me how can i proceed for checking the performance of the 1.1 application. Regards, Amol Puri. You can use the loadtesting tool to load test a 1.1 asp.net app. There is not need to convert to a 2.0 app just to load test. Why do y ...Show All
Windows Forms nudge like MSN Messenger
Hi I try to make form nudge like MSN Messenger by this code in vb.net Me .Top = Me .DesktopLocation.Y - 6 Thread.Sleep(30) Me .Top = Me .DesktopLocation.Y + 6 Thread.Sleep(30) Me .Left = Me .DesktopLocation.X + 6 Thread.Sleep(30) Me .Left = Me .DesktopLocation.X - 6 Thread.Sleep(30) ...Show All
Visual Studio Visual Studio 2005 Remote Debugger (Windows Service)
Greetings, I have now worked for several hours in order to resolve a problem we are having in our development team. We have a Windows 2003 server (all patches applied) and multiple XP clients (all patches applied). We are running a mixture of VS 2005 Team System and Professional, and we can all debug, if we are using the method, where we log on the server w. TS and start the Remote Debugger "host" application. However, this solution is not good, as we do not attend to run Termin Server, which means, that only two persons can be on the server simoultaonisly. I then set the Remote Debugger up as a Windows Service, with ...Show All
Visual Studio Tools for Office Proxy Remote Object?
Dears, I have a class file containing the following code: Excel.Worksheet wsActive = (Excel.Worksheet)Globals.ThisWorkbook.ActiveSheet; ((Excel.Range)wsActive.Cells[1, 1]).Value2 = "Test"; I can retrieve the ActiveSheet object successfully (because I can get the ActiveCell location from the ActiveSheet object), however, I can't assign a value to the worksheet. ERROR : ((Excel.Range)wsActive.Cells[1, 1]) Cannot obtain fields or call methods on the instance of type 'Microsoft.Office.Interop.Excel._Worksheet' because it is a proxy to a remote object. Microsoft.Office.Interop.Excel.Range Is there anything missed Thanks, ...Show All
Visual Studio 2008 (Pre-release) XmlDataProvider error in XAML
Hi. I'm trying to bind to some XML in an XmlDataProvider, defined declaratively in the XML thus: <XmlDataProvider x:Key="ImageData"> <data xmlns="" > <text>TEXT</text> </data> </XmlDataProvider> Cider's giving me an warning, saying the XML elements within the data provider are invalid child elements, and if I switch to design view I get an 'Error reading the designer file' message. If I take out the <data>...</data> XML, leaving the data p ...Show All
