| Thread | Last Post | Replies |
|
| Library question | 10 Feb 2007 15:08 GMT | 10 |
I am getting these errors: DrawListViewItemEventArgs' could not be found DrawListViewSubItemEventArgs' could not be found DrawListViewColumnHeaderEventArgs' could not be found
|
| 07 cracked software fast ftp download | 10 Feb 2007 09:55 GMT | 1 |
There are best softwares and best price. The list is not full and now will be more new version, any more need, please mail me: judydan@hotmail.com [ArcGIS.Engine.9.1].EngineDevKit91
|
| Debugging woes | 10 Feb 2007 09:04 GMT | 3 |
Hoping someone can help with this problem. I am having a serious problem while debugging several C# web applications in Visual Studio 2003 SP1. All was fine until yesterday morning then when I tried debugging an
|
| IsHex() ?? | 10 Feb 2007 08:01 GMT | 9 |
bool Char.IsHex(char c) Is there any function like that? Char.IsNumber() definitely does not work. Thank you.
|
| Setting the BackColor of indvidual cells in a DataGridView | 10 Feb 2007 01:05 GMT | 4 |
I have been trying to figure out how to set the BackColor of individual cells in a DataGridView. I found the following solution in a VB usenet group
|
| Using DataSet Designer for procedures returning multiple resultsets | 10 Feb 2007 01:03 GMT | 1 |
Folks, For designing WinApps, I do prefer to have the controls dragged and dropped into the screen, mainly for datagridview controls. For that end, I normally use the DataSet designer but reading the dataset information from my
|
| how to resolve System.Configuration.ConfigurationErrorsException? | 10 Feb 2007 00:53 GMT | 1 |
It appears that my user.config file got corrupted causing my "InitializeComponent" routine to throw an exception "Root element is missing." when I start my app. I figure I can just go into Explorer and delete the file to get things
|
| Checking for MS Office Install | 10 Feb 2007 00:30 GMT | 1 |
Hey all, I'm developing a stand alone accounting application, and I would like to offer an export to MS Excel. That part works great, but now I am concerned that not all users of the product will have the same version
|
| How can I wrap a collection ? (re-repost) | 09 Feb 2007 22:03 GMT | 5 |
I have been posting this question with no success. I do not know if I am not being clear of the question is too difficult :-)) or unclear. It seems to me that the need to wrap a collection is quite common in real world programs.
|
| VB6 migration (C# or VB.NET?) | 09 Feb 2007 21:43 GMT | 6 |
...from a purely technical/benchmarking standpoint looking 10-15 years out. The concern being to best preclude/mitigate the situation currently facing VB6 migration issues right now. Concern is not with training $, existing developer knowledge, etc.
|
| Publishing | 09 Feb 2007 21:39 GMT | 1 |
My application also uses another exe file and several .ini and .txt files. How do I add them to the project so they are distributed when installed when I use the publish wizard? Thanks
|
| Smart DataReader!! | 09 Feb 2007 21:29 GMT | 1 |
Hi All, Whenever I use the SqlDataReader I have to retrieve a column by its OrdinalPosition can't I do something like this using(SqlDataRedaer sr=SqlHelper.ExecuteReader(....)) {
|
| Socket error | 09 Feb 2007 21:28 GMT | 11 |
I have a socket listener and a test app. The socket listener app: opens up the port 51296 and listens. The test app - sends a message on port 51296. If the listener and test app are on the same box, all is well - everything
|
| System.Configuration.Configuration | 09 Feb 2007 21:22 GMT | 8 |
Can you tell me how to read and modify a value in the app.config file using this class? Thank you very much
|
| Complex sorting problem with List<> | 09 Feb 2007 21:08 GMT | 4 |
I need some help with a multilevel sorting problem with the List<>. I have a List<ItemToSort> ( see below ) that needs to be sorted in the following manner: Sort by Level1Id ( ok that was the easy part)
|