Answer Questions
BKRIS Wrong content type ?
Application: ---------------- "An unknown error has occured. Please review the even log for more information" Event log: ---------------- "Client found response content type of 'text/html; charset=Windows-1252', but expected 'text/xml'." Any ideas ...Show All
Espen Eriksmoen LOke How do add an item to a databound combobox
Hi All, I have a combobox which is databound to a dataset. When I call addnew it clears the selection but doesnt add my text. I end up a the original items in the list but an extra blank entry that is linked to the new entry. Dan ...Show All
Shawn Gibbons it works with framework v1.0, but not v1.1 !!!!!!!!!!!
Hi, I'm trying to get one touch deployment working (downloading and executing a .net exe from webserver) across our intranet. I can get it to work if the client has framework version 1.0 on, but if i install v1.1, then the code doesn't ru ...Show All
Tim Akehurst Click-once application doesn't start
I've having big problems with Click-Once deployment of my application. The application appears to install correctly and adds an entry to the start menu, however it won't run: either from the Start menu or from the web page. The application does seem to work correctly for my colleagues, but not for me (although it used to). I can't see any event log entries, and the application isn't running in task manager. How can I see what is goin ...Show All
TRB main form losing responsiveness
Howdy all. I'm building an app and this is essentially how it works. I've got a winform. On the left is a tree control. On the right I've got a panel, which I call ControlHoster. What I do is change the content of the panel's control& ...Show All
KiranK Need some kind of modal dialog in a mdi child
I'm developing a MDI application and I'm wondering if you could give me some ideas how to implement this demand: I want to display a form that is modal for one child window. The user has to able to switch to other mdi childs but is not allowed to work with the current child until he closes the modal form. Because modal dialogs are modal for the whole application I cannot use them. Do you have any suggestions Thanks a lot! ...Show All
emiaj Help: Hosting .net form controls in IE
I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission. I have searched alot on the web about .net security I have been trying to make a .net form control work in internet explorer without getting a System.Security.SecurityException: Request for the permission of type System.Security.Permissions ...Show All
randyds Publish.htm contains CompanyName which I don't want to be used
When I use Click-Once publish it creates publish.htm file with my company name in it. I can not understand where this settings comes from since I searched all files in project folder and can not find anything referencing that name. I'm not sure where it's stored, but that information gets pulled from Project Properties/Publish tab/Options button/Publisher Name. Mike ...Show All
chutachut Error Massage after Deploying application
I've deployed and app. in a client computer adn when I run it all I get is an error-crash massage ("App encountered a problem and need to be closed") at the details it says somthing about "system.windows.forms" is there any thing I need to add to the deployment for it to work I'd really like to help, but I'll need some more specific details. How did you publish your application Ho ...Show All
ndat RichTextBox width issue
This issue best illustrated by looking at http://vooose.com/store/rtb.jpg How would you determine the width of the RichTextBox so no scroll bars were required The RichTextBox must "know" already how wide it is because it has provided the scrollbars, so it is this width that I am after. Regards Wal 1. Use the Dock property, so that the control will expand has much has it could on your form. ...Show All
Tiago Fusco namespace could not be found
I discovered my problem does not have to do with the compiler I am using (if you read my other thread) I understand to add a reference I go to project->add reference, and I understand I need to add organismbase and system.drawing. After&nbs ...Show All
Cliff hewett Taskvision Server in different location!
What are the things i need to modify if i want to install my taskvision server to a different computer, and the database in a different computer im having difficulty customizing it. ive already done modifying the connectionstring in web.config, but stil ...Show All
Paul Drumm Need added row visible in data grid
We have a form that uses a data grid to show current values in a database table. The data grid is also used to add values to a database table. The user selects an Add button - at which time we will add a blank row&nbs ...Show All
Jon Woodcock Restart Application Button
Hi, Is there any function I can use to to restart an application Thanks, ACtually I am maintaining a multithreaded application and at times one control on it fails. I want a button that can allow user to quickly restart the application if the control fails. The problem gets fixed when you restart the application. Yes, I want the application to restart itself. Thanks, Ca ...Show All
rfryer MDI Merging /w ToolStrip and ToolStripContainer
Hello! Using Whidbey Beta 2 I built a simple MDI App with Menu- and ToolStrip-Controls on the Parent and on the Child. If the Child Form is shown, the MenuItems and the Tool-Items itself are correctly merged with the main Tool-/MenuStrips placed&nb ...Show All
