| Thread | Last Post | Replies |
|
| DataGrid Row cursor control | 23 Dec 2005 03:33 GMT | 1 |
How can I set the row cursor(on the row header) position by C# app? The DataGrid.Select() method can't do it!
|
| Parse and Convert | 23 Dec 2005 03:05 GMT | 2 |
What's the difference between int.Parse(...) and Convert.ToInt32(...)? Thank you
|
| How to combine datasets? | 23 Dec 2005 02:25 GMT | 2 |
I have one dataset with columns a thru c. Then another that gets columns a and d thru f. I need a dataset that has columns a thru f. What is the best way to do it? I currently have a thru c in dataset1. Then I use a datareader for set
|
| Doesn't initialize properly | 23 Dec 2005 02:20 GMT | 1 |
I have developed a web service application. The server and client software executes correctly on my local computer (localhost). Sending the client application to another individual and attempting to execute the code results in the error message, Doesn't initialize properly. ...
|
| xml serialization (interfaces) | 23 Dec 2005 01:47 GMT | 1 |
Can someone tell me how can I seralize the following PurchaseOder class to xml. public class PurchaseOrder {
|
| error on SERVICE_WIN32_SHARE_PROCESS | 23 Dec 2005 00:46 GMT | 7 |
I'm using c# and creating a proccess without problems using dllimport's, I'm using this method instead of the service installer classes because I found this way simplier the problem is that even passing SERVICE_WIN32_SHARE_PROCESS as
|
| Garbage Collection Issues in long-standing services | 23 Dec 2005 00:43 GMT | 18 |
I'm having issues with garbage collection with my long-standing service process. If you could review and point me in the right direction it would be of great help. If there are any helpful documents that you could point me to help me control the GC, then that would be great ...
|
| Printing to File with Printer API | 22 Dec 2005 22:59 GMT | 1 |
It seems to be a bug when trying to print to file using Printing API. http://www.kbalertz.com/kb_820644.aspx Are there any working way to pass this bug? Cheers!
|
| How to Mix two Icons ? (how to add an icon to another one ?) | 22 Dec 2005 22:05 GMT | 1 |
How can I "mix" two Icons (or add an Icon to another one.) ? I would like to make a system like Windows's shortcuts that add a little curved black arrow in a white square to the icons that represent a shortcut on the window desktop. Thanks for any help ! Steph
|
| Efficient way to firing event..... | 22 Dec 2005 21:37 GMT | 6 |
I am using the following method "FireAsync" (i got the following information from the google groups) to fire the event for all the subscribers. Is there another way to fire the event to all the subscriber
|
| Screen refresh issue | 22 Dec 2005 21:22 GMT | 1 |
I have a Windows form that has several ComboBoxes on it. I would like to be able to clear the existing values when the user clicks on the Clear button, and then I need some of the Combos to be disabled. The problem I am having is that all of the Combo boxes retain their last ...
|
| Connecting to SQL Server from ASP.NET page using SqlClient namespa | 22 Dec 2005 21:01 GMT | 5 |
I need to ask this question again because I am simply not getting it... Can somebody please tell us what we need to do and explain the solution? Please see the problem below. Situation:
|
| Inserting a Dataset into a database | 22 Dec 2005 20:07 GMT | 1 |
I have a situation where I am transferring data from an Access database to a SQL Server database. Basically I am populating a dataset from the Access database and now I want to insert that data into SQL Server. The schemas are the same so I was
|
| dataset reuse | 22 Dec 2005 20:01 GMT | 2 |
i have a strongly typed dataset that i will continually refill with different data using SQL queries and want to process the data in each. I get the first dataset fine, using a SQL command object and using a dataAdapter.Fill() etc, and everything works fine. If i want to refill
|
| how to read txt file | 22 Dec 2005 18:52 GMT | 3 |
Project/add/existing item/File type *.* --> temp.txt how to read temp.txt
|