| Thread | Last Post | Replies |
|
| setdatabinding to a schema, not a relation | 07 Nov 2007 21:39 GMT | 3 |
I want to bind a datagrid to a dataset for the table "ProductProductPhoto" in the AdventureWorks database in SQL Server 2005, however I can't because the binding fails on Production.ProductProductPhoto, presumably because it thinks theres
|
| vista elevation question | 07 Nov 2007 20:41 GMT | 5 |
I have a quick question on vista elevation. I have 2 application, one main GUI which user interacts with and another one is a tray program. User have options to install products from the main GUI program, which in turn writes the requests and pass it to the tray program. The tray
|
| String length & padding | 07 Nov 2007 20:36 GMT | 9 |
In my program I get data from table with 2 fields and enter it like in example into string array. How can I add the right spaces to the string? I use the function mystring.Tostring().PadLeft(10,' ') but the result is not
|
| Cropping Images in C# | 07 Nov 2007 20:28 GMT | 2 |
All: I looked around and could not find a simple yet complete example of cropping an image in C#. I had the problem of needing to shave off the bottom-most 18 lines of a directory full of images. The following code
|
| DropDownList event | 07 Nov 2007 20:07 GMT | 3 |
How can I get a SelectedIndexChanged event to fire when the user uses the arrow up and down keys on the keyboard to step through the entries in the list?
|
| List with no duplicates | 07 Nov 2007 19:40 GMT | 8 |
Hello, Newsgroupians: Just a quick question really quick. Does C# have a generic class that will allow me to add only one instance of an object to the "collection" without having me do a .Contains() or something similar?
|
| .Net COM Interop | 07 Nov 2007 19:39 GMT | 4 |
Is there an equivalent function of __uuidof(IMyIface) in COM interop support library that would let me extract the GUID of an Interface exposed via COM interop in C# ??
|
| 3 Datagridviews bound | 07 Nov 2007 19:17 GMT | 1 |
Hi, I have three datagridview controls bound to three tables in a dataset. Two relations exist to join the three tables. Ie Master to Child1 and then Child 1 to Child 2.
|
| Serial Port | 07 Nov 2007 18:59 GMT | 1 |
How do I send (convert) this VB command below out the serial port in C# using the C# serialport tool? MSCOMM1.Output = "B" & "H" & "3" & Chr$(13) Thanks
|
| How do I Add a Reference inline C# withOUT using Visual Studio? | 07 Nov 2007 18:55 GMT | 4 |
I need to access XML data from a Sharepoint 2003 default.aspx page. There is no Visual Studio project and no code behind, yet I need to employ the System.XML namespace. Any assistence and code snippets would be appreciated.
|
| Events in System.Web.UI.Page | 07 Nov 2007 18:38 GMT | 2 |
Hey Guys, Is there any way to attach to the onLoad property of a page, outside of the page itself? In porting an application from jsp to aspx, I added attributes like
|
| sqlDatareader | 07 Nov 2007 18:28 GMT | 4 |
Im looking for example of how to get data into a table without using Table.load(reader) ' using the read() in a loop
|
| RegisterTaskBar | 07 Nov 2007 18:25 GMT | 1 |
Does anyone know how to use RegisterTaskBar from c# in windows XP?
|
| OutputWindow using DTE2 | 07 Nov 2007 18:22 GMT | 1 |
I am having trouble with this code. It is something syntactically, but I am not sure what. My ends result should clear the debug window. OutputWindow outputWin = new DTE2 dte.ToolWindows.OutputWindow;
|
| BETA Testers | 07 Nov 2007 18:18 GMT | 1 |
Hi - Where do people find BETA testers - I have a product to test if anyone does do that at all, If not please could you let me know where I can find them TIA
|