| Thread | Last Post | Replies |
|
| Getting namespace errors on compile | 31 Oct 2007 05:58 GMT | 3 |
I have a file that I converted from VB.Net to C# that works fine in VB.Net when I compile but not in C# using the same libraries. The error I am getting is: PageInit.cs(9,7): error CS0138: A using namespace directive can only be
|
| printing spansih characters | 31 Oct 2007 04:33 GMT | 5 |
I have to get a string from the database and print it directly to the printer wihout a print confirmation box. How can I do this in C# windows application. Thanks.
|
| Serialization | 31 Oct 2007 04:15 GMT | 2 |
I need to transfer data structures to/from a fixed file format, some of the format is quite easy its just a binary store of char/int/.../floats etc. however some of the fields are stored as variable size arrays of structures
|
| ?? Definite Assignment of Structs -- Language Spec Issue ?? | 31 Oct 2007 02:54 GMT | 3 |
I was hoping someone could clarify something I read in the C# Language Spec regarding "Definite Assignment" of structs. This is a very subtle point. I am referring to ECMA-334, section 12.3: [quote]
|
| URGENT .NET requirement in Columbia, SC and Baltimore, MD | 31 Oct 2007 02:03 GMT | 1 |
This is Chhaya from Dibon Solutions Inc. We have the following requirements on .NET. Kindly respond to me if you would be interested in joining these projects. The availability has to be immediate since the client is interviewing right now.
|
| Web Service Optional Parameters | 30 Oct 2007 23:13 GMT | 1 |
I am writing a Web Service in C# ASP.NET 2.0 that takes two optional parameters. One is an int and the other is a string. Below is the definition of the Web Method: [WebMethod]
|
| System.ObjectDisposed Exception when Button is clicked | 30 Oct 2007 23:09 GMT | 1 |
I am writing an application in C# (.NET CF) to generate a vCard and transmit it over bluetooth. To do this, on the menu item of a form, i generate an "On click Menu Item" event and that will take me to a new form.
|
| Automatically saving and restoring a form/ webform | 30 Oct 2007 22:37 GMT | 3 |
Hi, I was wondering if anyone had any ideas / opinions on what the best way would be to automatically save to and re-populate a form from a business object would be. I usually find myself spending a ton of time hooking up my GUI to my
|
| Revert Date back to NULL | 30 Oct 2007 22:16 GMT | 3 |
I have sent several posts on this topic and feel my lack of information is not helping to find the solution. I am developing application in C# with Visual Studio 2005 to connect with remote SQL Server 2005. On one form, I have a textbox bound to a datetime column
|
| Generic maintanence of tables | 30 Oct 2007 22:09 GMT | 1 |
We have several tables that we want to maintain on our webpage. User should just pick the tablename from drop down box, and then page should then populate the grid with the data from that table along with
|
| How do I interrupt this? | 30 Oct 2007 22:05 GMT | 1 |
I have a problem where I am sending a series of commands using P/Invoke's SendInput function which may last up to a minute long. I want to offer the user a way to break the commands by pressing the Pause/Break button. The problem I have is it seems that my SendInput commands are ...
|
| Passing IN ref cursor to Oracle 9.2 using EnterpriseLibrary | 30 Oct 2007 21:59 GMT | 1 |
Can anyone offer pointers to articles/examples of passing a Ref Cursor ***IN*** to an Oracle stored procedure. I find tons of examples for getting a ref cursor OUT of a stored procedure. I'm using the Microsoft.Practices.EnterpriseLibrary.Data.DatabaseFactory, NOT the ODT.NET
|
| Is there a C# Book for VS 2005 Express Edition with lots of 'beginner' SQL database integration examples? | 30 Oct 2007 21:39 GMT | 2 |
I've coded using VBA on top of MS Excel for the last 2 years (40 hours a week). I've stepped up to VS C# 2005 Express / SQL Server 2005 Express a couple months ago, but the videos that I downloaded along with the software didnt really give me the kinds of examples I think I need ...
|
| Master Page Cache | 30 Oct 2007 21:14 GMT | 2 |
I have a question regarding page caching in a C# Web App that I'm developing. I have used page caching successfully in VS2003 at the page level - and it also works the same in VS2005.
|
| overload or delegate? | 30 Oct 2007 19:36 GMT | 3 |
I am trying to avoid behavior where everytime Button1Click is fired a new form is exposed. How can I keep the f object alive in the event so that a new object does not have to be created?
|