Code_Explorer's Q&A profile
Smart Device Development Controlling D-Pad in the Today Screen (C#)
hello, i'm very new to c++, but i'm getting there. i just need keywords as to where or for what i should be looking to make a program that would produce a mouseclick when the left button of the d-pad is clicked when i'm in the today screen. my device doesn't utilize the d-pad's right and left buttons when i'm in the today screen, so i thought that i could assign the left d-pad button to a mouseclick that would click on the start button. i'm usin ...Show All
SQL Server SQL2005 SP1 install messages
Hi After SP1 install completes successfully, I checked the log file and next to all the products it shows "Not Applied" yet it seems to have worked. Can I ignore these messages Cheers If you are looking at the log files in the product folders, then yes this is expected since it was a snapshot in time. You should see in the log file at the highest level (root of %windir%\hotfix) the final status... We are cleaning this up ...Show All
SQL Server How to convert DT_DBTIMESTAMP to Int
I have an int column in table and need to convert DT_DBTIMESTAMP column to int in Conditional_Split transformation editor. SPOL_ProcessDate > CAST ( CONVERT ( varchar , DATEADD ( day , 5 , GETDATE ()), 112 ) AS int ); Does any know how to convert this is Conditional_Split transformation Thanks in advance. How about: SPOL_ProcessDate > (YEAR(GETDATE()) * 10000) + (MONTH(GETDA ...Show All
Visual Studio Tools for Office How to get/calculate the character width in MS Word?
BEFORE a lot of text strings are written to a Word file using Office Automation, I need to know the width of each string. Is there any way to do it Please note that office automation cannot be used, because the Word file is NOT available yet. Thanks. It's not really a VSTO related question, but besides that I think you are not in a position where you can determine the width of the string before knowi ...Show All
Game Technologies: DirectX, XNA, XACT, etc. .X and multi uvs and texture layers.
I have been using the Microsoft .X exporter for 3d Max and notice that it still doesnt support multiple uvs or multiple texture layers. This is very irritating for me and countless others. There are .X exporters made by third parties which support multiple uv sets, but not multiple texture layers per mesh. I have read that this is all because of X file limitations. My question is when will the Direct X 3d forma ...Show All
SQL Server Raw File Destination Create Always error
Hello, I'm having issues with the Raw File Destination and using Create Once/Create Always. First problem we have is that if we have WriteOption="Create Once" when the file is already present then we get a design-time validation error: "Error occurred because the output file already exists and the WriteOption is set to Create Once". To me that doesn't seem right - why should the fact that the file already exists be a problem - it doesn't matter ...Show All
Windows Forms VS2005 IDE changes to component model breaks my code.
I use component model services quite a bit, and require a custom container in windows forms and components but still like the ability to drag and drop custom components in design time, which can access each other during both design time and run time. Although I attempted a different method in my code a short piece of code below illustrates the problem I am facing in the new Visual Stuido If I replace the following line: private System. ...Show All
Visual Studio Team System Report "Remaining Work" does not show all Work Items
Hi everybody, we are using Beta 3 Refresh for controlling our project. Now i got a problem with the "Remaining Work" Report. Our current iteration (started today) has 92 Work Items (80 Tasks and 12 Features (our new own Work Item Type). Every of this Work Items is assigned to the Iteration Path OurProject\Release 2\Iteration 8. When I run the report "Remaining Work" with the following parameters the report just ...Show All
Windows Forms opacity in vb2005
Hello All, I'd like to ask whether is that possible to set the form's opacity different then the controls on it I mean i got a form called main and a listbox on it called listbox1. the forms opacity is set to 80% so the control's is also 80% but i want the control to have 100% opacity (not to be opaque). Is this possible and if it is, how thank you; This is not possible with the way that the opacity is implemented in the .NET Framework. In ...Show All
Visual Studio Express Editions accessing processes running in the remote machine
hi i need help.. is there any possibility to retrive a process information which is running in the remote machine is there any possibility to run a process (application) in the remote machine is there any possibilty to calculate the load of CPU whren a process running in a machine rely as soon as possible... it very urgent Hi, The below link should be the one you are looking for.Hope this resolves some of your problem ...Show All
SQL Server Unable to connect to Developer Edition
I am having difficulties connecting to a named-instance of SQL2K5 Developer Edition running along side a default instance of SQL2K, from another machine. - workgroup member, non-domain - running on XP - domain clients trying to connect: Win2003 Server/SQL2005Ent machine, XP with SQL2K and SQK2K5 client utilities I haven't been able to find documentation on limitations of Dev Edition that could cause this problem. Any ideas ...Show All
Microsoft ISV Community Center Forums got it!
How do I insert the Grouping Separator in my HTML code for the body of an Outlook message so that there is a comma, "," every three digits, like in 1,234,567 The following code produces a table where the numbers are not formatted as required: .HTMLBody = "<HTML><BODY><B>" & side & Sheet2.Cells(14, 14) & "</b><br></br> " & _ "<UL><TABLE bo ...Show All
SQL Server Cannot connect to Database in Server Management Studio
I currently can't connecto to my database in SQL Server 2005 (enterprise) but as soon as I try to use any functions, I get cryptic errors found below. I am about to pull my hair out. Everything was working fine for around 4 days and now everything just blows up. I've tried using both sql authentification and also windows: Errors I'm getting (print screens): http: / / www. photopizzaz. biz/ junk/ sqlserver_ 2005_ errors_ ...Show All
Windows Forms How to Unselect item of ListBox?
Hi, My Window Form ListBox lbxQuyen with SelectionMode MultiExtended. I use the following code to unselect all Item in ListBox, for(int k=0;k<lbxQuyen.Items.Count;k++) { this.lbxQuyen.SetSelected(k,false); } But this code not run well. When I debug this, lbxQuyen.GetSe ...Show All
Smart Device Development LNK2019 errors
I'm trying to convert a large eVC4 project to VS2005 and am getting hundreds of linker errrors when the main project compiles. I have created small test app and test static lib projects to reproduce the issue: Here's the output: ------ Build started: Project: TestApp, Configuration: Debug Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------ Linking... Searching libraries Searching ..\test_lib\Windows Mobile 5.0 Pocket PC SDK (ARMV ...Show All
