Answer Questions
MikeKelly Hierarchical grid missing in 2005
Hi there, I really need a hierarchical grid in vs .2005 and I cannot understand why MS removed it from their controls. Has anybody know of a free one to use thanks a lot. Thanks for your reply.It looks good!!!Downloaded some time ago.Spend some times and i had few problems with it ,and I left it. I can go into the specifics if you are willing to help or you have different examples where it ...Show All
silverfrost DownloadFileAsync Question
Hi, I am building a class using the WebClient.DownloadFileAsync method so that I may instantiate it several times and start multiple file downloads concurrently. I am trying to build a wrapper class so that all the user has to specify is the download URL and destination. I'd also like to update a progress bar on a WinForms application (one per file being downloaded). Therefore, I would like to know what is the best way to structure my class ...Show All
erwinpogz Redirecting Console Output
Hello, I have the following problem, i hope someone can help me: I want to write an mini-IDE in C# (like SharpDevelop e.g.) and want to provide the possibility to compile and run C#-Projects. To compile and create an assembly i use the namespac ...Show All
JavaSci Unable to change application or form icon
There must be something weird with my Visual Studio 2003 setup, with C# because I can't get the application or form icons to change correctly. I've tried editing the App.ico file, which is including in the basic project. I've tried changing the icon file through the project properties general application icon field. And for the form only, I've also tried changing the default icon at the form properties icon field. In each case, the applic ...Show All
Logifire Terrariom Down?
Am I missing something "Played" this game a year ago or so and just stumbled across it again over Thanksgiving but it seems to be down. I'd like to see things start up again. What do we need to do to make that happen ...Show All
Tammy* CheckBox does not update bound DataSource on click
It appears that clicking on a CheckBox does not update corresponding DataSource immediately, but rather waits for the CheckBox to lose keyboard focus before doing so. Is there any way to trigger that update immediately, as soon as the CheckBox is clicked Joe, I am using VS 2005, but I am unable to find the designer, where I can select (DataBindings) -> (Advanced). Could you please advise. I ...Show All
caaanerud Multicolumn tree/list view
Hi, Can anybody help me to do something like this: http://www.codeguru.com/Cpp/controls/treeview/multiview/article.php/c3985/ I am a "Newbie" and I completly don't know how to do control like this. BIG thnx and please, please help me :-) ...Show All
Kasper B How to add a file to a clickonce deployment?
I have an application that is a windows application and requires a file which contains profile information for an emulator. How can this file get added to the clickonce package so the file is installed when the application is installed. This is actually a file that can be executed so I also need to know what the path would be. Any ideas Project Database Deployment My comments from the previous post referr ...Show All
cjc Recommend Good API book for C#
I need to do some TAPI programming and cannot find any good reference material. If anyone can please suggest some for C# please let me know. Thanks I can pretty much guarantee that there's no book on TAPI with C#--people just&n ...Show All
Nicolas Humann OnDoubleClick
When my Control receives a DoubleClick event I want to perform an action, but only if it is a DoubleClick of the Left Mouse Button. How is this typically achieved I know I can record which button was pressed by first handling the MouseDo ...Show All
Leon Katsnelson Drawing on top of an image
I have an image in a picture box that I would like to be able to draw circles (ellipses) on top of the image. I have tried using the graphics.drawellipse method using a pen and rectangle as the parameters. and I set the coordinates directly over spots of the image, but no drawing occurs. I'm guessing the problem is that I need to implement the PictureBox_Paint method, but I'm not sure exactly how to do this. Can anyone help me out What action fi ...Show All
Anko Groenewegen Placing Windows Form in bottom of all windows
Hi, I tryed to set my form in bottom of z-order of all windows. I'm trying to create Windows desktop replacement. I found that I should use API SetWindwPos with HWND_BOTTOM argument, it woks only until i activate that window. After activation it becomes normal window. Can anyone help me I'm using VS 2003. Here is my code: Public Class DesktopWindow Inherits System.Windows.Forms.Form # Region "API Constants" Private Const WS ...Show All
CoolMicheal showing different text in a pannel at runtime
Hi ! I am new with Windows Forms. I want to make an application interface with different panels. In one panel I just want display different information along the time, showing what the application is doing (keep changing the information according  ...Show All
ashish_rkp Need to import Outlook contacts into ASP.NET Web application..
Hi, I'm looking for the best way to access client (the user's computer) Outlook address book information for use within a Web application on my company's Intranet. The only way that I've been able to accomplish this is by programming and using an activeX control that utilizes Outlook's object model, but I know that there must be a better way. Sharepoint actually has the same type of functionality I need for my Intranet page (Import Con ...Show All
pkshih TreeView custom property problem
I am creating a databound treeview but i am having trouble with one property. I created a collection to hold labels. and i added to the designer. I can create the labels, however, i do not know how can i save it; I do not have a problem with the string and int properties, .net saves them in the designer.cs. PS: i am using the 2005 beta. public class MyTreeColumns // this is my class containing the string label public class MyTree ...Show All
