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

Software Development Network >> Trevor E Hilder's Q&A profile

Trevor E Hilder

Member List

Vipul123
Sevi
Rob Wheeler
Roman M.
Christian Heger
Jacobgong
Anto Jeno
Haff
Sankar Anand
ronwest99
c_shah
reichard
cooldoger
Allan-Nielsen
cindyluke
SanGupta
3jg13
yromanen
ashk1860
sjb31988
Only Title

Trevor E Hilder's Q&A profile

  • Visual Basic VisualBasic... missing reference

    Hi, I recently converted my program to run under .NET Framework V2. However, a small number of users are having problems getting it to run. They are getting an error which says "Microsoft.VisualBasic .....system.io.filenotfoundexception". All of the users having problems have recently installed (ie within the last 2-3 weeks) V2 of the NET Framework. The vast majority who have experienced no problems have had V2 installed for some time now. Can anyone shed some light on this please. Thanks in advance for your help. NagaJim DO you know what line in your program is causeing the exception If not you can use the application. UnhandledException event to write out a log and find o ...Show All

  • Silverlight (formerly WPF/E) Support for Streaming Servers ?

    I am currently trying to find out if support for any streaming architecture has been implemented in the FEB2007 release; ideally the Windows Media Server WMS architecture. I would like to be able to access streaming content under any of streaming protocols ideally rtsp:// or mms://. Our architecture is setup on WMS and I am typically working with 45-90 minute recordings. Due to the limited support for WMP on Mac OS X as well as compatibility issues with the latest Intel based macs, I am very eager to be able to replace the embeded WMP with a WPF/E based player, however I need the ability to seek to random points in a file. Also in looking at the docs, WPF/E is said to support WM9, I was wondering if it will be suporting all WM9 codecs ( ...Show All

  • Smart Device Development Invoking Beep on Pocket PC using C#

    Hi, Am developing an application where i have to alert a Beep sound in a Intermec 700 series pocket pc built on Windows mobile 2003 OS. However i get a missing method exception at runtime saying "Can't find PInvoke Dll kernel32.dll". I tried using the playsound function as well. However i get some other dll cannot be invoked at runtime. I am pasting the code sample here Beep function [ DllImport ( "Kernel32.dll" )] [ return : MarshalAs ( UnmanagedType .Bool)] public static extern Boolean Beep( UInt32 frequency, UInt32 duration); Beep(750,300) PlaySound function [DllImport("winmm.dll", SetLastError = true, CallingConvention = CallingConvention.Winapi)] ...Show All

  • Visual Studio Team System Where to get Microsoft.TeamFoundation.WorkItemTracking namespace document and library?

    Hi all, I want to build a "What Is New" page on my internal development web site. The page will list the ChangeSet and the work items relative the changeset. How can I get the work items by a ChangeSet ID from TfsWorkItemTracking database Thank a lot Bill I didn't find the Version Control Object Modal from my VS 2005 SDK. Where is the Microsoft.TeamFoundation.WorkItemTracking namespace document and library ...Show All

  • Visual Studio 2008 (Pre-release) Getting a specific record number?

    OK, I've been out of the development world for a while. Coming back into it my C# is a little rusty. Add new features of C# and I can feel a little lost at times. I currently have LINQ Setup and running nicely on a project I'm developing. However, I am clueless as to how I select a specific record number in an IEnumerable object. Say I have the LINQ generated class Addresses which consists of many Address objects. I basically want to say give me Address #4 in the Addresses. How do I do this There are all these genericized functions and I just can't figure out how to do that. I've figured out the First<> to select a specific record, but can't figure out how to do this. Thankss! Matt- Thanks. ...Show All

  • Visual C++ Beep(...) volume?

    Hello all, I'm using "Beep(frequency, duration)" to send out test tones, but I'd also like to be able to control the strength of the line out signal via system volume. Can this be done programmatically I'm using VC++ 2005 and MFC. Thanks in advance everyone! Damien Watkins - MSFT wrote: Hello Re question: Beep(...) volume Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups. OTP Thanks Damien Damien, as the pos ...Show All

  • Visual Studio 2008 (Pre-release) Cannot set Name attribute value 'Tab1' on element 'MyTabItem'. 'MyTabItem' is under the scope ...

    Hello, I'm using WPF RC1 and I'm trying to create a set of custom control with template to skin the appearance of the TabControl. When I'm trying to use those controls in my application, I'm getting the following error: "MyPage.xaml(71,69): error MC3093: Cannot set Name attribute value '_Tab1' on element 'MyTabItem'. 'MyTabItem' is under the scope of element 'MyTabControl', which already had a name registered when it was defined in another scope. Line 71 Position 69." Here is a trimmed version of the application's page XAML. < DockPanel LastChildFill = " True " >   < rbn:MyTabControl DockPanel.Dock = " Top " >     < rbn:MyTabItem Header = " Tab1 " Name = "_ Tab1 " >   ...Show All

  • Visual C++ TCHAR vs _TCHAR

    For the life of me, I can't figure out how to deal with strings in Visual C++. What is the difference between TCHAR and _TCHAR The built-in help is very confusing. Thank you. TCHAR is defined as wchar_t in a Unicode build, but as char in a non Unicode build.  So if you're not using Unicode (i.e. don't have _UNICODE defined in the project's preprocessor settings), then you can simply pass in the TCHAR str[256] to a function that expects a char * , otherwise you will have to convert the string from Unicode to non-Unicode using wcstombs function. ...Show All

  • Gadgets Flyout to the front?

    I have a gadget that navigates through a set of XML documents via next/previous buttons. Some of these documents link to a first page with windows media player attached to play an associated video, while some link to a second page which doesn't contain a video. You can navigate backwards and forwards through these pages of the first type, without trouble, but when you click on a link which jumps to the second page, from the first, then you lose the "focus" (I say focus warily, because I realise that actually losing focus would mean that the flyout would close, which it doesn't). What happens is that the sidebar gadget has the focus, and you have to click on the flyout twice (the first time regains focus, &n ...Show All

  • SQL Server Visual Studio with Analysis Services Solution Hangs

    I have an existing project that was fine before... now when I click on the "Calculations" tab it says "Loading..." and never loads. This also happens on the "Perspectives" tab. I tried uninstalling and reinstalling VS... reinstalling the BIDS projects... HELP! I have tried that and it doesn't work also uninstalled BIDS, Visual Stuido and SQL and reinstalled. The only tab that hangs is "Calculations" and it just sits on "Loading..." I am able to open the project using another machine... It happens with any project (Analysis Services) This is one of those problems you would like to know the answer too versus wiping your machine and starting over... ...Show All

  • Smart Device Development Where to place my customized .dll file?

    Hi All, i'm developing smart device that need to call JAPI.dll, but i'm kept facing one problem. i place my JAPI.dll file @ this directory. My Documents\Visual Studio 2005\Projects\SubmitCompany_mobile\loginAndDll\bin\Debug anyone have any solution for this thank you. public partial class frmLogin : Form { [DllImport("JAPI.dll")] public static extern int ImageCapture(); private void frmLogin_Load(object sender, EventArgs e) { int goodImg = ImageCapture(); "Can't find PInvoke DLL 'JAPI.dll'." if (goodImg == 1) { lblStatus.Text = Convert.ToString(goodImg); } else { lblStatus.Text = "bad image"; } } } ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. using XNA Framework with no shader capability display driver???

    I have Intel 82852/82855 GM/GME graphic card with no support for shaders. Is it possible to develop a 3d application with XNA Framework under this condition.When I run a tutorial project I got the message "Both a valid vertex shader and pixel shader (or valid effect) must be set on the device before draw operations may be performed." I am new to XNA concept. Before I was developing with MDX 1.1 and I can develop 3d application with out shader support. So how can do this with XNA... I haven't looked much into XNA yet, but is there no way we can write our own renderer Is there a specification of the interfaces it would need to implement, and a way to load it (on the PC) instead of the standard XNA renderer If not, w ...Show All

  • .NET Development ConfigurationManager and app.config question

    How do you get the settings from the <appSettings> when the config file is not called app.config ConfigurationManager.AppSettings["My Test"]; does not work for the following XML when the file name is MyApp.config but works when the file is named app.config. < xml version="1.0" encoding="utf-8" > <configuration> <appSettings> <add key="My Test" value="My Test Value"/> </appSettings> </configuration > Also, if I wanted to have several key's with the same value how do you iterate thru all the key's and access them without using their name The foillowing code, which comes from the Visual Studio 2005 help, did not work when ...Show All

  • SQL Server Incorporating Form Authentication with Report Services

    Hi all, I am new to reporting services in SQL SERVER 2005. I configured my reporting server which is currently runnung when i type //localhost/reportserver in the URL it give me results. Is there anyway of incorporating security in ASP.NET 2.0 using Form Authentication So long as the user clicks on the link having been authenticated he can access the reports on the reporting server. For example I am working on an academic project whereby when user logins, I create a link that him to report server as in //localhost/reportserver and when user clicks on that link, he can be able to download whatever report he might need. I am running all these one local machine. Could someone help me out Try one of these links. I am ...Show All

  • Visual Studio Team System Problem in running build -error MSB3073

    Hi I am trying to run a build using TFS and I geting an error. It looks like it fail on some post events (md directory + copy) of a VS project. Is it a known bug in TFS build If I build the solution without using TFS build it works ! Thanks, Error: Solution: MasterSolution.sln, Project: Destinator.PC.Services.Local.csproj, Compilation errors and warnings C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(3089,13): error MSB3073: The command "md C:\console_build\Destinator_IL\PCPortal Master\Sources\PCPortal\DestinatorPC\\Destinator.PC.App\C:\console_build\Destinator_IL\PCPortal Master\Binaries\Release\ copy *.* C:\console_build\Destinator_IL\PCPortal Master\Sources\PCPortal\DestinatorPC\ ...Show All

©2008 Software Development Network