Answer Questions
Ferenc78 Custom Control Click Event
I Have created a custom control which has a couple of labels on it and a progress bar. When i use it on a form, i want to assign a click event to it, so that if you click anywhere on the control, its registered as a click on the control. Adding the control.click event to an eventhandler doesnt seem to work. What am i doing wrong What do i need to do to get it to do what i want Cheers When you design your contr ...Show All
Server Girl TableLayoutPanel - Minimum Cell Size
How can I get a TableLayoutPanel to respect the minimum size of any given control in any of its cells If I have a 2x2 table layout with a simple panel in each cell, and all the panels have 100, 100 as their MinimumSize, I get some funky overlapping when the form gets small enough that the table layout panel needs to make its cells smaller than 100x100. How can I get it to stop doing this Thanks. I haven't ...Show All
kawano1h Environment.SpecialFolder Enumeration
Dear All Is there a way to obtain the ist all the files in the Fonts folder There is no enumerated constants in Environment.SpecialFolder Enumeration to the Fonts folder Any help is appreciated Thanks You can't rely on the Fonts folder always being located in the Windows directory. Unfortunately, Microsoft hasn't exposed the Fonts folder on the Environment.SpecialFolder enumeration. T ...Show All
Blue Eyes form object not displaying
Hi. I'm writing a chat program that involves sockets and windows forms. I have a socket object that connects to a server (TCP/IP), listens for any messages from the server, and instantiates a new windows form object (upon receiving a special message e.g.: BEGIN_CONVERSATION). The socket object continues to listen for more messages from the server. I have written a simple windows forms class ( public class ConversationGUI : System.Windows.F ...Show All
vdinenna grid row display order affected by binding?! (interesting)
I have random data coming in from a process which I need to display with the latest always appearing on top. There are no specific sorts, keys or anything. Just rows to display. How do I do this I am trying with DataSet.InsertAt(0, *datastring ...Show All
mickyoun Deployment Project
I have the results of a large deployment project that have to be installed. The prerequisites are: To test and see if the V2.0 framework is installed and if not install it To test and see if the MDAC V2.8 is installed and if not install it To test and see if SQLServer Express is installed and if not install it Also the customer project comes with a .MDF database that has to be added to the newly ins ...Show All
Ryan Kaelin Enterprise deployment
We are attempting to deploy a clickonce application to our enterprise environment. The application loads just fine with an Admin account but is unable to load with a restricted users account. When the .exe is xcopyed to the machine it is able to run, so it is just with the deployment piece. ERROR DETAILS Following errors were detected during this operation. * [12/8/2005 10:28:57 AM] System.UnauthorizedAccessException &nb ...Show All
SvenP Why didn't DataView.Sort support Expression like Parent.Price ?
Why didn't DataView.Sort support DataColumn.Expression like Parent.Price :( Explain me pls. Subject. a DataView just sorts on a View (that's why it's called that) of data, so there are no parent tables or anything like that. If you&nbs ...Show All
myDisplayName Close App on Shutdown
I have an app that when first launched has a ui, but after the user clicks the ok button the ui form will disappear and run in the background. Once running, the application performs a task on a timer. When the computer is shut ...Show All
srujan88125 Local Server Not Working
I just installed Terrarium Server Beta on our local network. Win200 IIS 5 Net 1.1 Etc. When the client tries to connect I get: Unable to verify this version is enabled Where can I get some help with this The source code is not&n ...Show All
awperli Responding to custom property changes.
I have implemented DashStyle and LineThickness for custom circle control as follows: Public Property DashStyle() As DashStyle Get Return m_DashStyle End Get &n ...Show All
JavedAnwar Refresh DataGridView after sorting
Hello, I am dealing with a really strange behaviour after sorting a bound column on a DataGridView. I have debugged everything and the Sort procedure is working just fine, the thing is that if I perform the Sort the grid is not updated, but if I ALT+TAB to get out of the application and then ALT+TAB back to it, the data is now sorted . Somehow, I need to refresh the Grid or the BindingSource. Any ideas private void dataGridView_ColumnHead ...Show All
Carl Karsten Rolling out security settings to corp. network
I have a ClickOnce app that requires elevated permissions. We've deployed it to a network share for our internal use. For users to run this, my understanding is that the network share must be added to the list of trusted sites in IE. Is th ...Show All
Anders Rydén Odd GDI+ Problem
Hi, can someone please explain me why the following is happening. If i write some simple code to draw a gradient fill like this: void ContentControl_Paint( object sender, PaintEventArgs e) { Graphics g = e.Graphics; Rectangle ...Show All
JimmyV Great article, but a question to David Guyer
Read this rticle on sql express and Click once it should be an anouncement i believe http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsse/html/EmSQLExCustApp.asp I believe you did not write that article but maybe you can answer this question: assume that on version 1.0.1 i publish the application and the user install it and create the db as in the article. Then i publish a version 1.0.2 with db changes, but the user ...Show All
