Answer Questions
programmer76 Changing data values before it binds to a label
I have code that goes in this order Me.Label22.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.dsMasterCrossingDetails, "tblmastercrossing.street")) Me.Label22.Location = New System.Drawing.Point(288, 8) Me.Label22.Name = "Label22" &n ...Show All
VincentCroft How to display Child Form besides a tree-view column.
Hello: I have a question of present tree-view control and a tree-node correspondent Child Form side by side in an MDI Form. I tried to use Split-Container with tree-view on the left side and wish the Child Form Window correspondent to the selected tree-node on the right panel. However, the Child Form can not be shown in the Split-Container panel. Would there be a way to design this User Interface Thank you very mu ...Show All
Madan Musuvathi Datagrid - Paint Override, for particular column
I am trying to implement the following. http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp print=745 I have the problem I want to implement this only for Column number 2 ...Show All
dutch blue JIT Debugging
Ok im still new to this but how in the world do i enable JIT debugging on my windows form application and where do i do it. i have the following code <configuration> <system.windows.forms jitDebugging="true" /> </configuration> But i place it in my form but it doesn't work anyone know what i should do or where i should place it Hi CyberOps, The following link has a sample for VB2005. http:/ ...Show All
Markus Sch. Designer support for embedded components
Hello, I have written a control. This control has an embedded component property. Example: public MyComponent:Component { .. // some properties here } public class MyControl:Control { public MyComponent embedded { get{...} set{...} } } The problem ...Show All
SoftPro I would make simple image overlapping program...
Hi~~All of Forms I would make simple image overlapping program with two image, but I got a block with image overlapping. T.T Bitmap mybitmap = new Bitmap(path); Bitmap mybitmap1 = new Bitmap("temp.gif"); g.CompositingMode = CompositingMode.SourceCopy; g.DrawImage(mybitmap,0,0); g.DrawImage(mybitmap ...Show All
RDD Parent - Child datagrids problem
I have a form showing 2 datagrids bound in a parent-child relationship. The function of these works fine. The problem I'm having is that I wish to disallow deletes on both datagrids and am trying to do it with the following 2 lines of code ...Show All
Satyajit after doing sorting, was not able to get the sorted rows
Hi ALL, Ive a datagrid with 10 rows, when I do sorting by clicking on column header, I was able to sort it properly, but I was not able to print the rows after sorting. DataView drv = ((DataView)(((CurrencyManager)( this .BindingContext[uDataGrid1.DataSource])).List)); I am using above code to display all rows after I sort. Thanks Mogli ...Show All
jgams Extending DataGrid
Hello, I have followed microsoft's Walkthrough: Creating Your Own Collection Class to create my own Collection object. I created the following classes: Receipt, ReceiptItemCollection, ReceiptItem. 1. I have bound a datagrid to my ReceiptItemCollection. 2. I am having trouble customizing the appearance of the datagrid. ( using this example ) (basically nothing happens..datagrid is automatically creating columns) I am suppose ...Show All
michael_he Get lastest version .Net Framework Directory
What is the easiest way to get the directory of the most current .Net Framework installation in C# code and also in a batch file. I need to set some code access security settings using the caspol.exe which is in the framework directory&n ...Show All
TheRoon Error 1324: The folder path 'n/a' contains an invalid character?!
Hi all, I'm trying to build a setup application with Visual Studio 2005. Everything seems to work well, except when i run it, i got the error 1324: Error 1324: The folder path 'n/a' contains an invalid character. I really don't know what is wrong with it ! Any ideas ! Thanks ! Jonathan Well, No where i've added a path. I've simply add Project Output to the Setup Project. So i really don ...Show All
IAN1903 Combobox Usage VS2003 -> VS2005
I need to populate a C# Combobox with potentially several thousand items. I know this is not recommended but this is after horiz data splitting so it's the best I can do. In VS2003, I tried binding to a dataset but this was way too slow so I started loading the Itemlist from a datareader and it worked great. No more than 2 seconds to load several thousand items and memory usage stayed well within reasonable limits. I tried the same code compiled ...Show All
hgalyan shared SQLconnection accross all forms.
okay. I decided that making a connection to the database eachtime each forms opens up is a bad idea.... bad idea in the sense its slow.... is possible to share a sqlconnection from form to from by using a class. like this ------------------------- ...Show All
Clive Greenhalgh Control hosted in Web page works in IIS5 but not IIS6
I have created a control that is hosted in a web page. It works great when deployed from a Windows 2000 server with IIS5. However, when I move the control and web page to a new Windows Server 2003 machine with IIS6. The main control&n ...Show All
Luiz Peres Network directorys and FileSystemWatcher
Any one have any experience with network directories and .NET Or more specifically setting up a filsystemwatcher to watch a network drive on a LAN I have a windows service that is supposed to move some files that is dumped in a specific  ...Show All
