Answer Questions
ivycress HasChanges() question
I am using the HasChanges method to check if a user has made changes to the form data. I am using a binding source and tables adapters. I load data into the form from a lookup form by using tableadpater.fill. When I close the form I use HasChanges to check if the record has been edited. the problem is it is always returning true, whether I make changes or not. I cannot seem to get this to work properly. I have tried calling endedit and acceptcha ...Show All
The_guy_who_whooped_CHUCK Passwords
Hey, how do you make it so a program has a login and the password is set to test and in a certain part of the program you can change the password and once you change it then when you log into the program next time it will be what you set it to Thanks k, so for a password, the code in this confuses me...(I only know a few stuff, look at my sig.) Thanks OK - my number one piece of advice. Forget about passwords, forget a ...Show All
ELlamosi Truely Automatic Updates?
Is there any way you can install updates with no user interaction using ClickOnce It would really help me out of a jam if there was. Just keep in mind that it is automatic on their end, but not your end. Click on the "Updates" button, and check the box next to "Specify a minimum required version for this application". Set this version to the number about to be published, and then publish ...Show All
NasSt Datagrid Sort Problem
I have the following code: Dim al As New ArrayList Dim cm As CurrencyManager = Me.BindingContext(dg.DataSource, dg.DataMember) Dim dv As DataView = CType(cm.List, DataView) & ...Show All
cbakopanos Elapsed Time
I have two text boxes. Can anyone explain how i can set the properties of the boxes to accept time format entry only. Also I am trying to find out how I can find the elapsed time between the two text boxes. Yours frustrated. ...Show All
pgloor How to get ContextMenuStrip to show windows explorer style menu items?
I have a fairly simple windows form app with a DataGridView control on the form and the grid will contain names of files from the file system - similar to way windows search works. I would like to be able to allow the user to right click ion a row in the grid and display a context menu that contains the windows explorer context menu items (like Open, Open With, Send To, ...). I know how to build my own context menu with my own contex ...Show All
gchippie How to Determine my Eyesight Radius
This might be a dumb question, but how do I determine what my own creature's eyesight radius is Is there a formula to derive it from the EyesightPoints Attribute If so, how do I access the values of an Attribute programatically &nbs ...Show All
Kogivan server side config
I've installed the taskvision client & source and they both work fine. But I'm having a problem with the server side. http://www.microsoft.com/downloads/details.aspx FamilyId=53C3B52C-0544-4A03-A79B-ECE6D500B8A7&displaylang=en As you know, there are a few things to do before you install&nbs ...Show All
MGR Read profile and membership properties in a Winform application
Hi All, I'm developing a small website with a backoffice winform application. The website has a profile section with user preferences, and I'm using the profile manager in web.config. The backoffice (winform) application needs to read some profile properties per user. I can access the membership information, but I didn't find any class or method to read the user profile, with their custom properties. I already referenced the System.W ...Show All
Tarik Ozkan Getting Assembly Path from within a UITypeEditor
I have a property in a usercontrol that contains a combination of a user defined form class and the assembly it is contained in. It is formatted like: "MyNamespace.MyForm, MyAssembly". What I am trying to do is _reliably_ get the path to ...Show All
Eye5600 How to deployment a sql2005
1.How to deployment a sql2005 2.Could deployment to sql2000 Check out the link for the How To and pretty certail only 2005 is supported. http://msdn2.microsoft.com/en-us/library/dahcx0ww.aspx Thanks! -Robert Schoen (MS Visual Basic QA) ...Show All
CarlofNH Maximizing child forms
I'm using vs 2005, and I have a project with a MDI. Does anyone know how I can make it so that every time I open a child form in the MDI, it opens up already maximized Thanks, smtraber myForm = new Form1(); myForm.MdiParent = this; myForm.WindowState = FormWindowState.Maximized; myForm.Show(); Excellent, Thank you, I kept looking for something like Maximize, or Maximized, I didn't see Wi ...Show All
mateid enabling/disabling contextmenu
Hi, I have a windows forms context menu in my application that shows up when user does right click. Is there anyway I can set a condition to when to display the context menu and when not to. Something like If condition is true display contextmenu on right click else dont display context menu I did'nt find any enable/disable property Just set the control's ContextMenu property to null (Nothing in VB) to disabl ...Show All
edmund1 I am new, can anyone help me?
Hi, I am new to terrarium. Is there anyone who can help me with the following problems: - Where can I find tha "farm" - My terrarium never make a connection with the internet, the server is set to "http://www.terrar ...Show All
ImCampos Using .NET Framework 2.0
I have Visual Studio Pro 2003 .I have read about the ClickOnce, that requires .NET Framework 2.0; about winforms 2.0, and about Visual Studio 2005 I am not going to buy (unless absolutely necessary) VS 2005, so I would like to know if there&nbs ...Show All
