| Thread | Last Post | Replies |
|
| Configure Web Service CLient Timeout via Config File?? | 29 May 2007 20:23 GMT | 3 |
VS 2003 .NET 1.x Windows 2000 SP4 Hi all,
|
| Retrieving data from excel | 29 May 2007 19:57 GMT | 4 |
I am working on an application to retrieve data from excel and insert into SQL Server database. Yesterday, I faced a strange problem. In a column in the excel, if 1st 8 rows are number, then as soon as an alphanumeric or string value is encountered, the string becomes null
|
| How to get the date? | 29 May 2007 19:51 GMT | 5 |
Hi Experts: Using C#, knowing today's date, how to get the date of NEXT Tuesday? For example, if today is 2007-04-26, I'd like to get the date of next Tuesday which is 2007-05-01.
|
| reading data from serial port | 29 May 2007 19:29 GMT | 8 |
I have a micro controller that sends a stream of 102 bytes to the pc. The values range from 0 to 255. I set up my serialport like this sp.BaudRate = 115200; sp.PortName = "COM53";
|
| making fonts size fixed | 29 May 2007 18:15 GMT | 4 |
I have a project with windows forms. The size of the forms is fixed, and the text in the form is made to fit exactly in the form. The problem is that if the user changes the font size in windows, the form itself doesn't change its size but the text becomes bigger, and only part ...
|
| ComboBox usage | 29 May 2007 18:06 GMT | 9 |
I have a List of data objects. I need to populate a ComboBox with the 'Description' field from the objects. I can do that with cmbBx.Items.Add( myObject.Description.ToString() );
|
| Hedge Fund Job - Looking for SQL / .Net developers | 29 May 2007 18:04 GMT | 1 |
send resumes to resume.newsgr...@gmail.com if interested. Thanks. //Responsibilities: Periodic report production including:
|
| CF card GPRS Modem (pocket pc) | 29 May 2007 17:04 GMT | 2 |
I have a GSM/GPRS compact flash card inserted in my pocket pc. I have configured it with all connection settings because I want to use it to connect to the internet with a C# socket. I want to know how Ican wake up the modem and enable the connection
|
| set Dropdownlist SelectedIndex in a DataGrid | 29 May 2007 16:47 GMT | 1 |
I have a really strange problem working with Dropdownlists in a DataGrid. I'm trying to preselect some values from the DropDownlist for each row in the DataGrid, but it seems that both selectedIndex has the same
|
| referencing 2 versions of same assembly | 29 May 2007 15:48 GMT | 5 |
how can i reference two versions of the same assembly? they exist in two seperate files. since they have the same name they can't simply be referenced. (i am writing a program that updates data that was serialized with version 1
|
| listview | 29 May 2007 15:36 GMT | 3 |
How to add a list of images into listview? Should I use different tool? Hrcko
|
| imageList | 29 May 2007 15:24 GMT | 2 |
Is there a way to fill an imageList with images from sql server dataTable that are stored as BLOB? Hrcko
|
| How to reset a socket? | 29 May 2007 14:25 GMT | 6 |
I'm writing an application that manages sockets and has a message protocol. I connect to another machine and I have to send and receive certain messages. I need the possibility to restart the communication. I tried with a simple
|
| Asynchronous sockets and buffer size | 29 May 2007 12:59 GMT | 16 |
been using asynchronous sockets with AsyncCallback and System.Net.Sockets as per the excellent MSDN example. everything has been working great, except when i want to receive more total bytes than my buffer can hold.
|
| pivot table control for VS 2005 | 29 May 2007 11:43 GMT | 2 |
I would like to use a pivot table in my win app. Something like the pivot tables in SQL Server 2005 (Analysis Services). Does it exist something similar that can be used on my own app?
|