SpeBeeTo's Q&A profile
Smart Device Development "No such interface supported"
I recently received and installed Visual Studio 2005. When I create an empty Pocket Pc 2003 (or Windows Mobile 5.0) application and try to deploy it, I get a messagebox that says "No such interface supported". The actual .exe is there and I can copy it and run it on the device.. but it seems that the communication layer between visual studio and the device is broken. I get the same error if I try to deply the application to the emulator. Ive tried uninstalling and re-installing ad naseum with no success. please help! Taha I have posted this on the smartdevice forum but no one has replied there and I thought I ...Show All
Visual Basic Hidding a Datagrid Column
Hi everyone... Im trying to hide a column displayed on a datagrid. Since Im using tablestyle, to hide the column I specifiy the gridcolumnstyles(i).widrh =0, the column does shrink, but part of the data in the cell x (column to hide) overlaps the data in x-1 (1 column before), and the data cant be read properly. Can anyone help me Thnks, JP The tablestyle will only show columns added to it. Basically if you do not want to show a column do not add it to the tablestyle. ...Show All
.NET Development xpath won't give back xml-node when attribute is added
Hello I have the following xml-document < xml version = " 1.0 " encoding = " utf-8 " > < DIDL xmlns = " urn:mpeg:mpeg21:2002:02-DIDL-NS " xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " > < Item > < Descriptor > < Statement mimeType = " text/xml " > <SomeXML/> </ Statement > </ Descriptor > </ Item > </ DIDL > in the XmlNode node. When I ns = new XmlNamespaceManager ( new NameTable ()); ns.AddNamespace( "mpeg7" , "urn:mpeg:mpeg7:schema:2001" ); // used in SomeXml ns.AddNamespace( "didl" , "urn:mpeg:mpeg21:2002:02-DIDL-NS" ...Show All
Visual C++ _beginthread() issues...
I am having trouble sending parameters to a thread via the _beginthread(void(*)(void*),unsigned int,void *); call. I just want to send a single integer... this is how I do it now: void main(){ int x; _beginthread(threadMain,NULL,x); } void threadMain(void* x){ //blah }; I have tried every form of casting that I can think of, in both the parameter sent and the parameter received. Hi, I think if you try like below, it should work out for you. void main(){ int x=100; _beginthread(threadMain,NULL,&x); } void threadMain( void * x) { int y = *( ...Show All
Smart Device Development Serializing object in smart devices
HI, I am working on a project that need transfeering of objects from the pocket PC to the PC. As i know, the best way for doing this is to serialize the object into an array of bytes and transfeer it, but i found that this kind of serialization is not suported in smart devices. what could i do thank you in advance XML serialization is supported on NETCF V2, you can use that: http://www.eggheadcafe.com/articles/system.xml.xmlserialization.asp Or you could implement custom serialization on your specific objects. You can also use Web Services to transfer data, that would take care of serialization even on NETCF V1. ...Show All
.NET Development Code conversion: asp VB ->asp.net 2.0 C#
i created the following code for my classic asp page that i want to port to asp.net: Set MasterXML = Server.CreateObject("Microsoft.XMLDOM") MasterXML.async = False MasterXML.Load(xmlFile) Set xsl = Server.CreateObject("Microsoft.XMLDOM") xsl.async = False xsl.validateOnParse="false" xsl.load(xslFile) Response.Write (MasterXML.transformNode(xsl)) how would i realize this in asp.net2.0 using C# why xmlDoc.DocumentElement not xmlDoc good question, and that did solve the problem! thanks! ...Show All
.NET Development consume coldfusion web service in asp.net
Hi I need consume a coldfusion web service in asp.net. anyone has done this before a code sample will be a great help! thanks in advance! That's correct. The WSDL file describes everything about the web service, location, protocols supported, methods, types, etc. As long as the cold fusion web service exposes a WSDL file then your .NET client can add a web reference (alternatively you could use wsdl.exe tool) to this WSDL file, to build a proxy class, and then from your .NET application you can invoke the web service just like any other classes. Post a reply if you run into any problem ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Software pattern for sequence handling
Hello, can someone give me some pointers on where to find a good software pattern for structuring playback of predefined animation sequences (or any event that I would like to take place) in games The animations/events should be played back in structured order with exact timing. I have a set of animations that have a specified starttime, I need to take into account two types of animations; animations that are stored in .x files and animations that are stored in my own proprietary format, which is just a series of elements containing position, orientation and time (in millisecs), my own format is meant to be applied to a mesh to make it move ...Show All
Visual Studio Express Editions CreateUserWizard - how to get missing field error message to show?
Hi all, I am configuring the CreateUserWizard and although there is default text in place (such as for UserNameRequiredErrorMessage), if the user hits "create" and leaves that field empty, all the wizard does is put a red star to the right of that field. It never shows the default text ("User name is required"). I've been all over this thing and don't see a way to change this behavior. Am I missing something obvious Thanks in advance for the help Trying to read between the lines it looks like you are using the membership system that is used in the Visual Web Developer system. Y ...Show All
Visual C# adding Favorites Functionality from IE to a Form??
What needs to be done to add "Favorites" Functionality to a Form like in Internet Explorer I'm not sure what needs to be done to get that kind of Functionality in my Project.. Thxs for the Help in Advance.. Well, does your app show HTML pages If not, what sort of 'favourites' do you want to show. At the core level, whatever you want to browse to, you need to store it's name, and some associated data that allows you to complete the request, probably as an XML file. ...Show All
.NET Development xmldocument class
can you use the xmldocument class to create a xml document from scratch, or do you first need to use xmlwriter to create the file You can create a XmlDocument from the scratch. Use the Create methods to create XmlNodes and use the Append method to append the XmlNode to you document. Here is a little example: XmlDocument doc = new XmlDocument(); XmlElement myElement = doc.CreateElement( "MyElement" ); XmlAttribute myAttribute = doc.CreateAttribute( "MyAttribute" ); myElement.Attributes.Append( myAttribute ); doc.AppendChild( myElement ); doc.Save( "c:\\test.xml" ); ...Show All
Visual Studio Express Editions Graphic Help
Where do I go to start making simple graphics I have never programmed before and I want to make a simple TicTacToe game if someone can give me some directions to make one it would really help me out. Am new to programming and I have made many small programs but never worked with graphics I will try looking it up in Help like you said. Thanks ...Show All
Visual C++ C Program. Desperately seeking help.
This is a C program. In the program, I open the letter_u.ic, then zoom it twice. Then I'm suppose to save it into a packed file. The thing is I can't get it to save properly into an array and when it's opened, the letter icon comes out garbage. Also could someone tell me how I could create a new icon by manually drawing I am suppose to draw a 8 by 5 arrow icon. Can someone please help me And if can do some explanation Really appreciate any help. Thanks in advance. ============================================================== #include <stdio.h> #include <stdbool.h> #define MAXSIZE 512 /* the size limit f ...Show All
SQL Server How do you export SQL 2005 Maintenance Plans?
I am in SQL management studio right now and I have created a maintenance plan. However I see no way of exporting that maintenance plan so I can install it on another SQL 2005 server. I would normally expect to right click on my maintenace plan and have the ability to import or export, that feature is not there. Infact I have found that there are a lot of features missing from management studio, in general it lacks a lot of the right click functionality that use to be in enterprise manager which is a shame, it saved a lot of time. Is there some place to script this maintenance plan Is this possible ! ! ...Show All
SQL Server Connecting Sql Server 2005 from ASP?
Hi We are planning to move over to SQL Server 2005 in near future. At the moment Website is on a seperate server then the Database. OS for both the server is Window 2003 and currently our data is on SQL Server 2000(on which everything works fine). Part of the testing process we tried to connect our website on SQL 2005 and it does not work at all. I get this ---------------------------------------------------------------- ADODB.Connection error '800a0e7a' Provider cannot be found. It may not be properly installed. When i use following connection string "Provider=SQLNCLI;Server=127.0.0.1;Database=dbName;UID=UserName;PWD=Us ...Show All
