Marc Hanje's Q&A profile
Software Development for Windows Vista Workflow Monitor Sample
I have downloaded the lasted WinFX sdk and Visual Studio workflow extensions but cannot find the Workflow Monitor Application. Is this application a separate download I am not seeing this either. Under C:\Program Files\Microsoft SDKs\WinFX\ there is no Application Samples directory. Regards, Chris ...Show All
Windows Forms How to control the location of ClickOnce installation?
I successfully installed my ClickOnce application from a remote site. However, it is be default installed in c:\Document and Settings\myloginname\.... How to change the installation location to be under c:\program files\... Thanks You cant change that location. It is installed in the Application Cache and there is no way you can install it to some other folder directly by using ClickOnce. You could write an exe to copy files from that folder to where you want but I havent really tried it out. So not sure whether it will work or not. It sure would create problems if you have some optional files though. ...Show All
Microsoft ISV Community Center Forums After_Save Event???
Hi to all. I have a problem. For some sheets, I set to invisible before save. Now, I need set to visible the sheets after save, but there aren`t a After_Save Event... How can I solve my problem Any idea Thanks & Regards. I would try to use the BeforeSave event to cancel the users request to save, and do your own saving routine. I suspect you may need to set a global variable so that you can determine if the save request is from our code or the user. ...Show All
Visual C++ This application has failed to start because the application configuration is incorrect
Hi, I am just starting programming using Visual C++ 2005 Express Edition. I have had some limited practice in other languages and older versions of C++, so I have some idea whats going on but not much... Anyway I made a short program which perfroms a bubble sort on an array of numbers which the user enters (I know its nothing to write home about but its a start), it works fine on my PC and when I sent it to a freind who also had VC++ 2005 Express Edition it worked fine for him. However I then sent it to a freind without it (in a fairly poor attempt to persuade him to download it) , and my program didn't work on his PC giving the error: ...Show All
Windows Forms DataGridView adds two new rows on 'escape'
DataGridView control is adding two new rows when I press escape key. Following is the scenario: I have a hidden column in DGV. 1. I enter some characters in first column and press tab. 2. Now when I am in second column I press escape without editing contents --> This adds two new rows (so after escape there are total three rows in my DGV) I have handled following events _CellEndEdit, _DataError, _DataError, _CellContentClick Can anyone help me Thanks, Amol. What ar ...Show All
SQL Server Full text search for Arabic and English
Hi all, I have a database which i use for Arabic and English text, i want to know if i can use the full text search for this database. The default language is Latin but i can recreate the db using Arabic BIN as default. Thanks in advance Haidar, While SQL Server (7.0 and 2000 - Which version are you using ) both fully support the Arabic language, Full-Text Search only supports a "subset" of SQL Server supported languages and Arabic is not one of those languages. However, you can use the Neutral "Language for Word Breaker" when you setup the FT Catalog via the FT Indexing Wizard under SQL Server 2000. If ...Show All
Visual Basic Help in SQLserver 2000 with vb.net?
Please it's my frist time that I use VB.net 2005 I want to make master & detail form with Sql-server database and I found that no connection completed between me and the server when I try to choose the server I saw it repeated a lot 10 times at least plz help me Hi, Ok, I guess your problem is that you are not being able to connect to a SQLServer. Are you using VB.Net Express and your SQL Instance is remote If so, the express IDE could not connect to a remote instance of SQLServer. It can only connect to a local installation. Though your code could connect, you should do all databindi ...Show All
Software Development for Windows Vista Manual Frame Capture
Using vfw, we can do the manual frame capture.How can we do it using DirectShow - you might want to look at the sampler grabber example. It's the most versatile. There are some other ways which are simpler in case you want to grab just a single frame only (like using an inferface on the Videorenderer 9 if I remember this correctly). Just search the SDK-documentation ...Show All
Visual C# how to compare 2 files using two RichTxtBox
please can you help me giving sample codes.. thanks.. i'll wait. What do you want to do Are the two files text only files Why do you want to use a richtextbox Do you want the code to compare the files, or the user If the code, why use rich text boxes ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Direct X
How to create Mesh - object, if the coordinates of verteks, coordinate of normals are known, and there is a list what verteks belong to what faces Slightly off-topic but... Does anyone know of any utility that is able to import .x files into any modelling package ...Show All
Smart Device Development Text Formatting
Hi, I'm trying to add items to a list view like this: frmList.lstShop.Items.Add(txtProduct.Text) This method gives me an error "Value of type 'Strings' cannot be converted 'System.Windows.Forms.ListViewItem'". I've tried to save the text to a string and add the string but I get the same error. I also get an error when trying to add a column like this: lstTrolley.Columns.Add( "Price" , 40) Can anyone tell me how I could do these They work fine in .NET framework, just not compact framework. Thanks You'd need to create ListViewItem objects and add them instead. Please see this for ...Show All
Visual Studio Express Editions Event Creation in VB .NET Beta 2 Express 2005
Hi. Will anyone please tell me how to make my own events I have heard that it is possible, but I don't know either how or where you do it. Thanks, The Digital Pioneer I think we are ready to return to this now: Digital-Pioneer wrote: Uh-huh. Well, as far as I'm concerned, Dim allOfTheAbove As String = "Clear as Mud" I did notice the following code: Public Sub DoSomething() RaiseMyFancyEvent( "Yippie" ) RaiseMyStandardEvent(EventArgs.Empty) End Sub Is that saying that you are using a sub which raises the event That would not be very useful. I could just make a sub tha ...Show All
Visual C# message box in webapp
I need help. I need a message box OK/Cancel button in a web application (JavaScript ) to confirm a deleting row the problem is that i have not button "Delete" but i have a datagrid with a button column. Thx PS-could you post code and explanation Hi, Item_Created() event is not called in my page tell me how can i debug or how can i set break point over this. in my .aspx file i have following code < asp : ImageButton ID ="imgDeleteButton" runat ="server" CausesValidation ="False" CommandName ="Delete" ImageUrl ="images/icon-delete.gif" /> i ...Show All
.NET Development SOA using web service
I've been trying to develop an application and I've been running into issues when I expose methods from a business layer assembly using a web service. The problem is that when a client references the web service, a new set of data entities are created. What I want to do is to be able to pass the entities from a different assembly through the web service because these would be used by all of the applications that would consume (as well as any 3rd party consuming the web service). Data Entities are located in "SOA.Entities.dll". This would contain a class called customer with a name and address object along with other miscellaneou ...Show All
.NET Development Network Development Kit
Can anyone reccomend a good NDK for VB.NET 2005 The application will be multi-user and will include database access (server-side) as well as file transfer. Thanks for your comments. I've become so frustrated over this async/sync thing that I was in despair and looking for a quick fix (e.g. someone else has done all the work and I could just set a few params and call the functions!) Saying this, I don't blame it on the .NET framework and I'll have another go using the System.Net namespace. ...Show All
