| Thread | Last Post | Replies |
|
| Form2 DataAdapter/DataSet | 01 Oct 2005 00:39 GMT | 2 |
I've done a drag and drop of a sqlDataAdapter and generated a dataset on a second WinForm (Form2) I'm opening as a dialog box. I can bind to it and retrieve results but I get an error when I try to use any BindingContext.Count/Position methods on the dataset. Any help greatly
|
| Capturing a panel when its form is minimized | 01 Oct 2005 00:25 GMT | 2 |
does someone know, if it's possible capturing the content of a panel, when its form has state "minimized"? Details: A panel contains a Webbrowser object (AxSHDocVw.AxWebBrowser). My actual
|
| Crystal Viewer and Printer Settings | 01 Oct 2005 00:02 GMT | 1 |
When i right click on the .rpt file in the VS 2003, i see a property printer setting. It says "No printer" on the top and there is option to select printer and paper settings etc..
|
| How to get filtered/sorted data from DataGrid | 30 Sep 2005 23:10 GMT | 1 |
I am implementing some printing in C# and I need to get the data for it. I am using a datagrid. I can sort the data and filter it. I want to get a datatable of only the data visible in the datagrid. The underlying dataview holds all the records. If I have a dataview with 80 ...
|
| project level scope declaration in C# | 30 Sep 2005 22:24 GMT | 5 |
Dear Friends, In VB.NET you can declare something like following.. Module modVar2 Public sb as String
|
| Updating Excel Sheet | 30 Sep 2005 20:49 GMT | 1 |
i am having application storing data in excel sheet. This applicaton is in C# .net. I want to update rows of excel sheet in C#. Can some one help me how to do it.
|
| Textbox question | 30 Sep 2005 20:44 GMT | 2 |
Is there a easy way to stop a textbox receiving focus ? if so how ?
|
| Switch messed up or there is a reason for the madness? | 30 Sep 2005 20:01 GMT | 10 |
Hi, i am new to C#. I am using some code similar to the one below. I am declaring an ArrayList in one case block but the compiler complains about it already being used in the previous case block. Is this normal in C#? Assume that i follow this and in the first case block, i allocate
|
| Does delegate instantiate an instance of Delegate or MultiCastDele | 30 Sep 2005 20:00 GMT | 2 |
The documentation for the Delegate and the MultiCastDelegate classes tell me that when we have a line like: public delegate void CheckAndPrintDelegate(string str); it causes the compiler to generate a new delegate class named
|
| Chenge WEB page title | 30 Sep 2005 19:44 GMT | 6 |
How do i programmatically change a title of a Web page in ASP.NET? Thanks
|
| Postal code processing with .NET regex | 30 Sep 2005 19:43 GMT | 2 |
I'm unable to figure out how to process the zip codes with regexes. We have a custom component that takes a find pattern, a replace pattern, and the input value, and will output the processed result string. At the moment we're trying to clean up some zip code data
|
| casting | 30 Sep 2005 19:29 GMT | 7 |
I want to do casting of class A object to class B object. How exactly can I do it in c#? The casting I need is: The client will do a casting to a class instance and I will cast it to another class instance with proper changes.
|
| checking for a null in a bit datatype field | 30 Sep 2005 18:37 GMT | 2 |
I have an SQL Query that loads a SQLDataReader object. The returned record has bit datatype columns that I use to provide true/false values. I can't get a definite answer googling on how to test if this field is null.
|
| Drag & Drop | 30 Sep 2005 18:25 GMT | 10 |
Does anybody know how I can display own icons for drag & drop ? thx
|
| how to Check whether the application is running or not..? | 30 Sep 2005 18:08 GMT | 1 |
How to check whether the given application is running or not in the current machine. From, my cshartp program I want check whether the yahoo messenger process is running ro not..? if the process is running i want to open the yahoo messenger application through my csharp program.. ...
|