| Thread | Last Post | Replies |
|
| SQL Server/C# Number of Rows... | 18 May 2007 18:01 GMT | 8 |
I have a select statement that all I want to do is get the number of rows returned in my query: string strSQLAccountInfo1 = "select * " + "FROM orders " +
|
| Image objects | 18 May 2007 17:45 GMT | 2 |
IM nearing the end of a peice of work right now - i have everything working bar one tiny line. What i have is 2 Bitmap images that are the same size. What i need is 1 Bitmap image which is the 2 images layered ontop of
|
| Find Path To Client Application | 18 May 2007 17:44 GMT | 3 |
Part of an application I am building includes a button which the user can click on to view a PDF file in Acrobat Reader, using the following code: System.Diagnostics.Process.Start(@"C:\Program Files
|
| OperationContext.Current or HttpContext.Current in MembershipProvider within WCF Service = null? | 18 May 2007 17:24 GMT | 4 |
I have a custom membership provider that I am using to authenticate users in a WCF web service hosted IIS. I want to be able to see any cookies that come across and save session variables, but I cannot get to the OperationContext.Current nor the HttpContext.Current (I am
|
| Fields and Properties | 18 May 2007 17:19 GMT | 2 |
Can someone please explain to me when you would use a Property instead of a field and wy? Thanks in advance.
|
| Converting Ruby "each" iterator to C# | 18 May 2007 17:10 GMT | 2 |
I have two rather simple class methods coded in Ruby...my own each iterator: The iterator is used internally within the class/namespace, and be available externally. That way I can keep everything hidden about the "instructions table."
|
| custom listbox item w/ multiple checkboxes | 18 May 2007 17:07 GMT | 2 |
Can anyone give me an idea of how to create a listbox with list items that look like the following: ------------------------------------------------- DatabaseUserName1
|
| Transparency Control | 18 May 2007 16:14 GMT | 2 |
Ive been trying to make a control which will allow me to draw transparent masks over whatever is behind the control irrelivant of what that control/image may look like. My implimentation at the very basic level has a 2d byte array, each
|
| XMLSerializer, socket | 18 May 2007 16:13 GMT | 3 |
I want to send XML data from a server to some clients over a network connection using the TCP/IP protocol. If I send the XMLs as byte arrays I need to insert header information in the data to distinguish the XMLs from each other in the stream of data. Is there any way to
|
| How to include old fashioned DLL in a C# project/solution? | 18 May 2007 15:26 GMT | 1 |
In my C# solution the MathsUtility Project uses a few fortran DLLs. What is the correct way to specify the dependancy of these DLLs? Initially I just stuck the DLLs in a directory on the System Path, this is a disaster as far as running different versions of the
|
| Why "GDI+ Window" visible? | 18 May 2007 15:05 GMT | 3 |
Each GDI+ instance contains a hidden top-level window whose title is "GDI+ Window" and whose class name is GDI+ Hook Window Class. But in my program, sometimes the "GDI+ Window" appeared in the system toolbar, and can't close that. And the program still works correctly.
|
| DirectX creating problem with TimeSpan structure | 18 May 2007 13:20 GMT | 5 |
I am facing problem with TimeSpan structure when DirectX is used. Following is the sample code that causes the problem: *************************************************************************************************************** {
|
| Using a Transaction with a SqlDataSource | 18 May 2007 13:14 GMT | 3 |
I have a problem on my SqlDataSource. Once my SqlDataSource has Inserted, I need to run a stored procedure. The return from this stored procedure determines if Icommit or rollback. Here is my approach:
|
| 24-hour clock in datagridview date column | 18 May 2007 12:42 GMT | 1 |
I have a datagridview column formatted as a datetime, but I've been unable to find a way to display that datetime using a 24-hour clock for the time. What would be the best way to make that happen?
|
| Database not refreshing? | 18 May 2007 11:12 GMT | 1 |
I have run a query to populate a listview from a table. Works fine. I then add a new row to the table, and want to refresh the list view, so I rerun my 'PopulateView' procedure I have created. But no new rows
|