Sten Palmqvist's Q&A profile
Visual Studio Express Editions AxShockwaveFlashObjects not found
hi every1. I tried adding a shockwave flash object on a form but i get an error when trying.. "Failed to import ActiveX control. Please ensure it is properly registered" SO, in the references node from the Solution Explorer i have two newly added references, one being ShockwaveFlashObjects (which look ok) and another being AxShockwaveFlashObjects which has an exclamation mark newxt to it.. In the components list (for the Add Reference function ) ...Show All
Visual FoxPro How to copy files from a local hard drive to ftp server?
Hi! How will i copy files from a local hard drive to a certain ftp server and vice versa using VFP Do you know of a commands that will make this situation possible Any help would be greatly appreciated! Thank you! Regards, Alfred N. Roa West Wind Web Tools - wwIPStuff allows you to do FTP and much more through VFP http://www.west-wind.com/webtools.htm Using Win32 (WinAPI) Functions (using MS WinInet.DLL) http://www.news2news ...Show All
Software Development for Windows Vista Workflow Designer
I have a question about the workflow designer is there's anyway to embded this designer into asp.net pages if yes please tell me how I have some examples you can download from my blog - http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,a423e010-647b-4a32-8dfe-071bf6f43705.aspx is one where I use it for workflow monitoring. Here is one where you can also see an example of hosting it in a web browser as ...Show All
SQL Server Email reports based on a condition
Hi, Data is fed to our database from 10 different places. We massage the data and then send out reports via email with rs subscriptions. Everything works fine except when at least one of the data feeds does not load properly on time. The reports go out but with uncomplete data generating undesired effect in management. I can create a "Loaded" flag on the database. Is there a way to use this or other method to send out the rep ...Show All
Visual C++ Building after a Rebuild
I have a solution with 10 projects. I do a Build | Rebuild Solution. All 10 projects build with no errors. To make sure everything is fine, I do a Build | Build Solution. The IDE now builds again 3 more projects. What is going on How can the IDE still think it has to build anything once I do a Rebuild Solution I discovered the reasons. For one of them I do not know whether to start another post or continuing on ...Show All
Visual Studio Team System Team Foundation Server not available on MSDN?
I've been away from Team Foundation for several weeks and I am now ready to get back and test it with the current CTP. I had too many problems with Beta 3 VSS conversion. However, I do not see it in my MSDN downloads anymore. I see Korean, Japanese, and Traditional Chinese but not English. Is this not available anymore Universal. I'm in the process of buying volume licenses for my group because my Universal will ...Show All
Windows Forms How to Print all controls on Windows.Form
I have a Windows.Form which contains a lot of UI controls ( textbox, custom-made controls, grid). Is there a way to print all the contents of this Form I need a solution for print preview and print. Thanks, Joy. Have you recieved  ...Show All
Smart Device Development Problem with DataReader.Update, CommandBuilder
It doesn't ******** work!! here's the code, taken from...ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref/html/T_System_Data_SqlClient_SqlCommandBuilder.htm Dim myConn As New SqlCeConnection("Data Source = " & "\Storage\MASDB.SDF") Dim myDataAdapter As New SqlCeDataAdapter() Dim strSQL as String = "SELECT Text FROM Test where ID = 1" myDataAdapter.SelectCommand = New SqlCeCommand(strSQL, myConn) Dim cb As SqlCeCommandBuilde ...Show All
Visual C# Scrolling Textbox vs 2005
hi ppl. how can i scroll manually a textbox its a multiline with vertical scroll.. i want to can scroll it to the end of the text when ever i want... i didnt found a method or propertie to do that :s... thx mig16 The above solution is not efficient. Do the followings: using System.Runtime.InteropServices; public class XXX { private const int WM_VSCROLL = 277; // Vertical scroll & ...Show All
Visual C++ How do I get the PDB source file checksums with DIA?
Shouldn't IDiaSourceFile::get_checksum return the hash calculated for each source file AFAICT the debugger has some way to determine whether a file has changed since it was compiled. I figured that's the hash. However, IDiaSourceFile::get_checksumType always returns 0. And IDiaSourceFile::get_checksum leaves pcbData unchanged when both cbData and data are 0 (which is probably a bug even if no checksum is present) Is the information present ...Show All
Visual Studio MSBuild vs NAnt
Please share your thoughts about comparison between those two Before delving into the differences, I'd like to point out that NAnt is wonderful. We love the fact that there is a lot of community involvement around NAnt and NAntContrib in enabling everyone to "build" .NET applications. We certainly expect both NAnt and MSBuild communities to interop nicely, and so yo ...Show All
Visual Studio Express Editions DataDirectory for Connection String
It's easy to change the location/name of a dataset using the project properties - but how can you change it during run time The property shows Data Source=|DataDirectory|\filename, but there is no apparent way to access 'DataDirectory' in the code. Any ideas You can access the value with ApplicationDeployment.DataDirectory . It is a readonly property that points to the applications data directory on the local disk. ...Show All
SQL Server dling xml file over SSIS possible?
i need to download a file over HTTP and get a xml file then upload it into SSIS. Only 2 methods are available in SSIS: FTP and web method. How come there is no HTTP transfer task in SSIS pretty strange. then i found a script at http://www.sqljunkies.com/howto/49e823fd-d126-4134-893d-1fd8bd3bd3ba.scuk What kind of SSIS tasks do i need to perform this operation I got the script above but I don't know where to key i ...Show All
Visual Studio Express Editions Help needs with Transforming word Documents in to xml
Hi, I searched in msdn abt how to Transfer word Documents into XML or XSL-FO From that I got this link Transforming Word Documents into the XSL-FO Format , here they given all the procedure how to do that.Its manual one. But i wanted these work to be done by program itself. Can u please help in this. So far i did something like Microsoft.Office.Interop.Word. Application word = new Microsoft.Office.Interop.Word. Application (); Mic ...Show All
Visual C++ AFX_MANAGE_STATE To load DLL Resources screws up resolving of Parent hWnd
I've designed an architecture which uses DLLs to expose types through common bases, creating instances using an anonymous factory-style pattern. I intend to mix window types and standard object types together as if they are the same thing - but the architecture will know, when creating an instance that one is a window whereas another is an object. The windows are piggybacking on top of the MFC windows, therefore I'm creating specific implemen ...Show All
