amitsingh18's Q&A profile
Software Development for Windows Vista Where can I get the WWF Beta 2.2 tracking database?
Tom, According to the MS documentation, changes were made to the tracking database stored procedures, in WWF Beta 2.2. Where can I get the sql to update my tracking database from Beta 2.0 to Beta 2.2 I have already installed WWF Beta 2.2, but the database stored procedures are not updated I look forward to hearing from you soon. Thanks in advance, John Portnov Tom, I would like to suggest that GetWorkflows stored proc ...Show All
Visual J# WFC (com.ms.wfc.html) OBJECT Tag call no working
Hi, I have a Java 1.1 (J++) HTA application. All the clases I have were migrated fine to the J#. It is without compilation errors. But I have many HTML pages that need to load some classes from a managed assembly. I follow the instructions below modifing all my OBJECT tags: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vjsharp/html/vjgrfUpgradingComponentsThatUseCommswfchtmlPackage.asp Even I created a simple page to lo ...Show All
Windows Forms change location ar tun time
Hi, I have a MonthCalendar control that I add on my form at design time. I have a button on the same form as well. Can I change the location of MonthCalendar control on Button_Click event I tried doing this, but it does'nt change the loc ...Show All
Visual J# One app, multiple main()'s
Hi; I have a single project that has about 18 main methods in it. How can I run the created exe (it's a console app) and tell it which main to use as "the" main thanks - dave Hi; I'm not building, just running it. I don't want to recompile each time I need a different main in the exe. And that would never work when telling customers using it as they don't even have the compiler. thanks - dave ...Show All
SQL Server Create SSRS 2005 snapshot programically
I have a VB.NET console application. The requirement is to create a summary report of records processed from an incoming txt that I split up into several txts after the process is done. During my process, I insert each row into tables so I can perform reporting on this information easily. The issue is, how can I essentially "save" there report into a specific directory after the module is done running I want to use SSRS 2005 which i ...Show All
Visual C# C# vs. C++
Hello, I don't know if this is the right place to post this but if it isn't - please tell me where to. Anyway, I want to learn one of the following languages - Visual C# .net or Visual C++ .net (2005). I've made a list of things for C# and against it (meaning for C++). I have read the post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=116618&SiteID=1 but my situation is a bit different as I do not have time to learn both lan ...Show All
Windows Forms DataGridViewColumn hosting user control not for editing
Hi, I developed some custom datagridview cells which contain specialized user controls, e.g. for synchronizing data between a client machine and a server containing up- and download buttons within a user control. I have them fundamentally working ..... but I have several problems, which I think come from unsharing of rows when starting to edit a row, which seems to remove a shared cell and replace it by 2 or more new cells. As the removed ...Show All
Visual Studio Express Editions Interface with php website
I'm a PHP programmer, new to C#, but catching on fast. I need to figure out how to send/receive variables using C# and PHP. Is this possible If so, could somebody point me in the right direction, please Thank you! Are you looking to do this in a web application (ie ASP.NET) or a Windows application If a web app... I must ask that you refer your question to the ASP.NET forums . If a windows app... can ...Show All
.NET Development access data from a Deleted DataRow
Hi! I have a DataRow marked as deleted. How can I get the data behind the row I tried to use Table.Select with several parameters but didn't succeed. I always get a System.Data.DeletedRowInaccessibleException when I try to do something like: pkID=myRow["pkID"] or in VB syntax... pkID=myRow("pkID") If DT is your table of changes use the following code to access the original row data: DataView originals = new DataView(D ...Show All
.NET Development Why issue with XmlSerializer and IDictionary?
I don't know much about XML, but because it is fairly human readable and plain text it seems a good idea to store data this way. For some really strange reason XmlSerializer won't work IDictionary:s. If XML was somehow dictionary hostile, I could under stand it, but it's quite the other way around: http://www.casbah.org/Scarab/xml-serialization.html ("dictionary" tag) ...Show All
Windows Forms Application-wide event when focused control changes?
Hi, In my application, I have a panel that displays some help text to the user based on which control they currently have focused. The control could be on the main form directly, or could be buried several layers deep inside nested ContainerControls (e.g. panels, tabs, user controls, etc, etc.) I need two things: 1. To ascertain at an application level which control is currently focused. In the absence of a better solution, I start a ...Show All
Visual C++ CRichEditCtrl
I have a window that has a CRichEditCtrl in it, my text is in here and there are font bars etc so that you can change the size and font of text. All i have to do to change this text is the following CHARFORMAT2 cf; //imagine i do some setting of cf here. my_cntrl.SetSel(0,-1); my_cntrl.SetSelectionCharFormat(cf); and this will change the font of my text etc, My question is, is there another way to do this, wit ...Show All
Visual C++ How to Port MFC to .NET; from VC6 C++ to Managed C++ and/or C# .NET
Can someone point me to information on how to port and/or reuse a portion of a huge MFC app to C# .NET managed and/or C++ .NET managed code. Willing to rewrite most of the user interface, but need to preserve/modify existing code that is based on 50+ classes derived from MFC's CObject. I need the "Serialize" portions of CObject so that my existing data files can be read into the ported app, or so I can create a conversion app. I ...Show All
.NET Development My programs won't start up on Win98 or Win2000
I've been struggling hard with this for about a month. I have a program written in C# .Net 1.1, that has about 170,000 lines of code and is in daily use by thousands of users. Any version that I released after about 9/1/05 simply fails to start up at all on Win98 or Win2000. "An unhandled exception has occurred", followed by thread id, but absolutely none of the usual details. Keep in mind that it continues to ...Show All
Visual Studio Team System Team menu item disappears
I am running VSTS, on a server which I am connecting to over the web. It's worked fine for a while now. The only problem I've had is that the 'team' menu item does not always appear, but I've found if I go to the 'team' tab and browse, it appears. My 'team' tab has disappeared, and I can't find how to reinstate it, and my menu item is not appearing either. I can check code in and out of VSTS, I am connected to it, just the team menu is gone. Wha ...Show All
