Software Development Network Logo
  • Windows Vista
  • VS Express Editions
  • .NET Development
  • VS Team System
  • Architecture
  • Microsoft ISV
  • Visual C++
  • Visual J#
  • Windows Forms
  • Visual Studio
  • Game Technologies
  • Visual C#
  • Windows Live
  • Visual FoxPro
  • Smart Device

Software Development Network >> Sean Feldman's Q&A profile

Sean Feldman

Member List

tansu
NicoV
MartinJar
Jack Lavender
ReneL
jason414
Upulab
Share me
Utini
JT_AnnArbor
difg
AlexanderPovalyaev
MikeInSB
vicster
Viperious
mike_dowler
Sajeesh
spga
CForrester
GGus
Only Title

Sean Feldman's Q&A profile

  • Visual C++ Saving WIA-acquired pictures

    Hello, i have an application allowing to take pictures with a (web)cam and select the ones to be saved. These are stored in a IWiaDataTransfer pointer. However, i don't know how to save them, and how to choose the desired file type (bmp,jgp,tiff,gif). Can someone give me some advice Thanks a lot! You transfer the image from the camera with the idGetData() method. The pMedia argument should reference a properly created STGMEDIUM whose tymed member should be TYMED_GDI. After the transfer is done, you have a bitmap in memory. From there, you can save the picture in any desired format. Like .NET 2.0's Bitmap. ...Show All

  • Visual Studio 2008 (Pre-release) Has anyone already styled a scroolbar using Expression designer?

    Hi, If you do, can you please help me I tried it, but doesn't work. I want it to change al the scrollbars in my window (textbox scrollbar, general scrollbar,...) tnx in advance This isnt very easy right now but I was able to do it with a combination of editing directly in Expression and hand manipulating the XAML. I added a Scrollbar (not ScrollViewer) to the stage from the library. Then I edited a copy of the style (easily accessed through right click on the ScrollBar itself). Note, I did not edit a copy of the template. At this point you have to exit the "style" editing mode so you are bac ...Show All

  • Visual Studio Team System Visual Studio 2005 Team Suite Release on MSDN Subscriber Downloads (Universal)

    Hello everybody, Today Visual Studio 2005 Professional was released on MSDN Subscriber Downloads. We were unable to find the Team Suite Release. Any help Best regards Ralf Rottmann If you are an MSDN Universal subscriber, you should see a Visual Studio Team Edition download. That's the one you need. You also need to install the Team Foundation Client Beta 3 that has been out for a while. However, I would lay off doing that for a while until we know the status of the "Team Foundation Beta 3 Refresh" that was supposed to be coming out at the same time as VS2005 RTM. Also see this thread for further discussi ...Show All

  • SQL Server Reference to Data.System.SqlServerCe in VS2005 does not install CE 2.0 to Emulator/PDA

    We have a Compact Framework 1.1 application that uses Sql Server CE 2.0. In VS2003, a reference to System.Data.SqlServerCe causes the Sql Server CE dlls and Query Analyzer to install to the Emulator or PDA. I am currently converting the application to Compact Framework 2.0, but we are not upgrading to Sql Server Mobile (yet). However, the reference to System.Data.SqlServerCe, in VS 2005, no longer causes Sql Server CE to install to the PDA/Emulator. There is a difference in the build outputs between VS2003 & VS2005. In 2003, System_SR_enu.cab, sqlce.wce4.x86.cab & sqlce.dev.wce4.x86.cab are copied & lanuched. In 2005, only ...Show All

  • Visual Studio Team System Reverse Engineering C# projects

    Hello, I'm trying to reverse engineer a UML model from my very large solution and it's not working. I'm hoping someone reading this can help. I've got a solution with 170+ projects. Three are C++ projects, the others C#. I've got all but 9 C# projects unloaded. I select the solution node in the solution explorer, then select Project->Visio UML->Reverse Engineer. DevStudio says it completed, Visio starts, but all I get is an empty UML model. Below is the output window results: Performing pass number: 1. Performing pass number: 2. Number of warnings: 0. Exporting UML model to Visio... Reverse engineering succeeded. ...Show All

  • Smart Device Development marshalling long type arrays

    hello all, im trying to marshall long type arrays but it's not supported by the system and it' s giving 'system.notsupported exception'. im also trying to reference it but it's also giving some error .please sugest what i should do. thanks in advance. Please post your native and managed declarations including all typed used as well and NETCF version you're using. ...Show All

  • Visual Basic Error - How do I fix this?

    I am getting this error when running my program: Error 1 Unable to find manifest signing certificate in the certificate store.  I can still continue but want to stop this from happening. Thanks! Brian   IN Previous Item Q2 - Click Once Deployment requires that the manifest be signed. So when you try and publish this is why this is occuring.     ...Show All

  • SQL Server "Slipt" rows based on datetime

    Hello! I have a table that, among other columns, has two datetime columns which indicate the initial and the final time. This would be an exemple of data in this table: row1: initial_time: 2006-05-24 8:00:00 final_time: 2006-05-24 8:30:00 row2: initial_time: 2006-05-24 8:35:00 final_time: 2006-05-24 9:15:00 I would like to split a row in two new rows if final time's hour is different of initial time's hour, so I would like to split row2 into: row2_a: initial_time: 2006-05-24 8:35:00 initial_time: 2006-05-24 8:59:59 row2_b: initial_time: 2006-05-24 9:00:00 initial_time: 2006-05-24 9:15:00 I ...Show All

  • Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.

    foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you...   Don--while I also tend to believe that VFP gives better performance than Access, I don't think your one example proves anything. How many times do we hear someone running down FoxPro because they've encountered one badly-written app Tamar ...Show All

  • SQL Server SQL express 2005 - can not set up a database why?

    Im a beginner in ASP.NET and SQL. Please tell me how to run and paste a few tags on "SQLCMD T-SQL execution command line utility" (\90\Tools\Binn). Its SQL Express 2005. I cant paste a tag of an ASP.NET beginners site http://www.asp.net/GuidedTour/default.aspx ). I cant set up a data base without doing it. When attempting to run this installer (SQLCMD T-SQL execution command line utility), I get the DOS screen but not the 1> command prompt. If I leave the screen alone, the DOD command window closes after about 5 seconds. "C:\Program Files\Microsoft SQL Server\90\Tools\binn\SQLCMD" -S "machine-name\SqlEx ...Show All

  • Windows Forms Help me: Get System DateTime Format (user defined in control panel)!

    I want to get system datetime format dd/mm/yyyy or mm/dd/yyyy etc... that user defined in control panel because when I used "INSERT ..." in SQL Server with column type datetime, if wrong format that take error :-( Please to help me! Thanks alot! CultureInfo .CurrentUICulture.DateTimeFormat.FullDateTimePattern   ...Show All

  • SQL Server Getting data from 2 different sources

    Hi, Im using SSRS to create a report which has one table that resumes a state of something. I have this information in 2 diferent tables and im using mdx querys. My inforamtion is like this Table 1 S M L Total Shop Stock 1 4 3 8 shop sales 2 4 2 8 Table 2 S M L T Warehouse stock 2 6 5 13 I would like to have Table S M L T Shop S 1 4 ... Ware S 2 6 ... T ...Show All

  • Visual C# How to present a Windows Application on the web?

    Hello, would anybody please suggest ways to the way to present Windows Application when a link (or tree node) on the Web site is clicked This is through VS2005 smart client distribution which install the software to the user's computer, but I do want the pupup Windows Application from the website running on user's machine independently without post back and data transfer. Greatly appreciate your possible help. James Hello, Avi_harush: Thank you very much for your implication. But what I wish is that once the user close the Internet Exploreor, the application will disapear from the client machine instead ...Show All

  • SQL Server Analysis Services 2005 Aggregations?

    Hi, When i try to calculate the cube aggregations it will always give me 0 aggregations... why is this happening I have about 10 dimensions and if i remove 3 of them (always the same dims) the aggregations are calculated to about 99% so why the hell with that dims it would not calculate They are Parent-Child Dimensions... Best Regards, Luis Simoes Looks like a bug to me. Can you please try and contact Customer Support and open a case about this behavior. It would be helpful if you will be willing to share your cube design. Thanks. Edward. -- This posting is provided "AS IS" with no warranties, and confer ...Show All

  • Visual Studio Team System TF30177: Team Project Creation Failed

    I'm having some problems creating a project on the Beta3 version of TFS. It's a dual server setup, clean w2003std sp1 servers with all security patches installed. As a client I'm using the VS2005 RC with the Beta3 TFClient. Somewhere halfway during the creation of a new project I get an error: TF30177: Team Project Creation Failed The user is local admin on the database server, sharepoint server and client. I also added the user manually with tfssecurity to the tfs admin group. I am using sharepoint SP2. There was another post regarding SP2 with NTLM permissions, all the websites have NTLM authentication enabled. Excerpt from the ...Show All

©2008 Software Development Network