Sudip Guha901's Q&A profile
Software Development for Windows Vista DirectShow in WinFX (C# v3)
How to do DirectShow in WinFx aka C# v3 I am runing Vista and want to distribute a special video player embed in a browser control.(Vista say that non managed code will not run right)Ideas So far I am planing on using the SourcForge C# port. .V ...Show All
SQL Server FormatCurrency in 2k5 Report Services
I have a test report, unformatted the value one of my fields is -29.5600 When I apply the format: FormatCurrency( Fields!Paid_Amount.Value ) the value shows as -($293056). Another sample is -62.2400 which converts to -($626224). It seems the leading digits are being repeated for some reason. I've tried playing with rounding, the optional tristate paramaters, and regional settings to get the correct output, but have had no luck.&nb ...Show All
Visual FoxPro during compile got error
Compiling c:\sddms\reports\r_bl.scx LOCAL DIMENSION LSayaddr[2] Error in line 520 of Form1.sayaddr (record 3): Syntax error. PUBLIC dimension Sayaddr[2] Error in line 9 of Form1.cmgReport.cmdPrinter.Click (record 4): Syntax error. Compiling c:\sddms\screen\q_master.scx PUBLIC DIMENSION GAMaster[GiRowcnt,GiColcnt] Error in line 5 of Form1.Load (record 3): Syntax error. Form c:\sddms\reports\r_bl.scx has the following errors: Unknown LSAY ...Show All
.NET Development remoting?..networking? am lost
hi all, after spending some great deal of time on the internet searching...i surrender. i am an ASP.NET developer who has moved recently to work on WinForms application. i have to create this application which is composed of client/server sides. client and server share some datatables between. which need to be synchronized from time to time. and since am illitrate in anything of networking and remoting !! i ask help....where should i start. ...Show All
Windows Forms Drage and drop image into imagebox.
hey, can anyone tell me how to make it so I can drage a image into a image box What I want is so once you click on the image it stays there but creates it self to be dragged in to imagebox59 and it will center it automaticly to make it fit perfectly... It is a program that will let you make emotion icons, and I need it so you can do this stuff...so thanks I using Visual Basic 2005 express I found a example made by mic ...Show All
Visual C++ Real basic question: How do I make .exe file from source codes?
Hello, I'd like to ask a very basic question, I received source codes from my manager, he told me to make .exe file from these source codes, my ex-coworker used to make .exe file from this source code to run this .exe on the most current Pocket PC. This pocket pc is built with Windows Mobile 5.0. I'm not a programmer, so I have no idea how to make .exe from this source code, <question1> do I install embedded visaul C++ and ...Show All
SQL Server SSIS and its scale-up architecture
A simplistic question yes, but I would like to hear thoughts... SSIS is currently designed as a scale-up architecture vs. a scale-out architecture. What have people found as more important for SSIS when trying to maximize performance and throughput for an SSIS infrastructure running in production -- faster processors (e.g. 3.4 -> 3.6 Ghz), more processors (e..g dual -> quad), more memory (e.g. 2 GB -> 8 GB). The easy answer -- ...Show All
Visual Studio Express Editions develop windows service
Hello, i would like to develop a windows service with vb express. Is this possible with express or do i need a another version Has someone samples DiDi Windows service projects are only supported in Visual Studio 2005 Professional and above. It's probably possible to use the Service Control Manager API directly to create services even with the ...Show All
Visual Studio ToolBox Tool Window Missing
I have a VSIP package with a form. I want to add controls to the form but the ToolBox Tool Window item is missing from the View menu. Do I need to reinstall KJ, In Whidbey the "Reset Window Layout" command has moved to the Window menu. Do you have that If you try it, does it fix the Toolbox window appearance problem Please let us know how it goes. Thanks ...Show All
Visual Studio Team System no coverage result for website
How can I get code coverage results against my website in my unit test projects I tried adding the website to my test solution and add it to test run config to be instrumented. But after doing that, my test case can't work fine and I'll notice the weird error message: Failed to connect to an IPC Port: The system cannot find the file specified. Anybody has any idea Hello! Can you please provide more information ...Show All
Windows Forms Programmatic access to treeview control
The help index in VS2005 indicates that it should be possible to change the selected node on a treeview control programmatically, but both the selectednode and selectedvalue properties are marked as read only so they cannot be changed. How do I change the selected node programmatically to allow the tree to correspond to a web page that is opened from a Server.Transfer command (the default behavior is for the tree to remain pointing to the ...Show All
SQL Server Exporting to dBase from SQL Server 2005
Hello there! I trying to export data from a SQL database in SQL Server 2005 to dBase. I don't see it as an option anymore. Any ideas Thank you ...Show All
.NET Development Serialize Strong Typed Collection. "There was an error reflecting type.."
HI, I have a class that looks like this: [ Serializable ] public class NewsItems : System.Collections.Generic. List < NewsItem > { }; Any it works just fine for 99% of my needs... Here is the 1% problem, when I want to write out the contents of my collection to XML, I get the following error (pasted below) anyone know how to remedy this System.InvalidOperationException was unhandled Message="There was ...Show All
SQL Server How to create an age dimension
Hi I have a time dimension and i'm wondering how to create a dynamic age dimension on SQL AS 2K. It would be very nive to represent an entity by its age or (age interval ).(The age should increase everyday) Can anyone help Regards ...Show All
Windows Forms placing secure info in .exe / .dll
Hi I have been wondering for a while as to the best way to place secure information in my win apps. What is the "best practice" for this in general For example the connection string to a sql server... it stands to reason ...Show All
