Rajesh Prabhu. R's Q&A profile
Software Development for Windows Vista Need Info on Sharepoint SOX Accelerator
I am developing a web part which has a dropdown list. I want to populate this list wth the control environment segments. I want to do this using the MS Office Sarbanes-Oxley Accelerator object model. Can anybody let me know about it This forum is for discussing Windows Workflow Foundation. Here are the newsgroups for Sharepoint. James Conard Architect Evangelist - Windows Workflow Foundation http://www.WindowsWorkflow.net http ...Show All
.NET Development Understanding Synclock
Hi, I am having a difficult time understaing MSDN documentation of Synclock statement. I cant understand what is "expression" for in Synclock dim temp as string Synclock ME temp = "something" End Synclock What do we use "ME" for MSDN says "When the thread reaches the SyncLock block, it evaluates the expression and maintains this exclusivity until it has a lock on the object that is ret ...Show All
SQL Server transfer database task error
hi, I have created a SSIS package that does nothing more than loop through all DBs and copies the userDBs to another server. However, I keep getting an error after the task has created the database during its execution of "Create Role" statements. Here is the error: Error: The Execute method on the task returned error code 0x80131500 (ERROR : errorCode=-1073548784 description=Executing the query "CREATE ROLE [aspnet_WebEvent ...Show All
Architecture Advantages of OOP ?
Hello, Im a fun of OOP designs. I design my bussiness classes when I start a new project. Then maybe I will write mapper classes for bussiness classes to map DB tables or using an O/RM tool or an ODBMS . Think that this project is big one and it has long deadline. You will develop it 2 or 3 years. Requirements will be changed. To develop this project with OOP designs and n-Tier application design is good idea. But I am asking myself ...Show All
Smart Device Development How to Remove the Titlebar From the PropertySheet
Hi, Please any one can tel me abt how to remove or hide the titlebar from the Propertysheet and Also tell me is there any way to Convert A simple dialog into CpropertySheet. any Help is appreciated. Thank you in advance. Regards, Saravanan Hi, In case you are talking about the property sheet specific title that appears at the top of propertysheet, try to lookout for the propertysheet callback and return z ...Show All
Visual C++ Version strings?
How do you add a version string (build number) to a VS project I was hoping there was some way to make a version string that incremented when i build the project, and appeared on the windows property dialog under "summary" ...Show All
Windows Forms Web Browser URL Help
Trying to get the Web Broswer i inserted into my project to go too a different Website when its typed into the toolStripComboBox, here is the code i'm working with...Not sure if its complete if not can someone help me to fill in the blanks...Thxs in Advance private void webBrowser1_DocumentCompleted( object sender, WebBrowserDocumentCompletedEventArgs e) { String sURL = ( String )e.Url; int index = toolStripComboBox1.FindSt ...Show All
Software Development for Windows Vista Activity Persistance
I have my own custom activity that uses queues to communicate with an external data service. my question is what gets serialized out during a persistance. my activity is not marked as serializeable so i am not sure what is going to the serialization stream. Are the queues being serialized The reason is i am trying to provide some level of resilency. this particular activity could take a while and i wanted to possibly provide some type of ...Show All
Windows Forms Shortcut checking installation...
I have a slight issue with the deployment of my app. There are two problems that I have come across which involve the same issue. I am using the AppUpdater component and I have built the initial 1.0.0.0 folder into my setup project. I have created a link to AppStart.exe. Everything was running smoothly. Then I came across two issues. Firstly, a client had a application crash due to buggy programming on my part. In order to get out of this, ...Show All
Visual Basic Multi language application
Hy, I am looking for a convinient way to write a multi language application in vs2005. I know is posible to use .resx files to a project, but I don't want the .exe filte to get to big, so I am looking for a possibility to have separated files for every language and gest copy them in the app.exe directory and the app should use them at runtime to convert itself to the specifig language. If you know links to tutorials or sample code, please l ...Show All
Windows Forms how to give value to parameter in a query of dataset in C#.net2005?
I am in C#.net2005 I have a listbox bound to a dataset, in the dataset, I built a new query: SELECT ServiceID, ProductDetails, ServiceNotes, ServiceCharge, DeliveredDate, CustomerName FROM [Freedom Scooter Service Reminder] WHERE CustomerName = "@CNAME" AND DeliveredDate IS NULL in Code, I want to give value to this parameter "@CNAME" , so that the listbox will show the records with given CustomerName. by the way, the value of ...Show All
Visual Studio Express Editions How do I add a child record pulling in the ID of the master record
I hope this describes what I am trying to accomplish, on a form I want users to enter information in fields that will be used as header information then enter information in fields that will be detail records and each of the detail records need to have the ID = to the ID of the header record. I created a simple form to try and test this but I need a little help if someone could be so kind it would be most appreciated. Private Sub Form1_Lo ...Show All
Windows Forms Problems with stdole.dll
Hi, I made an application and use the MapPoint ActiveX Control. When I start the app I check for the presence of MapPoint and if it is there it shows a map. This all works fine. But now I tried to deplay the app to a clean machine. XP SP2 / .NET CF 2.0 (downloaded dotnetfx.exe) are on the machine. The app deployed fine on the machin until I added tha ActiveX Control. Now after some installation work it brings a MessageBox: System Update Required ...Show All
Visual Studio Express Editions Listbox Update
I have a main form named frmMain that when is opened/launched it will open a second form named frmDisplay, frmMain is a data entry portal and I want to add code to my "Add Entry" button so that it will add the data and update my frmDisplay with the data in real time. I have tried using the code below but it doesn't work. It does add the data but doesn't update the data in real time. You have to close frmDisplay and re open/launch the ...Show All
Visual Studio VSS 5.0
Is it possible to migrate vss 5.0 databse to vss 2005 without any problems or i need special procedures or software I'd recommend creating first a backup copy of the VSS5 database and making sure the database to be migrated doesn't contain errors (run analyze on the database), but VSS2005 should be able to migrate the database without problems. You need to run ddconv.exe utility to update the database to VSS 6.0/2005 format. ...Show All
