DueyDooDah's Q&A profile
Smart Device Development Accessing Pocket Outlook Categories
Where has the Categories Database gone I'm currently porting some old Pocket PC 2002 code to Windows Mobile 5, but have run into problems. The code accesses Pocket Outlook primarily through the POOM API, but several functions that cannot be acheived via POOM are implemented by accessing the relevant databases directly via WinCE's RAPI. It appears that the databases in which Pocket Outlook stores information have both changed and completely gon ...Show All
.NET Development Using .Net Framework 1.1 & 2 in the same assembly.
Let's assume that you have a control developed by VS2003 (.Net Framework 1.1) and you want to use it in a VS2005 project (.Net Framework 2.0 beta 2). What would happen (the default behavior) is that control would be executed by .Net Framework 2.0 along the other controls. Now the question is how to redirect the execution of that control to .Net Framework 1.1 Bijan The reason behind this is that there can be on ...Show All
SQL Server Interactive sort doesn't work for multiple sub-reports
I have a report, which contains two nearly identical sub reports. In the IDE, when I test the containing report, each of the sub-reports works fine, in particular, the interactive sort feature works for both. When I deploy the reports to the test server (desktop running Windows XP, SQL Server 2005 Developer’s Edition, and SQL Reporting Services 2005, reports are served as web pages), the interactive sort feature seems to work only for one of th ...Show All
SQL Server Object Explorer/Server Explorer Error
I have just installed the released VS2005 as well as the released SQL2005. When ever I try to browse my SQL Server with either the Object Explorer in MS SQL Server Management Studio or the Server Explorer in VS2005 I get the following error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM componen ...Show All
Visual Studio Express Editions Connecting to access mdb file problem.
I am having some trouble connecting to my Access Database from Visual Studio Express 2005. I can add a connection if it is a sql database, but when i change the Datasource to the access option and hit ok i get a window that allows me to change my Connection string, and thats it. If i cancel it exits the wizard. Also the only data provider i have is .net framework provider for ole db. Should i have a second provider The other softw ...Show All
Visual Studio Team System Assert.AreEqual for image comparison
I am writing unit tests and need to compare a base image to the output image that my test generates. Do any of the assert methods support image comparison Thanks If the Image object overrides it's base .Equals implementation, then that is what will be called. If it does, it won't. In that case, you'll have to compare the image objects yourself. I'd suggest you store you base line as a bitmap so as not to worry about compression and ...Show All
Windows Forms highlighting the word
hello, i want to highlight the found word in the RTB in C#. suppose if i entered the word that is to be found as "ext" then it should highlight the words that has the present of these characters in the rich text box. i am able to highlight only the whole word but i also want to highlight the words that contain those strings. plz help me. By RTB, I assume you mean RichTextBox; and ...Show All
Windows Forms Code for adding new entry to Access DB not working (Vb6 to Vb.Net 2005)
Ok, I know I'm posting lots of questions, but I really figured this code would work, or be easy to hack around and get to work, as loading the information successfully was relatively simple to convert from Legacy to .NET. Dim rs As ADODB.Recordset Dim com As Object Dim dbPath As String   ...Show All
Visual Basic VB NET 2003: Esportare il contenuto di una listbox in un file
Salve a tutti. ho un problema. sto sviluppando un software per pocket pc e dovrei esportare il contenuto di una listbox in file (il comando che inserisco funziona perfettamente in un'applicazione windows) ma il comando che inserisco mi crea il file vuoto, ed una volta creato tale file dovrei inviarlo tramite email come allegato. Mi potete aiutare Sono mesi che ci lavoro e mi manca poco per finirlo sto impazzendo. Grazie ...Show All
Visual C# web site administration tools
Hi all. I'm executing a Microsoft walkthrough to configure my web site with login control. It says to open web site administration tools (OK, current user:MyGroup\MyHost). Click on security tag (ok)...then choose... But at this point i have nothing in Security tag: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the ...Show All
Visual Studio Visual Studio SDK Tech Preview Now Available
For the details, see Allen's blog post . ^bump^ please respond i have a project that i want to release to the public. ...Show All
Visual Studio Team System Design Specifications Diagrams
What is that language used to draw that diagrams found at "Wss\General Documents\Design Specifications" What is the meaning of that connectors box with circles, circle with circles, empty circles, full circles Think I got the overall idea, but I'm confused about that different types of shape connectors... Regrads, Max Hi Max, David Anderson wo ...Show All
.NET Development Can WSE, DIME be used in a non web application
Hi, We are currently using WSE DIME to upload and download documents over the web. We have another application which is a "WIndows Service" application (its non a Web application). We would like to use WSE, DIME (for basically streaming the content) in this non Web application also. Is it possible This Windows Service application is a normal DLL which takes the id of a document from a database and is supposed to download that document from a st ...Show All
Windows Forms Datagrid select
I have two forms - Form1 has a datagrid Form2 has textboxes that will have the values based on the row of the datagrid I chose. How do I allow selection of the row in the datagrid and pass the ID selected to the next form ...Show All
.NET Development Start IE with results of WebRequest
Given certain WebResponse data returned from a WebRequest, we would like to start an IE instance using SHDocVw.InternetExplorer. It's understood how to make the request and start the IE instance. But what is not clear is what all do we need to set on an InternetExplorer instance in order to get establish it's state "as if" it had made the request via the Navigate method Just setting the InternetExplorer.Document.body content and/or ...Show All
