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

Software Development Network >> elwood00's Q&A profile

elwood00

Member List

silke
RuiSousa
XNA Rockstar
MaciekWojcik
MaGeorge
gn_ctax
justsnafu
jackli_0112
Tom_Liu
Kevin Southern
pangitko79
MShanahan
asisurfer
Yoni Rapoport
David Mc Dermid
Valerie Jean
Maciej Koper
fleo
JohnWilliams
Mark Rendle
Only Title

elwood00's Q&A profile

  • Visual Basic !! HELP !! Extracting frames in a video and comparing them THANKS ALOT!

    Hi, I need help in my project here. my project mate did this in C++, which no one else in the grp knows and so i need some help if anyone knows how to convert it to VB, if possible. The program is supposed to pick up a unattended object (like a bomb) and send an alarm (to like SMS or a PC). so it works like that. (what i understand he said, & seeing the C++ code). capture a background start capturing video average frames (eg. 10), so small movement is not picked up (think so) if pixels are the same for too long ( xx frames) - something isn't moving then send alarm he used C++ and open CV http://www.intel.com/technology/computing/opencv/ , http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/index.html the things needed are a di ...Show All

  • Software Development for Windows Vista .NET 3.0 RC1 Released!

    The .NET 3.0 Framework Release Candidate 1 has been uh, released! I'll be posting a "New for CardSpace in RC1" document tomorrow, and in the next couple of days, I'll post the samples revised as well. Get it here: http://www.microsoft.com/downloads/details.aspx FamilyId=19E21845-F5E3-4387-95FF-66788825C1AF&displaylang=en Note: This is a pre-RTM release. Therefore, do not install these builds on machines you depend on. If you have a previous version of Avalon ("Windows Presentation Foundation"), Indigo ("Windows Communication Foundation"), or pre-released versions of .NET Framework 2.0 installed you must read this before download. g Garrett Serack | Program Manager |Federated Identity Team | Mic ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Text (font) on 3D Mesh

    Hello out there... Anyone have an idea how to render text on a 3d mesh like the simple cube So i know that the simple (2d) fonts uses Texture2D but i don't get that on a mesh ... thx... markus I have another solution if you want to render your text in FRONT of the 3D cude then you must set the layer depth parameter in SpriteBatch.Draw to 0f this will draw on top of everything else. If you want to render it on the cube like when you rotate the cube it will rotate with it yeah create a texture and draw it on the cube Tip: If you want to just write whatever on the cube you have to create a bitmap and save it and then reload it as a texture. And on that bitmap place all the letters in the correct place before saving and load ...Show All

  • Windows Networking Development Weird one - Router Death by Vista

    Here's a weird one. It seems that Vista RC2 is routinely killing my ADSL router I have a dual boot system (patched up XP Pro vs Vista RC2). Vista seems to be killing my D-Link DSL-500 like...., several times a day while Vista is running. Has anyone else noticed this I'm thinking.... some sort of weird network plug and play thing (which is disabled - by the way) RickW hi, I have the same problem. Also perfectly working on xp and router dieing in vista. I have tried to uncheck the TCP/IPv6 box in the LAN options a minute ago, seems to be working but not sure though. Happened to me on wired and wireless router, the router just resets itself leaving me w ...Show All

  • Visual C# Application settings

    Hi, I've got a three tier program. In the data Access layer(DAL) I connect to the database. I use the tabpage settings in the property screen of the DAL. If you do this on the presentation layer(/windows project) then you get an MyAssembly.dll.config in the bin file. But if you do this in the DAL it doesn't create a config file, so yo can't edit it manualy. Can anybody give me a solution Grtz Annihil8 The configuration file used is determined by the executing assembly. Your DAL will not have a config as it is most probably a library. You can access configuration settings in the DAL the standard way; the request for the configuration data will read from the app.config file for the Presentat ...Show All

  • Visual C++ CLR for C++

    I know how to program in c++, however I am very new to CLR. I went through some of the "walkthrough" that Microsoft provides, but I need something a little substantial but yet simple and explanatory. Are there any good online tutorials that teach the basics - such as creating forms, using dialog boxes, basic list controls, menu controls.... Maybe even offer step by step instructions on how to create an application using VS 2005. If someone can point me in the right direction on how to get started I would be a big help Thank You The ones I know about are at http://msdn2.microsoft.com/en-us/library/e6w9eycd.aspx & also check the videos at http://msdn2.microsoft.com/en-us/visualc/a ...Show All

  • Windows Forms Hi!! How can i make the background transparent of my bitmap..... i have loaded it as win form

    well i m a bitmap of a racing car......but the car is in the center and outer portion is of white color and when i load it as form in C# vs 2005.....then the white background also...comes....with the bitmap...is there amny way that...the racing car only comes not the whole image with background... thank u... Check the answer I gave in the other thread you started with the same question. Please, only one thread per topic! ...Show All

  • Visual C# Need sample projects

    Hello Could someone please post a link to open source Visual Studio 2005 C# projects I am new to Microsoft, .Net and C# and I am totally lost. Are VS .Net 2003 and VS 2005 two different things To me it seems so. Thank you if you are just start to learn c3 i suggest to you to start reading a book,tutorial ,article about the subject first any way there are some sites that have samples http://www.gotdotnet.com/community/usersamples/ http://msdn.microsoft.com/vcsharp/downloads/samples/23samples/ http://www.practicaldot.net/en2/main.htm http://msdn.microsoft.com/vcsharp/ http://www.codeproject.com ...Show All

  • Visual Studio What one-shot recipes would you add to DSL Designer?

    If we were to add some recipes to the DSL Designer in future to automate some one-shot code and model customizations, what features would you most want automated To Evgeny: You can get some of that from Microsoft Guidance Automation Toolkit (GAT), install the add on from here and rename your templates to *.t4 and you're good to go. Though there isn't much help in Intellisence (code completion), but coloring and such. http://msdn.microsoft.com/vstudio/teamsystem/Workshop/gat/default.aspx Oh and you might have to reset the Experimental Hive to get it to work fully. There was a thread on it on the forums, can't find it atm (with just a quick search). ...Show All

  • Silverlight (formerly WPF/E) Databinding Support

    WPF is very much based on databinding for the way it interacts with data. It looks like there is no support for the Binding tag in WPF/E. Is this planned when the CLR is incoprorated Will you be able to bind to JScript data XML data islands etc "WPF/E" does not support data binding per-se. However, when used in conjunction with ASP.NET and ASP.NET AJAX it can leverage ASP.NET data binding capabilities. Look at the samples at http://msdn.microsoft.com/wpfe ...Show All

  • Visual C# Create website is missing from Home screen

    Hello, I have used VS2005 for quite sometime now and I always had option to open or create website from homepage, now I see only "Project". I can still create and open website from File menu but option is gone from homepage, anybody has any idea why would that be G Try re-importing the Visual C# Development settings. There is a setting that controls whether that option shows up on the start page. You can also try running devenv /resetuserdata and then choosing the Visual C# Development settings from the initial screen you get the next time you launch VS. Hope that helps! Anson ...Show All

  • Software Development for Windows Vista Problem opening new window from a workflowCompleted event handler

    I am trying to open a new window once a workflow is completed. I am using the following code: public void InizializeFlickrPhotosGetSizesWorkflow( string photoId, string title, ImageSource image, string description, string tags) { parameters = new Dictionary < string , object >(); parameters.Add( "PhotoId" , photoId); try { if (( this .workflowRuntime = new WorkflowRuntime ()) == null ) { throw new System. Exception ( "There was a problem creating the workflow runtime.\nThe Application will now exit." ); } else { // Add the External Data Exchange Service ExternalDataExchangeService dataService = new ExternalDataExchangeService (); // Add dataService to the workflow runtime ...Show All

  • Visual Studio Team System Sharing common components across projects ?

    Hi, we are currently moving to TeamSystem and are wondering how to set up our projects with regards to source control and workspaces Currently we have a solution that groups around 20 projects to make up the application. There are also some common projects (used with other applications) in the solution. What is the best way to set up a Team Project in terms of source control Is it a case of adding the solution to the team project What about the common projects Do we add those to the team project also or set up separate team projects for them If so, how will work items be tracked across the separate team projects WIll code changes in the common team project be reflected in the main team project Many people have asked s ...Show All

  • .NET Development XML Qualified Namespace Problem - AXIS, .Net 2.0

    Hello, I am currently working on a project where a .net client calls a java web service. I have made 2 clients, one in Java (for testing) and one in .Net. Using wsdl2java I generate client stubs for Java and the Java Client can serialize everything properly. When I add a web reference with .Net to the same web service and make a call, I get serialization errors. The reason is that Axis fully qualifies namespaces with prefixes, while .Net does not. The payloads are below. Axis 2 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Body> <ns2:CriteriaExpression xmlns: ...Show All

  • Visual Studio 2008 (Pre-release) Help With Strange Serialization Issue

    I am having a little difficulty troubleshooting a serialization error. I am attempting to send to a WCF service an object that is part of third party software therefore I have no control over how the object is serialized or deserialized. I know the object is serializable because I have been able to successully serialize the object using the soap formatter to a file and then deserialize it from said file. The problem I am experiencing is when I create the object on the client side and send it into the WCF service method. I set a breakpoint on the service but it never makes it. The only exception I get is a timeout on the client side. I have turned on tracing on both the client and server side and I am able to see the message arrive ...Show All

©2008 Software Development Network