wayne_p's Q&A profile
Windows Forms DataGrid
Hi, How can I update a datagrid row in batch mode using updaterowbatch any examples of updating the database through the datagrid would be much appreciated. I'm using C# & ORACLE. Thanks for any help. Sur ...Show All
.NET Development Trouble registering from config
Hi, I'm trying to create my first simple remoting demo. I have this in the config file of my hosting app < system.runtime.remoting > < application > < service > < wellknown mode = " SingleCall " type = " AppServices.OfficeService, AppServices " objectUri = " OfficeService " /> </ service > < channls > < channel ref = " tcp server " ...Show All
SQL Server DTS DB2 Dates 0001-01-01
Hi, I am trying to transfer a table from DB2 to SQLServer 2000 through a DTS package. The DB2 table contains fields with default dates of "0001-01-01". The DTS package errors out whenever it reads this date as "invalid data value". In SQLServer 2000, the date fields are of type ShortDateTime. I have searched the Internet but did not find a workable solution. Please, can anyone help me find a solution ...Show All
Windows Forms Computor DeskTop Appearance
I changed Anti Virus software from Norton To BitDefender and When I reboot my pc the appearance changes from Windows Classic to Windows XP Style. I can change back to the Classic style, but each and everytime I reboot my pc, it changes. This never happened when I used the Norton Software. Any ideas Try posting this on the Microsoft Newsgroups . These forums are for technical programming questions only ...Show All
Windows Live Developer Forums Trackback spam editor
I have been using spaces for a while and although it is painfully slow I really like its functionality and appearance. However, trackback spam is driving me nuts and I have had to turn it off. The MSN Spaces way of removing trackbacks, one at a time and a 15 second delay between each, is not very friendly. I have been thinking about creating a simple application that removes trackback spam, but to my surprise the API for MSN spaces is ...Show All
Windows Forms How to Store state of controls on a Form?
Hi All, I will be writing a Windows Forms application with potentially a large number of forms, which each contain text fields, dropdowns and so on. The user will want to be able to open one form, add values to the text controls, change th ...Show All
SQL Server Job To Execute A SSIS Package Fails - The Command Line Parameters Are Invalid
I have created a job to execute a SSIS package located in the SSIS Package Store. When starting the job I receive an error. The history log reports: Message Executed as user: DOMHARRPROMAST\SQLMAIL. The command line parameters are invalid. The step failed. This is the command line: /DTS "/File System/DataWarehouse/AgencySCD" /SERVER ntharrsqlt500 /MAXCONCURRENT " -1 " /CHECKPOINTING OFF What am I doing wrong ...Show All
Visual Basic Help Me Plz
I wanna To learn the vb langs Plz any one tell me how it Hi, Please visit Visual Basic learning page . Regards. ...Show All
Visual Studio Tools for Office Word/Excel Designer Error in VSTO 2005
Last week I received a new machine at work. On Friday, I installed VSTO 2005 (which had been previously installed on my old machine and worked fine) with no problems. I modified and existing Excel project that I was working on and everything worked fine. Yesterday I opened another existing Excel Workbook project. I was able to compile and run the project successfully, but I received an error message when I tried to view the workbook in the VS ...Show All
Visual C++ error C4368: mixed types are not supported
I declared a member wchar_t sometext[05] inside my managed class. The code does not compile and I cannot figure out why because this error message is not explained in the online help. What is the difference between the implementation of wchar_t letter1, letter2, letter3, letter4, letter5 and wchar_t sometext[05] The former is allowed but the latter is not. Please help. Chris Correct. What you need is eith ...Show All
Visual FoxPro cursoradapter not loading data on large table
Hi folks, I am using cursoradapters in VFP8 SP1 to upgrade an existing app to use SQL Server database. I have realized that when I have a large cursor on the dataenvironment, either itself, or other cursors do not load, and I get "Table does not exists" error when I try to browse. However, when I remove the large cursor, the other tables load. I am using the cursoradapter wizard to create the cursors. I specify to use ODBC, and Use existing ...Show All
Software Development for Windows Vista Binding workflow parameters with activity properties
Can someone provide a code snippet to show how to bind workflow parameters with (custom) activity properties. Note that the workflow is to be composed dynamically. I am trying to compose a WF dynamically by stringing together certain predefined activities that have some properties defined on them. I would like the WF to take certain parameters such that they are bound to appropriate properties in the activities (.i.e parameterizing the activiti ...Show All
Windows Forms .net framework 2.0
We r just starting to develop an application,windows forms client, using .net 1.1..is .net 20 officially released,or is it in beta stage..We r developing smart client,and ease of deployment is a very important issue..should we develop using .net 2.0 or stick with 1.1..pls help.. thanks Just to help you make a choice, .net 2.0's ClickOnce is an amazing feature for deployment. We have decided to go with Beta 2 for development purposes. The ne ...Show All
Windows Forms How to change cell font in a DataGridView control?
My task is to display a number of fonts in a list. This list will be scrollable, and each font name will be shown in its own font face. On my form, I have two DataGridView controls. The first DataGridView gets a list of all system fonts and their filenames (well, just the font names for now, as I cannot find how to display the filenames! - if anyone knows, that would help!) and the second DataGridView displays the list of font names again, but f ...Show All
Visual Studio Style Properties dialog box:Where is it ?
I dont find the Style Properties dialog box that is mentioned in the VS 2500 Documentation for the Report viewer. I can look at the properties Dialog of all elements of a report, and of the report itself. But never get to this dialog or a item on context menu that would lead to it. Thanx for info in advance, michael The Style Properties dialog applies to elements of a chart. For example, if you open the Char ...Show All
