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

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

Adam23

Member List

João da Nóbrega
RandyHale
Chryso
kusanagihk
Tryin2Bgood
Ted Strom
step
ThirtySix Software
SD_Stu
KatyG
jhansen
JamesZ
ajliaks
Jacco Mintjes
etcheverrjc
chrisc12345
lilshorty
fatquack
arkiboys
Pedro J. Molina
Only Title

Adam23's Q&A profile

  • Audio and Video Development Windows Media Encoder 9

    I hope someone can help me. Im broadcasting using Windows Media Encoder 9. Im doing a screen capture off of another computer. But today, its only using black and white screen. Its allways been color. Anyone know how to switch this back Thanks for your time guys. ok, somehow i got that problem fixed but now i have another one. When im switching sources, while encoding, sometimes the sound bugs out, and goes to a complete screeching sound. If i switch to another source, then back to the live source im using, sometimes the screeching sound goes away. Any idea what is causing this ...Show All

  • SQL Server The ALTER TABLE statement conflicted with the FOREIGN KEY constraint

    The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "fk_Allergy". The conflict occurred in database "MSCPROJECT", table "dbo.Severity", column 'SeverityCode'. I think that the solution deals with using of WITH NOCHECK key word in order to add a constraint on a table that already have values. Rakoun /°\ ...Show All

  • Windows Live Developer Forums Province, Country Polygon

    Is there any way I can use a predefined polygons Such as country boundary or even province boundary Thanks! I really need to make a list of the 100 things I'd like to do in VE when I have free time. No I havn't but that said I was talking to a GIS speacilist that was playing around with map engines, he had the whole world from a free dataset, so it must be availible. There are several issues, firstly its going to be a huge amount of data, secondly there is another thread about the performance limitation of too many polygons / polygons with too many points. I'll send an email and see what I can find out. John. ...Show All

  • Visual Studio Pointing to a DB at runtime

    Hi all. Why can I not redirect a report to point to a different database at run time I have an ASP.NET/C# web app that is driving me crazy trying to get the reports to run. Please see below what I put on Crystal's forum, but have had no official response... Below is my code that loads the report, sets the parameters and exports it to a PDF and is displayed in a browser. It all works perfectly. However, i want to be able to point the report at a different server in code before the report is exported. This is a web application and I'm not using the Cystal Report Viewer. All efforts with SetDatabaseLogon() has failed. The Code : ReportDocument crReportDocument; ExportOptions crExportOptions; DiskFileDestinationOptions crDFDO; string ...Show All

  • Software Development for Windows Vista Vista speech recognition issue

    Using VC++ 6.0 with SAPI 5.3 on a Vista box how do I stop the system from listening for my toolbar tooltips (or at the very least is there a way to stop the cursor from jumping up to the toolbar when Vista activates the toolbar command) ...Show All

  • Visual Basic Web Browser Control - Display URL

    I just realized that my browser doesn't display real URL in its address box. For example when I use IE: I go to Google.com and in Address Bar it shows http://www.google.com , when I click - images, it shows http://images.google.com In my browser: I go to Google.com and in Address Bar it shows http://www.google.com , when I click - images, it shows same http://www.google.com . Where is the Problem ...Show All

  • SQL Server How to get IRowsetPosition...

    Hello everyone. I make the IRowset form IOpenRowset::OpenRowset() method because I want to use the base type cursor, scrollable and updatable. But I don't know how to get the IRowsetPosition in this case.. I want to know the current cursor position after calling IRowset::GetNextRows(). I'm developing MFC application using OLE DB interface in VM5. Thanks in advance.. When using a base table cursor the best approach to do what you want is to use the bookmark column (at column index 0). You must expose the IRowsetBookmark (if memory serves me well) and then you can reposition the cursor on any bookmark of the open rowset. ...Show All

  • Visual Studio Tools for Office Unloading the VSTO Appdomain in Outlook

    Hi We have a product which is essentially an Outlook addin written in VS2005 and VSTO. The first thing we do on the "Application_Startup" event is to check the user's validity against our server by calling a dedicated Web Service. If the user is unauthorized, we simpley "return" from the startup event and that's the end of that. The problem is that the Addin is still loaded into the memory and for some of our clients which work with terminal servers this is a sore-spot. Is there a way to unload my outlook addin completely Thanks Ayal Steiner ActionBase Steiner, You can remove add-ins programmatically. This is the course of action you should take. Use: Outl ...Show All

  • SQL Server All dates between the start and end date

    Table Data/Structure Name StartDate EndDate HrsWorked Rick 01/01/2006 08/01/2006 8 Mike 02/01/2006 11/01/2006 8 How can I create a report that will display all dates between the StartDate and the EndDate and in the column underneath the date, put "8 hrs worked." Jan0106 Jan0206 Jan0306 Jan0406...... 8 8 8 8 0 0 0 0......Till Mike's start date in February Thanks -Rob You're talking about generating data thats not contained in but can be derived from the dataset. Your best bet is to do this in your query and return a row for every day and person. This looks like a job ...Show All

  • SharePoint Products and Technologies Delete Extended Web Apps?

    Hi, I am trying to work out how you actually DELETE an Extended Web App For the life of me I cant see where it is! I have tried deleting the AAM mapping, and then I deleted the Web App in IIS (I know this isnt a good practice!) - the net result is that when I try and create another Extended Web App, with the same name and port, MOSS complains that one already exists! Can someone point me at the obvious Thanks Phil Go to Central Administration | App Management. Click the Remove SharePoint from IIS Web Site entry in the first section. On the following page, select the IIS site (zone) to "un-extend". You can also select to delete the corresponding IIS site. Hope this helps, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Bug in Mouse.GetState

    There seems to be a bug in the Mouse.GetState method. If the mouse is not moved and only the wheel is scrolled it returns mouse position absolute to screen. When the mouse is moved again it returns properly mouse position relative to window's rectangle. This causes mouse's sprite cursor to flip around while moving mouse wheel. I hope this will be fixed in beta 2. ...Show All

  • SQL Server Parent variable warning in SSIS

    Hello, When I try to execute a Integration Services with parent variables, always appears this warning for each parent variable: Configuration from a parent variable "%1!s!" did not occur because there was no parent variable collection. The IS is executed correctly, but we don't know the reason why this warning appear, if the value is correctly assigned. Thanks, Pablo Orte Hello, I agree with you, Rafael and Jamie, but the problem is that some of our packages are executed when they are called from another package, but sometimes they are executed with the dtexec command. Any solution about this Thanks! Pablo Orte ...Show All

  • SQL Server Import Data to SQL server from Excel spreadsheet

    Hi all, Firstly, i'm new to integration services and have only done a little with DTS jobs. I'm trying to create an integration services project which will import data from an two worksheets in an Excel spreadsheet to two different tables in a database. I'm looking at only one table at present to make things a little more understandable. One stipulation i have is that i need to be able to specify a variable value and insert that as an additional column in the database. I have and Excel source and a SQL destination both of which have been set up with there specific connection managers. I also have a variable which i add in using the derived column task. When i try to debug this i am getting a few problems. I think these may be to do with th ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Computing tangents on a skinned mesh

    Hi all, I'm trying to find a way to compute tangents on a skinned mesh, but I'm out of ideas. I've used D3DXComputeTangentFrameEx() to successfully compute tangents on static meshes, but this won't work on a skinned mesh, as the function splits vertices as needed to generate the tangents. This causes skinning-related problems later on, in my particular case it causes ConvertToIndexedBlendedMesh() to fail, since the new mesh with tangents no longer matches the skinInfo. The output window specifically says: D3DX: ID3DXSkinInfo::ConvertToIndexedBlendedMesh: The input mesh, pMesh, does not have the same number of vertices as the skin info class So then, how exactly does one go about computing tangents on a skinned mesh I know its po ...Show All

  • Visual Studio Team System Cherry Picking Merge problems

    Hi ! Lets says that a file has been branched, and that changesets have been done affecting the same files in both the main branch and the child branch (lets says 5 changesets on each side). I wish to do a "cherry pick" merge of a single changeset, but it doesn't seems to work, it always try to merge all the changeset "up-to" the choosen one. How can I get this done successfully Is it a bug in the TFS trial version example with simple text file where each lines represent a checkin : main branch : C1 (before the branch) C3 C4 C5 C6 child branch : C2 (the branch creation) C7 C8 C9 I wish to bring C5 into the child branch, but it bring C3~C5 even if I specify /force : ...Show All

©2008 Software Development Network