Answer Questions
nils_gate Advice requested: Windows Forms Binding:
I have been trying to get the following Windows Forms binding working, without success. The following Code, successfully populates the GridControl, and both combo boxes with data. The two comboBoxes represent: SalesOrderType, and SalesOrderStatus. There six SalesOrderTypes, and five SalesOrderStatus values. The GridControl contains all of the Sales Orders. My Problem: I want the comboBoxes to display the same value that is in the DataGrid, ...Show All
ClausT Open Forms Dynamically?
I have a VB.net app that In the future will have additional forms added to it. I dont want the calling of the forms to be hard coded with the form name, I want it to be dymanic so one procedure will open all of the forms&nbs ...Show All
Jaque 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
ttocek TextBox, enter key, shift+ enter problems
Here is what I basically want to do: I have a multi-line textbox. When I press enter I want it to fire a button press event ( I am pretty sure that I should not be using the AcceptButton property because of what else I want  ...Show All
DCreedon Several BindingSource objects bound to one DataSet
I am building an application with several simple forms that all need to be bound to the same DataSource (which is a typed DataSet that I built using the DataSet Designer). The forms can be open simultaneously and each needs to see an up-to-date representation of the data in the DataSet My question is, firstly, if I use the form designer to bind controls on the forms to the DataSet (thereby creating a BindingSource object for each form) will e ...Show All
RyanT5000 SuspendLayout() Doesn't Work when Resizing?
Hello all, I'm new to this forum, and also new to vb.net, so thanks in anticipation to anyone who replies to this. I have a form with a number of controls on it which need to be resized to retain their aspect ratio. Accordingly we've  ...Show All
Lucia Remote access performance
Hi, I have succesfully got Taskvision running on a Pocket PC and server and have established a connection to the server over GPRS from the PPC I have a couple of issues. 1 When I try and take projects such as Acme and Microsoft off ...Show All
dotNOT4me I use the print class of FotoVision to make a image print program, why doesn't it work?
The following code is from FotoVision, I make a image print program using the class, but it doesn't work. Only after I have installed the FotoVision (The name of setup program is " FotoVision Desktop.msi ") my program just work. I think that FotoVision have packaged some other components such as dll or registered photowiz.dll in its setup program, but I'm not sure. If so, how can I register photowiz.dll with C# Could you help me, thanks!   ...Show All
Afsoon Toolstrip and inherited forms
Hello, I try to use an master form with an menustrip and a statusstrip with several items. I set the prperty modifier to public and created an inherited form from the master. I tried to add additional toolstripitems either to the menu or to&nbs ...Show All
Rhys Thomas install: incorrect syntax near the keyword "ON"
Sounds like a registry problem. The message box posts this error two times in the box. It is at the very end of the install. I have winxpPro VS.Net release version .net framework 1.0 admin priveleges (member of Administrators) I have tried this as install for  ...Show All
Dragan Jankovic CheckedListBox check state not getting updated in tab conrtol
Hi, I have a ChecekdListBox in a tab control. When I am setting the checked state of my CheckedListBox, it is not updating properly if the control i hidden in the tab page. Run the attached sample. Click Check button. Now switch to tabPage2, notice ...Show All
israeliteknight [Beta 2, C#] Problem saving Settings when collections are involved
Hi, this has been bugging me for a while - there seems to be a bug (or more likely, I don't know yet proper way to use it) when some of the Settings are collections. I am using Settings designer and rely on build process to generate strongly typed Settings.Default class for me, and that works fine. But if I choose a NameValueCollection or StingDictionary or something similar, I cannot save the settings. I have manually set the "key" of thi ...Show All
sharpdotnet2005 From java packages to C# assemblies, how to redesign?
Hi I am a new c# programmer since my project let java on the tablet to do programming on windows. I was building an application all customized. I had : 1. my own custom widgets (text areas, buttons, backgrounds). 2. what I ...Show All
SValentine Is the Save method on the new configuration stuff supposed to work?
What are the circumstances for making the Save method work Up to now I've only gotten a series of errors telling me that I don't have the access required to save the file. That is entirely fine I guess, but the property setting&nbs ...Show All
Renato Maia DataGridView events master detail
I have 3 nested DataGridViews (Parent, child, grandchild). Which event in the grandchild(most detailed) DataGridView should be used to capture when it's data has changed Since it's bound to the child, which is bound to the Parent, it's data changes when either of these other two grid's change. I've tried the grandchild's DataBindingComplete and SelectionChanged events but these sometimes fire more than once when clicking ...Show All
