Answer Questions
yvading1482 C# code problem
Hi !!! I have translated a VB code to C# code but i have problem as it gives me an error that i can not solve. my code is :- this.treeView1.Nodes(refEmp.Type).Nodes(refEmp.SSN); Type and SSN are read only properties that return only <b>: 'System.Windows.Forms.Tr ...Show All
Emad Rangchi Smart-Client Deployment and IE Cache
We have smart-client application deploying from our IIS Intranet Web server. The application executable and assemblies get downloaded into the user's IE cache on their PC automatically as part of the framework process. The problem is that in some offices,&nbs ...Show All
DaleG177 designer can't load form. Where is 'more information'?
after going from beta2 to rc1, the designer all of a sudden cannot load my forms anymore. instead, i get the infamous window with the red top that says some errors may go away building the project, while other need code changes. needles to say: the file compiles fine, the form could be opened with the beta2 and vs2003 designers and obviously doing a rebuild doesn't help at all. now what the additional error message says; Unable to load one or m ...Show All
Torpedo Dock My Windows Main Form
Hi, I would like to know how can I dock my Main Windows Form in my app in the screen. Just like I do with controls within a form. Any ideas Thanks a lot! Thanks for the input. Do you know if there's a way to do& ...Show All
Howard Rogers Is it possible to create a desktop icon using ClickOnce
I found only one article about creating desktop icons, but that article (MSDN) ruled out creating desktop icons. Is this possible with ClickOnce or not I know windows installer will, but we have a Smart Client and want to provide a way to create a shortcut to the app on the desktop so people could get to it quickly. Any suggestions Thanks It is not a feature of the deployment.& ...Show All
Andrei Kossoroukov Requesting a computation to wait
This concerns a windows application in which I want to do a short computation, display a message based on the result, and then go into a longer computation. However, the second computation apparently pushes the message off the queue, so that it does not appear until the second computation is finished. If I don't start the second computation until I click a button, everything works fine, but that's not the way I want to do it. Can I somehow tell ...Show All
DeviPriya Refresh Form Question
Hello, i am writing a program including file and folder browsing controls. During the time it is running, the user can create or delete files from the folders my program is showing using another program, let's say windows explorer. My question is when,&n ...Show All
mumato Getting a Strange Click-Once error at Install time - please help
I am able to successfully publish my files to install.inventorymanager2005.com but when I click on the Install button it gives me a bland error message that the program was not formatted correctly. Click on Details and you get this: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll : 2.0.50215.44 (beta2.050215-4400) ms ...Show All
Leho SelectedIndexChanged event vs Selected event
I have tried using SelectedIndexChanged and Selected events for TabControl. I have noticed that with SelectedIndexChanged, the whole tabpage and its contents are shown before the event is fired. I can then set focus to a control in the new tabpage. But with Selected event, the tabpage+contents are not shown at the time of the event, so I cannot set focus to a particular control there. Is there a way to get focus to work with the Selected event ...Show All
Vitaly Demin toolstrip.overflowbutton BUG?
Dear all, I have in C# 2.0-Application of me insert a toolstrip-Menu, something comes to a overflow, and a overflow-button is displayed. Because I have custimize the toolstrip-menu, I will custimize the overflow-button too. I custimize the overflow-button with the command this .toolStrip1.OverflowButton.ShowDropDownArrow = true ; this .toolStrip1.OverflowButton.Text = "More >>"; this .toolStrip1.OverflowButton.ToolTipText = "MOR ...Show All
Tulika18 Form Resize incorrectly
I have a problem with Form Resize: Make a Form (autoscalemode DPI), place one button in the lower right part of the form(Autosize false - Anchoring None). When I then resize the form, either in design or run mode, the button does not keep its location. Not even if you consider it is the top left corner that should be in the same relative position. The button disapears out of the right corner when the form is made smaller. It looks as if the resi ...Show All
haroldb SqlConnection and Dispose in Windows Forms
Hi, I'm new to Windows Forms development. I'm developing a simple Windows Forms Application with 3 forms, MainForm, FormA and FormB. The MainForm simply contains 2 buttons to open FormA and FormB in a modal fashion using ShowDialog(). FormA contains some text boxes and a button to add a record to a database table in SQL Server. FormB reads the database table and displays some information. So, we can go the MainForm, click on a button to open ...Show All
Samie_ug asgard2.0
Introduced!! The contest of Japan was ended. The server was also stopped . nox1.2 and asgard2.4 were put into the server of US. http://www.terrariumgame.net/terrarium nox1.2+snake2.1+asgard2.3=very strong!! I'd like them too! Since&nbs ...Show All
Tony Maynard-Smith again disable add new row?
How can I eliminate that new row line at the end of my datagrid. I need the grid to be editable, but don't want users adding a new row. You can use a DataView. If you set a DataView's Table property to the table yo ...Show All
Matanel Sindilevich ClickOnce ... endless frustrations
Hi, if ClickOnce was a person i'd certainly give it a knock out right now ... I'm so frustrated with that thing, using it since the early alpha bits and always having problems with it ... now in beta 2 it doesn't work again the way it's supposed to. The specific problems I have right now are: As soon as I activate ClickOnce security settings, setting them to full trust and debugging the applicatin with this permission set, as soon I try to lau ...Show All
