Answer Questions
eli_verbuyst Terrarium server is experienceing temporty difficulities
I'm new at this game, is anyone else getting this message, just making sure that I haven't done something wrong. I'm using version 1.0.21.281 I'm sorry you are having so much trouble with setting the game up. However, v1.1  ...Show All
Aleksey Savateyev Reduce load time in UserControl that uses WebServices
Hi, I have a UserControl that is deployed in IE. The control makes calls via webservices to the backend system. I am trying to reduce the initial load time of the control. It seems that a large amount of time is spent during the first cons ...Show All
Dave_Bates Create Image from Icon
Hey. How do I create Image object from an existing Icon one You know, something like: Image someImage = (Icon)someIcon; Thanks. Should have try that.... Thanks. Try Image someImage = someIcon.ToBitmap(); ...Show All
bestofmn Downloading HTML pages...
Is there a method to download 5 HTML pages at the same time using C#, and DIRECTLY from the server, without going through cache Also, just a neat little trick I learned a while back when dealing with caches: if you ever&nbs ...Show All
Sergey Ch Winforms
Hi, I'm developing a simple windows form on .NET using c#. The form has a button(button1) that adds buttons (button2,button3........)to the form when clicked at run time. I'm finding it difficult to write the mouseEvents ie. the MouseLeave, MouseClick and MouseEnter events as well as the code for the button1. Below is how far I've gone. I would appreciate your help with this. Thank you in advance. - Paulette. using System; using S ...Show All
Tarun_Patel How do I get the active item in a listview?
I'm trying to make a method where I doubleclick on a listview item, and a button should then be added on a panel with the listview item's text Check SelectedIndices and SelectedItems properties. Okay, thanks. I'll try i ...Show All
gstring570 Resizing/Moving a Borderless form using C++ .net
hi guys.. my first post on this forum.. just joined today.. i have a borderless form in my application.. now i want to move/resize the form.. written the code for moving by getting the diff b/w new and old mouse coordinates on mousedown on a label(which works as my titlebar).. the code is working fine... is there any better way or this is fine to move.. also i want to have code for resizing/autohiding the form... autohide like too ...Show All
Obsidian Focus stuck on button
SCENARIO: Inventory form loads up you type in a record number and the record information appears. You click the RelatedDocuments button which brings up a treeview of all of the related documents. You double-click a Purchase Order node and the Real ...Show All
XP is self aware How to rollback datagridview value for invalid input?
In Datagrid, when I input a wrong value in a cell(say, letters in numberical cell), the datagrid automatically rollback to the original value. How can I implement this in the new datagridview Note that I have tried to use e.Cancel=true in DataError event, but not success. Thanks. Yes, but that doesn't not rollback the value of the cell. It just prevent from leaving the cell. Moreover, I find t ...Show All
Ian Morrish - MSFT DataGrid Sort Selections
Greetings, I would like to add a “no sort” selection to the sort options for a DataGrid. I’ve noticed on several 3rd party datagrids that when the column header is selected consecutive times the sort goes from ascending, descending, original order. The& ...Show All
bchadraa MSFT deployment provider problem
I have a problem deploying my ClickOnce application. I have built my Clickonce application with visual studio 2005 Beta 2 and signed the Manifests with a Verisign Code signing certificate. I publish it to my IIS server and then run it from my development pc and it installs and runs ok. I then go to another pc and try to install it (over ClickOnce) and I get the error "the deployment identity at the deployment provider is not th ...Show All
psyko Max Size of a Form
Hello friends, i am using VS.Net 2003. I need a Auto scrolling in a form, so that i have change the AutoScroll property to True. But i can't change the size of the form larger than the available screen. Please help me. Thanks in advance. Yuvaraj How AutoScroll works is that the size of the "virtual form" (i.e. the one that you are going to scroll around) is determined by the controls i ...Show All
Lukasz Pawlowski Update drawing in the Form
Hi All In my app, when I've a dialog box partially hiding the main window form behind, it'll erase the line drawing in the form. As I move the dialog box around, it'll behave like an eraser for the drawing in the form behind. Does any ...Show All
Merten1982 Visual Studio 2003 Locks Up After Building with No Error Messages
When I compile a project in Visual Studio 2003 Visual Basic .NET the IDE will lock up or freeze and I cannot see my application. If I press control alt delete I can see that the program has been built but I cannot see it. & ...Show All
Amanda Theodore Application Config File is deleted when I debug.
When I compile my Windows applicaiton, the config file is deleted. I followed the same procedure to add the config files as I did in VS .Net 1.0, but in 1.1 the file is deleted when I debug. Has anyone else seen this I ...Show All
