CJDuva's Q&A profile
Smart Device Development Who has a PPC-6700 Sprint AudioVox Mobile 5 (Can I use GPS?)
I have the Sprint AudioVox PPC-6700 and I know that it has the built in GPS chipset but everywhere that I search I can not find out how to actually access the API. There are a few of the GPS API references throughout msdn & msdn2 but none have an actual walk through. It is very easy to access the phone API's and contact lists/appointments and whatnot but the GPS is not to be found. As far as the GPS is conserned one could argue that it isn't ment to be programmed or something but the fact is that in all documentation it says that e911 can use the gps and also applications that need your location (such as movie times or resteraunts ...Show All
SQL Server New Guy Question 2: SQL on-the-fly at package runtime?
Here I go again...thanks for your patience... I'm trying to create a single, all-purpose SSIS package that would move data from a source database table to a matching target database table. The requirement is to create the package such that the SQL statement used by SSIS could be supplied at runtime. This would allow a single package to be used for different SQL statements, representing different tables, rows and columns, etc. as needed. The data movement combinations are highly variable, so I'm hoping to find a flexible one-size-fits-all solution with a single package. I've looked at setting up a string variable for the SQL statement, and p ...Show All
Visual Basic Hi iv ben programing in vb5.0 and i would like to get vb6.0 can i?
Iv ben programing in vb5.0 for about 2 years and i would like to get vb6.0 but i cant find it. And i dont like .net because: 1 it's not as ez to use. 2 it will not work on windows 98se Dose any know ware or how i can get vb6.0 Thanks I have a working copy of Visual Studio 6 could sell ya cheap. No library though. I never used it anyhow. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Making Background for a 3D game
Hello guys, I'm making a 3D game...well with a static CAMERA view...it would be in SPACE...and there's no movement on Z buffer, though its 3D. But I would like to ask you for some suggestions how I should implement background stuff into this. Well, presently I am doing it like: I create a mesh(QUAD) in 3ds max and implement it into game as a sprite and set its Z position so it is further than other objects. But the problem is that I would like to have it USER-changeable - I mean...User can toggle between FullScreen/ windowed and switch resolutions and some other Dx stuff - so there is the problem. I suppose, it would be better ...Show All
Visual Studio Team System Task "WSS.WssPortal" failed exception while importing the process Template
I exported MSF Agile process template successfully at my local drive and then I tried to import the same . I got a import failure message with the following exception. Can anybody tell me that what may be the reason for that failure. Event Description: Task "WSS.WssPortal" failed Exception Type: System.Net.WebException Exception Message: The request failed with HTTP status 404: Not Found. WebException: Response Status Code: NotFound WebException: Response Status Message: Not Found WebException: Status : ProtocolError WebException : ToString() = System.Net.WebException: The request failed with HTTP status 404: Not Found. &nb ...Show All
Visual Studio Express Editions I may have found a way (Excel to Form Controls) but one problem...
I just coded a functionality in my program that with a click of a button pulls up Excel, takes all values as strings and populates the spreadsheet in a particular format, with column names, and even makes a line chart out of two column's data. This was pretty hard to find out how to do but after fits and starts it finally works great. My question now is... I'd like to go in the reverse direction - to open a particular spreadsheet (which will be created new daily and saved to a default folder; with studies of stock market picks, stocks, trade ideas and so on) and bring that data back into my form, back into the original place it came from, ...Show All
Visual C# Accessing a Windows Integrated SSL secure website using HTTPWebRequest and HTTPWebResponse
I am trying to access a web site that using Integrated Windows Authentication ONLY and SSL. Does anyone have an an example or a resource that details how to deal with the SSL when opening an HTTP request. You can check: www.mentalis.org, they have a free SSL implementation in C#. There is not SSL implemenation in .NET 1.x as far as i know. In .NET 2.x you can use the Secure Sockets. ...Show All
.NET Development Is Microsoft serious about serialization?
I've been working through a serialization model have been stumbling over many semingly simple serialization problems that lead me to believe that Microsoft is not serious about serialization. There does not appear to be a unified model or methodology to the serialization within .Net. For example, the latest problem I hit is that the System.Windows.Forms.Padding structure is not serializable. Why is it that Microsoft did not tag this seemingly simple structure with the Serializable attribute Is there some criteria Microsoft uses to decide what is serializable and what is not Another example is the inconsistency of the formatters. They are s ...Show All
SQL Server How to create ENDPOINT in Sql Server CTP Beta 2
I am learnig to create a endpoint in Sql Server 2005. I have create a simple SP to get a customer in Northwind. Then create a endpoint using HTTP. SP: CREATE PROCEDURE [db_accessadmin].[upGetCustomer] @CustId nchar(5) AS SELECT CustomerID,CompanyName,ContactName,ContactTitle,Address,City,PostalCode,Country,Phone,Fax FROM Customers WHERE CustomerId=@CustId ORDER by CompanyName,CustomerID,Country DESC Then, create the ENDPOINT script, USE [Northwind] GO CREATE ENDPOINT customer_endpoint STATE=STARTED AS HTTP ( PATH='/sql', AUTHENTICATION= (INTEGRATED), PORTS = (CLEAR), SITE = '*' ) ...Show All
Windows Forms TreeListViewItem Check
Hi, I am designing a page where I have two controls . One is TreeListView and one is listbox. I like to populate the listbox with the data from Database based on treelistview item selected. I want to click/check on one of the checkbox in TreeListView and that is used as input to fetch data from database. Now my problem is when i click on a checkbox in treelistView the treeLIstViewItem checked property is not set till the TreeLIstView is displayed again. So i can not read the checked item(s) and cannot use it to fetch data from Db for the listbox. I can see that next time i click on another item in treelistview the perviously selected/ checke ...Show All
SQL Server SQL Server 2005 can't be added Active Directory, but the documentation says it can.
Hi, I've installed SQL Server 2005 on Windows Server 2003 SP1 Standard Edition. Before I install SQL Server 2005, I've configured Windows to be an domain controller with Active Directory. As the documentation said that using Object Explorer and then selecting Properties, I have the property page of Server Properties. But I still can't find the Active Directory page. When I try to run the system stored procedure sp_ActiveDirectory_SCP, I can't either register or update. Is this an error or bug Using SQL Server 2000, I can easily add it to Active Directory. Now I can't do it in 2005 version. Please help! Eriawan ...Show All
.NET Development JIT Debugging VS2005 beta 2 on Windows Server 2003 X64
I installed the VS2005 Beta 2 on a fresh installation of Windows Server 2003 X64 and all is OK apart from JIT debugging. Even DebugBreak() just kills the application. Native JIT is enabled in VS 2005 debugger options. Any ideas Thanks Yes, that works for me as well. I can only assume that there is some kind of security setting that is preventing my app tripping the JIT Debugger. It is running as a child of an ISAPI extension running in its own IIS Application Pool. Neither the Application Pool or the child will do the DebugBreak yet the ID they are both running under is a member of Administrators. I h ...Show All
Software Development for Windows Vista Problems building samples from Platform SDK
I have installed the "Microsoft Platform SDK" and followed Brian Johnson's instructions ( http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx ) to enable it to be used with "Visual C++ 2005 Express Beta 2", successfully (hooray!). I then wanted to build some of the samples in the SDK. I first tried building in the command line for "Microsoft Visual C++ Toolkit 2003" (which I had previously downloaded), and received linker errors mentioning "cannot open file LIBCMTD.lib". I tried building in the command line for the "... Beta 2" and got a dialog box saying that the file Hcrtf could not be found. I then went back to trying to ...Show All
Visual Studio Sub Reports open when clicked on
Hi, I have been making a VB .NET 2003 app that opens a crystal report with a sub report in it. I noticed if the user clicks on the sub report that it opens in a new tab in the crystalreportviewer. How can I stop this behavior I want the report to only be available as a whole. Thanks in advance. In the viewer DrillDownSubreport events handle that events like e.Handled = True Hope this helps ...Show All
Visual Studio Tools for Office Deployment a Word Solution with actions pane
Hello: I already read the post previous by Shafraz: I've created an setup project within my VSTO solution which I've used to install the solution on several machines. I've also created an msi that updates the security on the individual machines. However, the actionspane does not open when the solution is opened after installation. When I manually open it using Templates/Add-in tools option, it just opens a blank Document Actions pane. Any suggestions i managed to work it out. i wasn't trusting the assemblies properly :\ all sorted now. I already generate setup with tutorial Deploying Visual Studio 2005 Tools for Office ...Show All
