Answer Questions
GERT86 ClickOnce on a locked down Terminal Server
I've been asked to get a ClickOnce application working on our Windows Server 2003 terminal servers. Note: I am not the application developer - just the guy trying to get the app running. I can make suggestions to the developer but they are a third-party. Some background : The terminal servers are load-balanced and publicly accessible (no guest access) so we have them locked down; although not as tightly as *I'd* like... ...Show All
Montse onlky refreshing and not adding rows using Fill()
Hi, I need to refresh my dataset after a certain period and I am using DataAdapter.Fill method myCommand = new SqlCommand(ReferenceClass.MarketExposureSPName(), myAccessConn ); myCommand.CommandType = CommandType.StoredProcedure; myCommand.CommandText = ReferenceClass.MarketExposureSPName(); myCommand.Parameters.Add(ReferenceClass.MarketExposureSPLimitParamName(),iMarketExposure); myAdapter.SelectCommand = myCommand ; but ...Show All
r2 Control Suites
I'm a GUI designer working in the planning stages of a project to be written in C#. One of the requirements for the look of the GUI is that it should not look dated after the move to Vista. We are trying to get a suite of controls/components that will help with this. Does anyone have suggestions Regards... The Windows Presentation Foundation is a little too bleeding edge for this type of project. I'm sure t ...Show All
Andrea Schaffernorth Circular Reference Issue
Hi, I have a situation where I have 1 solution and multiple projects underneath so that I can maintain seperate dll's for different reasons. I have an MDI Parent form in one project and in another are all the forms that I want to instantiate&nb ...Show All
Russan Errors installing Server (System.IO.FileNotFoundException)
Hi, I downloaded the server (Beta 1) for Terrarium. I am checking both the database and web site checkboxes on the installation wizard. The installation starts and I get a progress bar that moves along. However before I get to the end& ...Show All
Henk Kin i am wondering...
I am using vb.NET part of VS.NET, and no matter how many times i check to see if targetanimal is nothing ( targetanimal being animalstate of the current target ) i always seem to get OrganismNotVisibleException, and my creature ends up attacking&nbs ...Show All
caperaven keydown repeats keys?
Hi Any property/way for the keydown event to receive a number about repeats due to key being held down Use the lParam bits as follows: Bits 0 - 15 Key Repeat Count Bits 16-23 Scan Code Bits 24 Extended Key Flag Bits 25-28 Reserved Bits&n ...Show All
Randy D. Smith ultradockmanager
hi frnds, where can i get some information on UltraDockManager control in Infragistics i ll b thankful to u if u provide the links if any regards, .netguy This a Window Forms forum, not an Infragistics one. Check out their devcenter at http://devcenter.infragistics.com/ Anyway the Infragistics control library should come with documentation. ...Show All
ssunnergren how to retrieve text from a textbox in another form
i created a windows application in c# that have the most functionality of notepad but . it consists of 2 forms one is mdicontainer and the else has a multiline textbox in the first i put a menu that process the text in size font , color i included also a new menuitem when clicked it opens new window which is the second form . but i need to retrieve text from it to be processed in the first one HOW ...Show All
ader10 Form Basics
I'm looking to find the basic concepts for making windows forms that have an active area that can display other forms but still look like the same form. I am making a setup screen form for an application. It consists of a list box on the left and on the right the options (textboxes, radio buttons etc) depending on what line is selected in the listbox. I want to have the form to show the various options on the right when i click a value in t ...Show All
Metaman Changing item background color in ListBox control?
Hi, How can I change the color of different rows in a ListBox control. Is it possible Should I use something else I am currently working with Visual Studio 2005 Beta. Thanks in advance, Cosmin Nevermind... I found a solution. In the  ...Show All
Ajoy How do I change the backcolor of a tabcontrol in a form ?
How do I change the backcolor of a tabcontrol in a form I dont have any tabpages for now but will have for future additions. I've changed the backcolor of the form, the selected tabs on the top but unable to change the tabcontrol& ...Show All
Doug Mitcham MDI Child forms in VB.NET
My MDI Child forms load as expected, but if you switch between a couple of the open forms, they start to cascade. Nowhere in my code does it ask them to do anything (though they are all specified to be maximized. I've tried setting the maximized property both programatically as well as in the designer. Thoughts/suggestions would be greatly appreciated! Assign the value in the main form's ClientSize . this .m ...Show All
vidalsasoon Best way to embed a list of name/values in the application settings
I have a static list of name/value pairs that I need to store with the application. I would like these to be editable in a file stored with the executable. Using the newer default settings was my first thought. My question is this... Can I access the name by doing a search for the string What I'm doing is having the lookup the name at runtime depending on what was returned in a DataTable and replacing that name with the correspond ...Show All
the_thug Can DataGridViewComboBoxCell be able to edit by user (like a normal Combobox)?
Can DataGridViewComboBoxCell be able to edit by user, like a normal ComboBox If can't, how to customize a cell/column to get this feature Thanks a lot! Hi, I modified my code as attached, now I can type in the combobox cell and the data was added to the items list, but when I leave the editing cell, the data disappeared from the text display area of the cell (nothing displayed). what's wrong thanks a lot. ...Show All
