| Thread | Last Post | Replies |
|
| How do I get the dimensions of a graphic file? | 11 Sep 2007 22:21 GMT | 7 |
I have two jpegs -- one portrait, one landscape. I need the ability to tell the length and height of the graphic for further processing. How can I do this using CSharp? thank you
|
| LINQ COlumnAtrributes | 11 Sep 2007 22:05 GMT | 1 |
Does anyone know how to inspect the column attributes such as name and DBType at run time assuming one is starting with a SQLMetal generated table?
|
| dbf question | 11 Sep 2007 21:52 GMT | 2 |
I'm trying to get binary data using the VFP OleDbDriver from a dbf table (foxpro 9), an image to be honest. The big problem is the type of the field where this data is stored. It's a long varchar field (do not ask me why).
|
| C# equivalent of PHP's intval() | 11 Sep 2007 21:21 GMT | 5 |
intval() in PHP is a simple function... you toss it a string and it gives you the integer value. If the string is all text, the value is 0. It's very nice for simple form validation where you want to force a form value to be an integer. If the user enters one, it gets used.
|
| difference | 11 Sep 2007 20:52 GMT | 2 |
If i write: double alfa = 10; Console.WriteLine("The number is {0}", alfa"); it shows on the console: The number is 10.
|
| Problem with Marshal class in Visual Studio 2005 | 11 Sep 2007 20:48 GMT | 7 |
I have recently switched from VS2003 to VS2005 and at the same time from V1 to V2 of the .NET Compact Framework. The target is a Windows CE 5.0 device and an ARMV4I processor. System.Runtime.InteropServices.Marshal.WriteInt32 used to work fine but
|
| design advise selecting object for webservice methods | 11 Sep 2007 20:04 GMT | 4 |
I've come here to get some advise from the experts. Currently I am tasked with modifying a web service that currently supports one product to support multiple products. It needs to be backwards compatible so other products still work with the same method calls and
|
| Return Arrays from a C# COM object | 11 Sep 2007 20:02 GMT | 1 |
Does anyone have and links or a brief summary of how to Return Arrays from a C# COM object?
|
| Passing a Form as an argument | 11 Sep 2007 19:57 GMT | 1 |
In VB I was able (I think, it's been a long time after all) to pass a Form as an argument to a procedure, and then within that procedure, to access the controls. For example, public void MyProc (frmMain f)
|
| Using SMTP Client | 11 Sep 2007 19:48 GMT | 4 |
Would I be correct in assuming that the SMTP Client that's part of .NET 2.0 is incapable of handling MX lookups? TIA, Lilith
|
| Is there a Workflow Foundation list? | 11 Sep 2007 19:00 GMT | 1 |
I didn't see on in my outlook viewer. Thanks in advance! Derrick
|
| Dns.GetHostAddresses() | 11 Sep 2007 17:02 GMT | 2 |
so im pulling a list of computer names from the AD.. and then for each name im doing a DNS lookup to get the IP... the problem is that apparently not all of the names in the AD are in DNS... which is expected, and fine.. the problem is that if the host isnt found the method pukes ...
|
| Dataset to ADODB.Recordset | 11 Sep 2007 17:00 GMT | 3 |
Basically, I need to return data for legacy app in a way of ADODB.Recordset. http://support.microsoft.com/kb/316337 This article pretty much covers it, but I would like to do that
|
| C# Windows Service Problem | 11 Sep 2007 16:49 GMT | 16 |
I have created a Windows Service using Visual Studio .Net 2005 and C# which executes a series of database jobs on a time basis. I am using SqlConnections and SqlCommand objects to connect to a SQL Server database and execute stored procedures and query text commands. I am ...
|
| Copy(able) text | 11 Sep 2007 16:30 GMT | 1 |
If place a file on your desktop, right click and select 'Properties', you get a dialog box with things such as type of file, location, size etc. This information is selectable with a cursor and can be copied to the
|