Answer Questions
Maasai FORM SIZE does not fit on screen
I have a Win form that works like it should, I made a similar form within the same project...The problem lies when i execute my app, the form that made new does not fit on the screen but all the properties of the two forms are the same One fits on the screen but the new one does not....ANY HELP! Thanks I needed to set my AutoScale property to FALSE and that solved my problem, thanks though.... Tryin2Bgood wrote: I ...Show All
Danny_40 1-many-many data relations
This is a Visual Basic .Net question: I have three tables in a 1-many-many relationship. I have tried to use the data form wizard to create such a form, but it seems to be limited to only a single one-to-many relationship. Table 1: Prim ...Show All
Bio_Hazard cleared bound textbox reverts to original value
I've got textboxes bound to number columns in a dataset that is _not_ strongly typed. When I want to clear a bound control of its value, I highlight the contents of the control and press the delete key (which doesn't seem to trigger the&nb ...Show All
JMMJ We ship web sites and also .net clients that consume webservices from that shipped web site.
I'd like to get a check on our current ClickOnce line of thinking... We ship web sites and also .net clients that consume webservices from that shipped web site as a package. Unfortunately, we do not know what the URLs to shipped sites will be until installation. We need to run as a full trust app and be signed. Method A: If we what the clickonce deployment to live on the particular instance of the shipped site, I believe we need to som ...Show All
Milque VS.NET Designer Host implementation location?
VS.NET's designer host used to reside in Microsoft.VisualStudio.Designer.Host.DesignerHost. Where does it reside now (dll, namespace) Thanks, Michael Weinhardt While still an internal class, we've moved DesignerHost into System.ComponentModel.Design as it's now shipping as part of the .NET Framework. - mike Nice...and thanks! ...Show All
Doubt_in_sql Windows forms and command line arguments
I'd like to write an application that can accept either input from forms or the command line. I'm using the environment.getcommandlineargs() method to great success... however, I'm wondering if there's a way I can return information to the user at the command line. More specifically, I'd like to provide a / parameter and return some usage information. Can anyone assist Thanks! In your application s ...Show All
Suketu DatagridviewButtonColumn Text
How can I set text on the button all to "SELECT" In beta1, I use DisplayTextAsFormattedValue = False to achive that, now beta2 doesn't have the property anymore. UseColumnTextForButtonValue if I use it, do I have to set every row of the button column to "SELECT" that will be a pain. The new property is UseColumnTextForButtonValue. -mark Program Manager Microsoft This post is provided "as-is" ...Show All
Yaroslav58211 TextBox Context Menu
How do I remove the context menu of a textbox in VB.NET How do I disable/remove individual items in a textbox context menu The code you posted still doesn't work. Any other suggestions I have an additional question: How to stop CT ...Show All
Elyahoo Accelerate File Upload/Download
Hi all, I would like to create an application client/server that exchange files. File size is beyond my control so the only solution I can imagine is to accelarate download and/or upload of this files. Any suggestions or recommendation will be appreciat ...Show All
SuperCragus Changing Parent Items From Child
How can I change parent items such as menu items from a child Just make sure the procedure is Public, then you can call Me.MdiParent.SubRoutine from the child form. Check out the form's MDIParent property. Returns a reference&nbs ...Show All
Greysi jagged arrays don't serialise correctly as properties in the visual studio designer
Hi! I have a problem when using jagged arrays as properties. I'm using c# visual studio 2005 .NET 2.0. When I declare a propety as a jagged array, visual studio's designer seems to obmit a pair of square brackets when saving the property in the xxx.designer.cs file. Example: //my declaration public int [][] MyProperty2; //my ini ...Show All
rwiegel Help! Bug in DataGridView!
HELP! I have a bound grid with DataTable as DataSource. After performing a .Merge on the DataTable I get: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.ArrayList.get_Item(Int32 index) at System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex) at System.Windows.Forms.DataGridView.OnRowValidating(DataG ...Show All
PeterWone change window look...
Hi, How can I change the window form look To do something like RealOne or Winamp, where the window doesn't have the default xp look... Thanks My feeling is that those are generally bitmaps or some kind of graphics files that are&nbs ...Show All
vsnewbie Binding to Radio Buttons
Can someone point me in the right direction for binding to Radio Buttons I am trying to find some sample code or tutorials but haven't found much. I've been able to figure out TextBoxes,DateTimePickers,ComboBoxes,CheckBoxes,DataGrids - but I can't see ...Show All
baderboy51 Which control to use if..
I want to make a program that edits files that are structured similar to XML files, but for each little "node", there is a key name, and a key value. I want it to work like the TreeView control, but it needs to have a second column that shows the values of the nodes, as well. Is there any control I should use to do this other then making my own I don't want to have to do that if I don't have to. Thanks Why don't you use a treeview con ...Show All
