berk-atabek's Q&A profile
Visual C# Updating and retreiving entries from event log!
Hi, I'm having the following problem and it would have been great if someone can give me a solution. 1. Is it possible to update an existing entry with a particular EventID in the Event log. 2. How can I retrieve the message/description and date of an entry with a particular EventID from the Event log. It would have been helpful if you can support your solution with code in c# Thanks & Regards, Frenz No, you can't modify eventlog entries. But why do you want it The event log is for logging event things, like error, notifications, warning etc... you should not update them. And error accore ...Show All
Smart Device Development How to get my application to run at boot time
Hi, i'm developing a Win CE .Net 4.2 application and i want to know how to make it run at boot time, I'm not sure what to do, so please help me. Thanks in advance. Read this for WinCE: http://blogs.msdn.com/cenet/archive/2004/12/03/274661.aspx Cheers Daniel ...Show All
Visual Basic Desk band
Does anyone know how to create a Desk Band using vb.net I can only seem to find C expamples, does this mean that it's not possible or mearly that it's going to be very difficuly. It's possible, but not recommended because of the reasons outlined here http://blogs.msdn.com/junfeng/archive/2005/11/18/494572.aspx While a desk band isn't really a regular shell extension, some of the same problems apply. ...Show All
Software Development for Windows Vista Workflow Persistence & Event Arguments
I'm developing a State Machine workflow that passes parameters through events. The Workflow will have to persist its state in a SQL database. My understanding is that the persistence services will persist the current state of the Workflow (e.g. which state the Workflow is in). The workflow is rather useless without also persisting the parameters passed in the event arguments. Will the Workflow Persistence Services automatically persist the values passed in the event arguments or will I have to manually persist these parameters in the database Thank you in advance, -- Sean The parameters that you passed in ...Show All
Visual Studio Tools for Office VSTO Outlook 2007 Questions
i have been tasked with developing a VSTO Outlook 2007 add-in application. The company wants me to start developing this right away, despite both Outlook and the VSTO still being at a Beta stage. They are doing this because they want to launch this product as soon as possible after the launch of Office 2007, in order to maximise sales. Where can I find out about further improvements planned for forthcoming releases of the VSTO and Outlook 2007 suites, in order that I may better plan this project Does anybody have any release dates - ish Also, would anybody from Microsoft be interested in liaising with me from time to time as I embar ...Show All
SQL Server report builder embedded
It's possible to have a report generator inside my application ASP 2.0 ...Show All
.NET Development Is there any simple working sample on VS 2005 with connection to Access DB???
Hi, Is there any link to a working sample in Visual Sudio 2005 with connection to access db for quick start with the basic functions: Insert(), Update() and Delete() Thanks Mustapha ...Show All
Windows Forms Determine mouse XY coordinates for double-click
The DoubleClick event for a DataGrid is just using the basic EventArgs and not MouseEventArgs. That makes it kinda difficult to determine <em>where</em> it happened since you don't have the coordinates to perform a HitTest check. My MouseUp event is already used to performed a full row selection, so what's a possible go step to solving this ...Show All
Visual C# Localization
Hi, I have a Windows C# app developed using VS2003 and I need to localize it into German and French. (I did not create the project) I have come across a few problems and I would really appreciate any help. 1. The project is made up of Forms and Panels. I notice that if I click on a panel dialog and view its properties then I get no option to set the localization to true or to change the language for it. How can I localize a Panel, I need to do this because the Panel hosts buttons, Labels and Text boxes. 2. Also I need to localize some of the strings in code. All the examples I have seen have walked me through the steps where I create 3 ...Show All
Windows Forms Closing Application
Hello Everyone and thanks for your help in advance. I have written a Windows application that is triggered by Windows Scheduler each evening. Basically, the program starts a thread, parses some text files, and then loads data to a SQL Server database. However, since Windows scheduler needs to run it each evening, I need to the application to close at the end of the thread. However, I am not exactly sure how to accomplish this and determine if everything has completed. Any help on this topic would be greatly appreciated. Thanks. define a integer variable =0 as a flag, once the thread start, set the fla ...Show All
Visual Studio Team System Release Numbers
For Tasks, bugs, scenarios etc. where is the best place to stick release numbers Somtimes we will have 50 issues in our current product tracker that spans the next 7 releases. Would these be best put into the Iteration field for easier searching Yeah, very easy and it works. (The field is also added to work items created before you added the field to the template) Look at witexport and witimport for help. Alternatively you can use the Process Template Editor from Joel over at:- http://www.gotdotnet.com/workspaces/workspace.aspx id=812a68af-5e74-48c6-9623-1a4469142a84 It's great for getting to grips with the XML format required ...Show All
Visual Studio Team System VS 2005 RC aligns with what version of TFS?
There is no TFS beta 3 posted yet--which version of TFS does the VS RC work with I've also been trying to find out about this. We're on the July CTP of both TFS and VS2005 and we'd like to move to VS2005 RC1 if there's a stable version of TFS we can use with it. ...Show All
Windows Forms Error assigning ".ico" file in Form.Icon=
Hi I am developing a VB.NET windows form application and facing a strange problem. I am using a ".ico" file when ever I am setting that Icon as the icon property of the form it is working fine in the Windows XP OS but throwing the following error in Windows 98 OS Exception has been thrown by the target of an invocation. ---> System.Co ...Show All
Visual Studio Express Editions Users
ok, i was wonderin. you know when you do a directory link thing and you go into a users documents. Well can Vb fin out the users username so u can use it on the link. Hope this helps you pass your test!! james aka:Trucker ...Show All
Visual Studio Express Editions OleDB - Adding a new record to a table
I would like to add a new record to a table. I have open the database, however, I can not workout how the add the new data to the dateSet. Eg. I have field name in the table call ‘Mean Temperture’, how do I add a new value like ‘1.2’. This is the code I am trying: Any help would be great. Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Documents and Settings\...\Porter Heights Weather Data.mdb;" Using connection As New OleDbConnection(connectionString) Dim adapter As New OleDbDataAdapter() Dim cb As O ...Show All
