David Sterling's Q&A profile
Smart Device Development Pocket Office on emulator
Am I correct to say that there is no Pocket Office on the emulators (I tried the smartphone SDK, haven't tried the Mobile 5.0 SDK) Can Pocket Office be installed on the emulator and how Well the other solutions that have been available are not a robust as the option in Pocket Word. The has been one of the most useful features in Pocket Word and removing that feature from Word Mobile is a bone-headed decision. You could have actually made the Pocket PC inking translate into WordArt drawing on the desktop. I will NOT purchase a device that will not have the drawing capability directly inside Word Mobile. It has been a good run, but I gu ...Show All
Windows Forms ListView in dotnet: Getting currently displayed items at scrollbarposition
Hi, how can I get only the items that the user actually sees To be more exact: The items that are shown in the client area at the specific scrollbar position the user currently has set. Greetz, Sven. If you are using the ListView in details mode: Use the ListView.TopItem to get the first item currently visible in the list. Then call ListView.GetItemAt using x=1, y=ListView.ClientRectangle.Bottom - 1 to get the last item currently visible. ...Show All
Visual Studio 2008 (Pre-release) UdpTransportBindingElement?
Hey All - I'm trying to use WCF to locate other clients running on the network. I've been trying to follow this article from MSDN Mag, but wouldn't ya know it, there doesn't seem to be a UdpTransportBindingElement in the Jan CTP! Does anyone know where it's gone Will there be any UDP support in WCF down the road Thanks in advance, John There is a UDP transport that ships as a sample solution in the Vista SDK, but currently not one with WCF that ships 'out of the box'. The samples are located in the following zip folder: c:\Program Files\Microsoft SDKs\Windows\v1.0\Samples\AllSamples . After unzi ...Show All
Visual J# Hide standard control's properties in designer
Hi, I inherited Button control from Windows.Forms... but i would like to hide vertain standard properties so that it will not shown in designer... Is there anyway i can do that Thanks Hi, I don't think i have enough expertise to comment here. Could you please post your query on WinForms Forum - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=8&SiteID=1 . Thanks. ...Show All
Windows Forms tab and IsInputKey
Good afternoon, I have a form with a textbox tb in which the user enters text. When the user hits tab or enter while in tb I want to fire an event. I know I need to overide the default behavior for the tab and enter key so that the tb "hears" the tab and enter keys. I have this code snippet: protected override bool IsInputKey(K ...Show All
Visual Studio Express Editions DataGrid Questions in new Version
Why ist not works in VisualBasic 2005 Express to fill the DataGrid with the DataSet Example.... ds as DataSet DataGrid1.SetBindings(ds,"Test") And how it works now Anyone can help me ! ! Hi, If your dataset already contains a datatable with a data, then it should show the contents of your datatable. Be sure that your datasource or dataset is not empty. Or if your using asp.net then you should bind the control after setting its datasource. datagrid1.DataBind() cheers, Paul June A. Domag ...Show All
Visual Studio Team System Any document about extensibility of profile, coverage and so on?
We will try to support profile, coverage and so on , including Visual Studio Team Edition for COBOL Users. I heard that there is VS 2005 Team System Extensibility Kit , from a person in charge of VSIP , who is working for MSKK. But there is no document about how to extend Profiler, Coverage, and so on. Are there any documents about how to extend Team Edition. Best Regards Hi Shinya, Exclude (and include) command-line options: The /exclude (and /include options) take fully qualified names, with optional wild-cards at the end. Here are some examples: /exclude:Namespace1.Class1::Main - Exclude ...Show All
Visual Studio Team System Can I delete folders and files from the Team Foundation Source Control API, or do I need to shell out and run command line?
I'm building a maintenance app using the Source Control API and I want to add/delete folders and files (more importantly, delete). Is this possible using the API or do I have to run command line If not, Command Line examples Microsoft.TeamFoundation.VersionControl.Client.Workspace.PendDelete() Example here: http://blogs.msdn.com/buckh/archive/2005/09/09/463287.aspx ...Show All
Windows Forms Reading in XML
I am having an issue reading in XML. If I have a file such as a config file with multiple nodes of the same name, how do I read them in <configuration> <appSettings> <add key="myProfession" value="Computer Programmer" /> <add key="myName" value="Jason" /> </appSettings> </configuration>Does anyone have any ideas I figured out t ...Show All
Visual C# Opening new tab pages to the right?
Is there a way to set the new tab pages to open to the right rather than to the left (In Visual Studio 2005) Thanks in advance I don't think there is any documented option to change the location of where the tabs open. The only option you have is to choose between the tabs and MDI layout (From Tools menu -> Options -> General -> Enviorment). Regards, Saurabh Nandu www.MasterCSharp.com ...Show All
Visual Basic Very slow speed on displaying controls in a form
How to improve the display performance on dynamics create controls on form load event The following code is very slow. Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Me .Location = New Point(0, 300) Me .Size = New Size(800, 300) Me .Refresh() Dim but As Button Dim x As Integer Dim y As Integer Dim bHeight As Integer Dim bWidth As Integer bHeight = 48 bWidth = 48 Me .SuspendLayout() For y = 0 To 4 For x = 0 To 14 but = New Button but.Location = New Poin ...Show All
.NET Development Add Attachments To Exchange Contacts programmatically
I'm a junior .Net programmer who comes from the Java platform. I need to develop a component which adds contacts to an Exchange 2000 Server public folder. I chose to do it via WebDAV, but I can't work out how I can add one or more attachments to the newly-created contact. Can anyone help me, please Even just by telling me where to look for info, since I've been browsing the Internet for a couple of days but couldn't find proper information. I hope I searched poorly... ^_^ Thanks! PS: Using WebDAV is not mandatory, but I shouldn't use MAPI nor add contacts to the Active Directory... Although I'd rather continue using WebDAV, any suggestio ...Show All
Visual Studio Express Editions Splashscreen Close/closing events do not fire
I've played around with the new ability (in VB2005) to use a splashscreen, but have found that certain events don't fire on the designated splashscreen form (I've posted this question before but with no, ahem, useful response, so I'd thought I'd try one more time). It can be replicated by adding a splash screen to a new (empty) windows application, and monitoring the Closing and Closed events of the splashscreen form (I usually put debug statements there), In addition to monitoring the VisibilityChanged event. The splash screen loads fine, then vanishes (after the default 2000ms) as the main form appears. However, the closing and clos ...Show All
Visual Studio Express Editions Total noob...how do i learn to use vb2005express
hey, i'm a total noob right now...i havn't had any visual anything b4, and the in-program help is useless to me, and so is the microsoft,msdn website. Any1 have any recomendations of what books/websites can help me learn with examples and explanations at my level I am already getting 2 books -- Microsoft Visual Basic 2005 Express Edition Programming for the Absolute Beginner and Wrox's Visual Basic 2005 Express Edition Starter Kit (Programmer to Programmer) . any other ideas Thanx ps-sorry if this is in the wrong place, i haven't figured this site out yet... The Wrox book stands a good chance of bei ...Show All
Smart Device Development Register a dll on windows ce
I use a com dll with my project on windows ce but I must register it.I try to do this with adding cab project to my project and I add the dll to the cab for registration but it didn't work it can not register it. And I didn't find the regsrvce.exe file on my system to register the dll. Is there any way to register the dll on windows ce. Second post in this thread explains how to register DLL on device. Note this DLL has to be created specifically for device, you can't just grab DLL from desktop and use it on device. ...Show All
