Software Development Network Logo
  • Smart Devicet
  • SharePoint Products
  • Visual Basic
  • .NET Development
  • Game Technologies
  • SQL Server
  • VS Team System
  • Visual FoxPro
  • Visual C#
  • IE Development
  • Microsoft ISV
  • Windows Forms
  • Audio and Video
  • Visual C++
  • Windows Vista

Software Development Network >> Ed Tenholder's Q&A profile

Ed Tenholder

Member List

Jassim Rahma
lawrieg
CMB...
fatalist
ABS123
Jon Stroh
johnb01
AnonymousI
Terry Smith
Yorker
Wayne.C
jsmircic
GiriKrishna
Peter Jausovec - MSFT
katie_13
anu.ind
Adam J Friedman
Max Noyeke
prashant mulay
Xiao Feng
Only Title

Ed Tenholder's Q&A profile

  • Visual C# How do I compare types in C#

    I want to check if an object is of a certain type, but the compiler keeps telling me that "x is a type and it is used like a variable". Can anyone please tell me how to do this I think the C# books I have consider this too easy a thing to be worth mentioning. Or I'm prolly not looking where I should. Nonetheless, any help would be appreciated. Thanks, Razvan Use the is keyword, followed by the type name: Button button1 = new Button(); if (button1 is Control) {     // button is a control }   ...Show All

  • Windows Forms WebBrowser control "Open/Save dialog" problem

    How can disable "Open/Save" dialog in WebBrowser control, that is shown every time it navigates to Excel or other Office documents In MSDN it says that it is possible to do this by deriving a new control from the WebBrowser control and providing custom implementation for IDocHostUIHandler . But there is no sample code. I implemented IDocHostUIHandler in my new webbrowser control and I also derived a new class from CreateWebBrowserSiteBase and implemented IDocHostUIHandler . But it didnot worked. Is there anyone that has sample code Thnaks, Mustafa Kok Yes, MSDN says the same think but when I derive a new class from WebBrowserSite and implement that interface, WebBrowser control ...Show All

  • Windows Live Developer Forums DEP blockin Live Messenger 8.1

    Why does DEP keep block my Live Messenger how do i overcome this problem For those with and ACER laptop, you might want to go here: http://www.acerpanam.com/synapse/forms/portal20.cfm recordid=1130&formid=3390&website=AcerPanAm.com/us&siteid=7293&words=all&keywords=&areaid=7 ...Show All

  • Software Development for Windows Vista Can we host the designer on ASP.NET page?

    Curiously innocent question. Thanks in advance. I have a sample that uses the workflow designer in an ASP.NET page -http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,28601754-c305-4597-a0a6-48f32be1eddb.aspx It requires some code-access security tweaks to run. I will be releasing a pure-html version RSN. ...Show All

  • Software Development for Windows Vista How to include transform filter in a graph builder that uses graphbuild::render method from a source filter?

    Hi, How modify my source to allow to insert a transform filter between a H.264/MPEG2 decoder and a render filter. This graph builder without my filter is created with graphbuilder::render method. How create a filter property's page What i need to access to diferent parameters values of my filter what is the best way to save changes in values for the filter Thanks. Hi, I want to use a working aplication network player source code and include a transform filter that works with output decoded (mpeg2/h.264/mpeg1/mjpeg) images frames of 24bpp. It's possible to modify code for include after than decide what decoder uses for video/audio and finally connect with a video render and a output audio device ------------------------ ...Show All

  • SQL Server Derived Column Logic to replace empty string with null?

    Ok.. so I have a fixed position data feed. I read the file in as just whole rows initially, process a specific position and evaluate a conditional split to determine direction of the file for proper processing (file contains multiple recors with different layouts). This all works fine. I then use the derived column feature to process all the columns. Most of the columns are as simple as SUBSTRING(RecordData,1,10) for example to get the first column. This all works for string data. I then have a column that is a date field. The problem occurs that the code SUBSTRING(RecordData,20,10) returns either a date or empty set of data if no date was in the original file. When this gets sent to the OLEDB connection (SQL Server 2005) into the date ...Show All

  • SQL Server OK button doesn't Work In Report Manager RS2000

    Hi, i have a new instalation of RS2000 under Windows 2003 Server SP1 with a fresh reaplied Windows Service Pack 1 and RS2000 Service Pack 2. My problem is that any page of the report manager with a "OK" button, that button doen't do nothing, it is enabled bu doesn't do any action. Can't figure this one out Need Help Thank's PS: Is did work early on this machine but stop working without notice, or any change at all. Hi, We have installed SQL Server 2005 with Reporting Service in a Windows 2003 Box. While working with the Reporting Manager through the browser we are gettting a strange problem. Whenever we are making any changes through Reporting Manager and trying to save the OK or Apply button is doing absolu ...Show All

  • SQL Server Error loading Query Execution Plan

    I am trying to tune a very long running query (18 minutes on an Axim X51, 8secs on my laptop), but I can't get the query plan file that is generated on the device to load in the Sql Server Management Studio.  I am using the Sql Everywhere CTP on the device, and version 9.00.2047 of the management studio shell. FWIW, when I try to create the execution plan by running the same query on a .sdf file local on my laptop, I get a similar error trying to view the query plan. Apart from the query plan issues, it would appear (just from the query execution time) that the indexes defined on the sdf file are not being used when executing the query on the device, but are being used when executing the query on the laptop.  This is pure S ...Show All

  • .NET Development Aggravating WinFX Runtime Components 3.0 - Beta 2 uninstall problems...

    I'm using the uninstall tool provided by microsoft to remove previous versions of winfx. It tells me i'm missing 2 files to complete the uninstallation. indigo.msi and vs_setup.exe. I will admit b4 i knew about this tool, i just went in to the add/remove programs and started uninstalling so thats probably when the needed files were removed. My question is how to i get these files back. What do i need to install to get them back. I tried reinstalling WinFX Runtime Components 3.0 but still no avial. Any help is much appreciated. Brian Please send the log files to labshmo-at-hotmail so that we can review and debug the situation.  You should find them under (%temp%\dd*.*). ...Show All

  • Commerce Server Expression based export - BizTalk Adapter

    We need an expression based export of the Commerce Server Catalog for various feeds. These are from the same CS instance/web service endpoint, so I need to create different receive locations with different Expressions (the filter Products and Categories clause) - howevr they all must point to the same endpoint. BizTalk wont allow me to create more than one Receive Location which points at the same URL/endpoint in the same BizTalk application. How to get around this You should just put the RegistryKey string value and not the full key so I am not sure why you would specify a WOW key specifically. You should just put a unique string and let the adapter take care of where to place it in the registry. For instance, use "C ...Show All

  • SharePoint Products and Technologies Anonymous Access & Variations

    Hi If I create a new publishing site and enable anonymous access to this site users don't need to login. This seems to work. But when I enable variations for this site the user is requested to enter a user name and password. No anonymous access anymore exept for the pages which are under the root site. How can I use anonymous access with variations Markus tester77: I solved this problem: I forgot to publish the default.aspx pages. After approval it worked fine.. ...Show All

  • Windows Search Technologies limit on number of files indexed?

    What is the limit on the # of files indexed My count for # of items indexed (in wds v2.6.5) never exceeds about 11% of my actual file count. (164,832 indexed of 1,500,000 actual files) Yes, I'm selecting all file/drives to index against. Yes, I've rebuilt the index more than once. I'm guessing that for folks here thinking of indexing their entire business' file sets, be they on servers or local, the index has to scale well beyond anything I've seen so far, and yet... Thanks Jeff, This is the perfect place to report this feedback. I'll be getting your information over to our development team ASAP. It might help if we could contact you directly. Would you mind sending me an email a-paulny@micro ...Show All

  • Visual Studio Team System History of merge's?

    Is there any way to get history on if a particular changeset was merged into a particular branch If not, it would be nice if there is some way to pull this off. I guess if you had a work item associated you could relate both changes to the same work item, but sometimes there is not a direct correlation. In this case we don't use work items yet and a developer should have done a merge of changesets, but I can't think of an easy way to tell other than just try to compare files. Granted since merges involved manual steps to do merging, a merge may not be able to have a direct correlation with a changeset, since there may have been changes to the changeset to do the actual merge, it still would be an interesting view as it at least track ...Show All

  • Visual C# MultiThreading

    Hey,   I want to write an application that will open a number of threads (lets say 10) and we'll do a ping to a website (This is for QA) How do i write something that will do it in a way that the application will always make sure that 10 Threads will be opened I mean, i can open 10 threads and in each of them i will do a ping and as soon as one thread finishes the application will start another one, so for lets say that for 5 minutes 10 ping requests will be always on.   The ping is just an example, i just need the part that i keep nubmer of threads to do a short action. one will end and another one will start instead of it.   Thanks. the purpose of this is to ...Show All

  • Visual Studio Express Editions Multi line status box

    How do I make this work, I want to make it keep adding lines to the box I have. For example: If I had a TextBox (Multi Line) named it StatusBox, and I wanted to know how to add lines on it, like say I connected to a site (I know how to do this), But when I do it the first line on the StatusBox goes away, so it would look something like this: -> Welcome to my browser after connecting to a site "Welcome to my browser" goes away :( How do i make it so it looks like this -> Welcome to my browser -> Connecting to -> Microsoft.com All in one box. Is there a command to add another line - Thanks - sure. Just do an Append on the textbox: Me.theTextBox.Append("firstline" & Enviro ...Show All

©2008 Software Development Network