| Thread | Last Post | Replies |
|
| Query engine error on crystal report based on stored procedure | 24 Mar 2006 12:26 GMT | 1 |
Dear reader, I'm having a problem linking a dataset to a crystal report. I'm using next code. In between I explain my problem 'This code is to fill a dataset with the result of a stored
|
| What will Sinofsky mean to dotNet? | 24 Mar 2006 08:23 GMT | 3 |
I'm just tossing this out there, but now that Sinofsky is in office, does this now mean that the dev and os groups will now get the same crappy interoperability and lack of innovation that the Office suite has?
|
| Reading the first file from a directory. | 24 Mar 2006 07:06 GMT | 4 |
I have a program that's using the file system as a queuing mechanism, and it's consuming an inordinate amount of CPU time when the file system queue gets all that large (any more than a thousand or so messages in the queue).
|
| Data availablility best practices? | 24 Mar 2006 04:15 GMT | 2 |
I have a client that wants me to code a simple application as a prototype. The catch is that he wants to use this application at several different stores while being able to share each store's data. He also want the application to continue to function in the case that the ...
|
| Multithread | 24 Mar 2006 03:54 GMT | 2 |
I'm trying to write a multithread application: it will get different kind of data from DB, my intention was to create different thread for each query. I tryed to use the AsyncHelper.FireAndForget method u can easily find
|
| Unable to serialize the session state. | 24 Mar 2006 02:02 GMT | 1 |
Could anyone tell me what this means and how do I correct it. Any suggestions? Thanks! Tim Richardson IT Developer and Consultant
|
| Imagelist and Toolbar | 24 Mar 2006 00:56 GMT | 2 |
I used a toolbar with an imagelist. I can see images on toolbar buttons in design view, but not during runtime. Does anybody know why and what needs to be done? Any help will be greatly appreciated! Thanks,
|
| InProc/OutProce memory sharing | 24 Mar 2006 00:05 GMT | 5 |
I have two exes and would like to share a simple boolean variable among two exes. The client will setup the value for hte boolean while the server will read it.How do I do that?
|
| MapPoint 2006 | 23 Mar 2006 22:40 GMT | 1 |
Will MapPoint 2006 support programming in C#.NET in VS 2005 without the need to jump through the hoops with COM? I would really like to see a .NET friendly version of MapPoint on the desktop because the pricing for the MapPoint Web Service puts many useful projects into the red ...
|
| ObjectSpaces | 23 Mar 2006 21:31 GMT | 4 |
Is it true that ObjectSpaces are cancelled?
|
| Ngen and .net framework 1.1 installation | 23 Mar 2006 19:37 GMT | 1 |
I have observed that the ngen process appears in the list of processes in taskmgr while .net framework 1.1 gets installed. This process consumes 0-50%
|
| StringBuilder limitations? | 23 Mar 2006 18:29 GMT | 2 |
Are there any StringBuilder limitations that I should be aware of? I'm trying to read a 2,261 byte file into a StringBuilder object with: string fileName = info.OutputFile; FileStream fileStream = new FileStream(
|
| Ensurevisible doesn't work in listview when scrollable = false | 23 Mar 2006 17:10 GMT | 2 |
I'm using a listview in my app but I want to scroll the listview programatically as I hate the look of the standard scrollbar. So, the listview is scrolled programatically using ensurevisible, ie the listview shows a maximum of 6 items and if I want to scroll down one I use
|
| Regex problem - any help greatfully accepted! | 23 Mar 2006 16:16 GMT | 2 |
I have a connection string that I would like to extract a part from, but my knowledge does not extend far enough to resolve my problem. I can have strings like: "Integrated Security=SSPI;Persist Security Info=False;Initial
|
| Icon | 23 Mar 2006 13:06 GMT | 1 |
Does anyone know how to save an icon I know how to save a text file but I don't know how to creat a icon file. OR Does anyone knows how to save an image like if I load a image then I
|