| Thread | Last Post | Replies |
|
| can lineargradientbrush be used to paint a button | 08 Jun 2007 09:36 GMT | 1 |
is it possible to use a lineargradientbursh to paint a gradient onto a button control, but have the button keep all its functionality, and visual functions, so that it still looks like a "depressed" button when clicked on ?
|
| Where is my thread? | 08 Jun 2007 08:42 GMT | 5 |
Someone know where the thread I posted yestarday is gone? It was about 'Calling a VB Activex DLL method from C# (NET 1.1 - 2003)' Thanks Carlot
|
| help | 08 Jun 2007 08:35 GMT | 1 |
I had a table with 5 columns...i have to display all the data in the table in a datagrid programmatically...but the problem is grid display should be in the follwoing manner first row of the grid should contain first 4 columns of the first
|
| how to antialias text on buttons and other winform controls | 08 Jun 2007 07:42 GMT | 2 |
Are there any options to enable an antialias function on standard winform controls ? things like the displayed text on buttons , radio buttons and other standard controls look a bit jagged and stuff, is it possible to
|
| How to create an owner drawn tooltip for NotifyIcon? | 08 Jun 2007 07:18 GMT | 2 |
I am trying to make a crafty tooltip, like the ones that popup when you hover over the tray icons for Windows Vista, such as the "battery meter", "network connectivity", "speaker volume" ...I am really unhappy that NotifyIcon cannot be used with ToolTip.SetToolTip().
|
| Poor performace when selecting all items in a listbox? | 08 Jun 2007 04:18 GMT | 4 |
So far, the quikest way I have found to select all items in a list box is to turn off updates, set a wait cusror and then call SetSelected on each item (see below), but it's too slow when the control is populated with tens of thousands of items.
|
| C# protected constructor question | 08 Jun 2007 02:22 GMT | 5 |
I have the class structure shown below. When I compile I receive the following erros: 'B.B()' is inaccessible due to its protection level 'C.C()' is inaccessible due to its protection level
|
| Unsigned char | 08 Jun 2007 01:32 GMT | 4 |
Hello.. Does anyone know the C# equivalent of an unsigned char in C++? Thanks!
|
| compare two structs via == | 07 Jun 2007 23:21 GMT | 50 |
I wish to compare two structs via == but it does not compile. I can overload and create my own == but am I missing something that c# already has implemented? ~titan
|
| VB to C# Translation | 07 Jun 2007 23:10 GMT | 4 |
What is the equivalent of the "Handles Me.Init" code in C#? Private Sub StockDog_Init(ByVal sender As Object, _ ByVal e As System.EventArgs) Handles Me.Init Fetch(StockTicker)
|
| Resize and Upload Images to SQL Server 2005 | 07 Jun 2007 22:45 GMT | 5 |
Would anyone be able to offer advice on how they would upload images to SQL Server 2005 so that if they are too big the system will automatically resize them first? Obviously you need to get hold of the image first so do you store them to a temporary location first etc.???
|
| Help understanding crash/error | 07 Jun 2007 21:24 GMT | 3 |
We have a Windows service written in C#. As of late, it has started crashing after running for as little as 2 minutes. I have a handler for AppDomain.UnhandledException which does NOT get called in case (it is setup correctly - I have seen it called in other places). The only ...
|
| C# : transfer data from one database to other | 07 Jun 2007 21:17 GMT | 4 |
I had created an appication that serves as an address book i used the SQL server 2000 as the database to store the contacts; its only a single table that contains enitre details now i thought of transferring the entire details from the table(name :
|
| eula and deployment | 07 Jun 2007 20:20 GMT | 1 |
I am ready to deploy my application but would like to include an EULA for users to accept or reject prior to installation of my applicaiton. How can I include this in the VS2005 setup project process, and are there a set of standard word to use for freeware?
|
| Using data from SQL in C# | 07 Jun 2007 20:19 GMT | 4 |
I am making a simple program to use display SQL data using C# SqlConnection myConnection = new SqlConnection(@"Trusted_Connection=yes;database=*****database name*****;connection timeout=30");
|