| Thread | Last Post | Replies |
|
| Java and Hand Scanner | 17 May 2007 02:33 GMT | 2 |
I am a beginner and I am working on an Airport Project now. I need Java to read data from the hand Scanner connected to COM1. Bits per second is 9600, Data bits is 8.
|
| Excel import with x64 machine | 17 May 2007 01:01 GMT | 11 |
I easily ported a .Net 2.0 c# app to x64, but there is one major problem left: the app imports excel data via OleDB, and there are no Jet drivers and no ODBC divers (other than SQL Server) available for 64 bit apps on the x64 platform.
|
| PHP and C# | 16 May 2007 23:38 GMT | 5 |
I have a C# program which downloads data files from a database via a PHP webpage. Currently I'm uploading the data into the database manually using phpMyAdmin but it is time for an upgrade. I would like to use a C# application to send info via a HTTP web form which can include ...
|
| Regex: Mathing formatted multi-line reports | 16 May 2007 23:29 GMT | 2 |
Hi everyone, I have reports of the form: Name: Value Name2: Value And so on... the report is padded right on the value so the colons
|
| Create valid XML | 16 May 2007 22:51 GMT | 5 |
If I have an XSD, and I have to create an XmlDocument from scratch; do I have to create the XmlDocument and then validate it using the xsd; or is there a better way to create an XmlDocument to make sure that's it's correct?
|
| RGB into a picturebox | 16 May 2007 22:24 GMT | 1 |
I'm using RoboRealm to get an image from a webcam. the roborealm docs say to do something like byte[] image = new byte[d.width * d.height]; Dimension dd = rr.getImage(image, d.width * d.height);
|
| Cannot create XmlSerializer from XSD generated class object | 16 May 2007 21:41 GMT | 1 |
Hi all, I have ceated a CSharp class from an xml schema (xsd) by using the command line tool XSD. When I attempt to create an XmlSerializer object from the class object. I get the following two errors. Cannot convert type
|
| embedded resource file not found in assembly | 16 May 2007 21:41 GMT | 1 |
I am embedding an xml file in my class library assembly. In solution explorer I right click a folder, add , new item, xml file. then on the xml file I right click, properties, build action = embedded resource.
|
| Paint Event - Wrong X and Y... | 16 May 2007 21:26 GMT | 2 |
I have a problem in C# programming. I'm using paint event to draw something with graphics, but sometimes, it draws it in a wrong place - like he think that the form starts in minus, he draws it a little to the left, and up.
|
| code templates and wix | 16 May 2007 18:58 GMT | 1 |
Heya , mind giving me a short tutorial. A very simple example would be nice. thx
|
| GridView | 16 May 2007 17:58 GMT | 1 |
Can someone post a good resource or link as to how data can be displayed in the control GridView using a SqlDataSource along with a menu that acts as a filter.
|
| TcpClient and non-blocking mode | 16 May 2007 15:57 GMT | 1 |
I have an unmanaged C++ project which acts as a TCP client. However, the C++ client uses non-blocking mode and the tcplistener in the C# project is blocking. I am not sure if this matters, but I'm not getting any data at the C# client side even though the sending C++ side signals ...
|
| DataContractSerializer: xml elements vs. attributes | 16 May 2007 14:16 GMT | 2 |
I've spent hours tonight trying to figure out how I can get my WCF DataContract to serialize properly and I'm going nuts. The DataContractSerializer, at this point, seems to me to be very restrictive with regards to the final xml format. For example, from
|
| The "Default" Visual Studio icon | 16 May 2007 13:28 GMT | 3 |
This is a silly question. When I create a new project, Visual Studio assigns a default icon (the one with some small colorful squares) to the program. The icon is used in the title bar but not as the program icon.
|
| Protecting Password | 16 May 2007 13:24 GMT | 2 |
I am developing an application which will allow users (students) to run applications on PC's with elevated rights. This is necessary for some applications which require Administrator rights on the PC. I now need to store the local administrator username and password
|