TypeON's Q&A profile
Windows Search Technologies Indexing Business Contact Manager
Will WDS (any version) index entries in the Outlook Business Contact Manager I'm guessing not, since I searched for a name and couldn't find it using WDS but found it immediately using Outlook's built in search feature. If WDS doesn't have that functionality, any plans on adding it in the future Hi R. Nargang, WDS does index entries in Outlook Contacts. Here are some things to try: Make sure that Outlo ...Show All
Windows Search Technologies How do i find the calendar / appointments for a contact in code...
Hello Could some1 please help. Thanks a lot in advance. I am trying to create a query to return calendar and or appointments related to a given contact. I have gone through the sample wds code and in the QueryBuilder.cs file at the very bottom in the /// <summary> /// A list of PerceivedTypes that can be passed to ExecuteQuery(query, type filter) /// </summary> public struct TypeFilter { we have this public static s ...Show All
Visual Basic Add New Data Source for My SQL doesn't work
I have tried also installing and using the ODBC driver version 3.51 and the My SQL driver 3.1.8. None of these work. What do I have to do to add a new MY SQL data source Michael I was told by two different Microsoft employees that Visual Studio 2005 Express Edition was the right version of Visual Studio 2005 for me to use for all of my needs including access to ODBC and MySQL data. They emailed me a link with a comparison of a ...Show All
SQL Server Password Protected Excel File
Hi I'm in need of a bit of assitance here. Basically I am currently creating a SSIS package which works in principle with the exception of my data flow. On my data flow I am reading an excel file using the excel source, this works fine for a number of my examples but one of the excel files is password protected. This is throwing an error when I try to run the package. Does anyone know how to read a password protected ...Show All
Visual C# ActiveX Control with C#
Hello, i would develope an ActiveX Control in C# that i can use in a HTML Page...can anyone give me a tutorial link or sample code where the code works thanks for help I don't believe .NET has the ability to create an ActiveX control - you'll need to use some other language. You can consume ActiveX controls in .NET, or use .NET to create a user control. Mike ...Show All
Windows Forms Custom control with DataSource property
Hi, I have a custom control which has the DataSource property of type DataTable. I want to bind a table to it, so that when a record in the table is changed the new data will be displayed in the control. The DataTable class does not seem to have appropriate events which fire on datachange. Any suggestions on how do I detect a modification of the DataTable, or to bind the property of the control so that the change is transfered automatical ...Show All
.NET Development Could not able to create Web App Proj.
Hi, When I try to create new WebApp.(c#), I am getting the following error Visual Studio could not identify the version of ASP.net on the web server. the webserver reported the folowing error when attempting to create or open the web project located at the following URL:'http://localhost/WebApplication1'. 'HTTP/1.1 401 Access Denied'. Can any one help me on this. Thanks, Pradeep Nulu Hi Guys, I have the ...Show All
Visual Studio Team System Confused about licensing
I am finding the licensing scenario's for VSTS a little confusing. Here is the scenario I am trying to figure out: I have 15 .NET developers with MSDN Universal subscriptions and plan on adding 10 more over the next year. I would like at least one Team Suite and the remainder can upgrade to one of the appropriate versions (mostly developer or tester). So... What will the total cost be for developers and server over the next year Will the M ...Show All
Game Technologies: DirectX, XNA, XACT, etc. multiple object with different colors
i'm drawing 3 object, they are created from the same class so they are identical. i try to alter the color, so they have 3 different colors. the result is that the color of the first object is used for the other object aswell. this is some of the render function myGraph[ 0 ].GraphBorderColor = Color.Red; myGraph[ 1 ].GraphBorderColor = Color.Green; myGraph[ 2 ].GraphBorderColor = Color.Gray; for ( int i= 0 ;i< 3 ;i++) ...Show All
.NET Development customer orders
I am a recent graduate and a new hire. I have been asked to develop an application for a client that will have a web site and a customer order application. This order will be for a restaurant. The Web site is being hosted off site and will be sent to the location over the internet where our restaurant software resides. We will be getting credit card information, customer name, address, phone number and order detail. We will verify the credi ...Show All
.NET Development Explanation of exitContext parameter of WaitAll() in layman's terms?
Hi, I am rather new to threads, and I have recently made my threads working. But there are quite a few new concepts to learn, and I am struggling to understand the "exitContext" parameter of the System.Threading.WaitHandle.WaitAll() method. On http://msdn2.microsoft.com/en-us/library/27y100eh(d=ide).aspx I have read "Notes on Exiting the Context", but there are a few new concepts to me here: What is a context-bound clas ...Show All
Smart Device Development VB6 application & VS.NET 2005 Smart Device application
Hi all, I have a vb6 app with an Access database. There is no intention to upgrade this app to .NET in the near future. I need to further develop the app so it installs a subset of the data on smart devices (eg. pda, smartphone) What tools do I need to develop this pda app, and how can I sync between the 2 apps Thanks, Ivan nope there is a serparate installer located here for example C:\Program Files\Microsoft V ...Show All
Smart Device Development Make CF.NET 1.0 Application with VS 2005...
Hey guys! I'm looking for a way to make an application (C#) running on WinCE.NET and Pocket PC 2002 with Visual Studio 2005 (Beta 2). I know that Visual Studio 2005 let you program for Pocket PC 2003, SmartPhone 2003 and WinCE 5.0. In our enterprise, we make applications on PocketPC 2002 and WinCE.NET with Embedded Visual Studio 3.0 and 4.0. But it's verry painfull (old MFC etc :P ) so i'd like to show to our boss that it should be in ...Show All
.NET Development Datareader to object relationship/mapping.
I can make a realationship between a query of a particular table to a particular object.. For example I have two table Customer and Order SAy For Customer table i can make a Customer class.(select * from cutomer) And can have one to one relationship between table(datareader) fields and object properties. SAy For Orders i can make a Order class.(select * from order) And can have one to one relationship between table(datareader) fields and object ...Show All
Smart Device Development Hide and Show Startbar
Hello everybody, Does somebody know how to hide and show the windows startbar. (the bar with the clock, Windows logo and so on) I have a form in fullscreen mode and I what to show the startbar on an button click. Any ideas Regards Karin Imports System.Runtime.InteropServices Public Class BarControl <DllImport("coredll.dll", EntryPoint:="GetForegroundWindow", SetLastE ...Show All
