| Thread | Last Post | Replies |
|
| 2.0: reading utf-8 text file with non-ASCII letters | 22 May 2006 18:43 GMT | 1 |
Could you help me please with a problem of reading utf-8 file with non-ASCII (Polish) letters? I have written such code: DirectoryInfo D = new DirectoryInfo(HttpContext.Current.Request.PhysicalApplicationPath);
|
| Don't understand keepalive... | 22 May 2006 18:01 GMT | 2 |
I've got a problem with the GC.keepalive function, as used in the examples at http://msdn2.microsoft.com/en-US/library/system.gc.keepalive.aspx .
|
| Tricky Reflection Question | 22 May 2006 17:34 GMT | 1 |
Not sure if this is the correct group but hope so. I need to be able to load an assembly and simply get a list of the types contained within that assembly. This is easy to achieve using Assembly.LoadFrom and GetTypes but once the assembly has been loaded it cannot be unloaded ...
|
| Async dataset populating..... | 22 May 2006 16:21 GMT | 1 |
Windows C# I have some search screens in my app which can, with certain search params, bring back thousands of rows, and can take ages to populate. So I am trying to find a better way of them operating. One idea is to batch the results up.
|
| VB.Net2005 Form Designing | 22 May 2006 14:12 GMT | 6 |
I have created one form in vb.net 2005 and i need its printout on A4 size paper, but its leave some space on top and bottom, i have also tried to increased the size of that perticular form but it allows me max 760 pixel only.
|
| .net threads | 22 May 2006 14:06 GMT | 2 |
I'm writing an application that receives video frame from a camera that releases a GotFrame event carrying the image as event argument 25 times per second. I wrote an event handler FrameReceiver hooked to the GotFrame event
|
| Easier way to expose properties? | 22 May 2006 12:36 GMT | 2 |
I am using some 3rd party controls to create my own control. I want to "pass up" many (but not all) of the properties of the 3rd party controls that I am using to make my control, so that the end user can customize as much or as little as they wish. But, there are HUNDREDS of
|
| Problem with a growing number of connections in HttpWebRequest | 22 May 2006 09:30 GMT | 2 |
I'm having a problem with a growing number of connections. my app generates http requests and reads responses. the app creates large number of threads (100 or more) that generates the requests, this is the code:
|
| Setup & Deployment | 22 May 2006 09:21 GMT | 3 |
I have a program that use a private dll. After making a setup project and install it in a client's computer i want to update only the dll instaed of sending him the full setup. How can i do that in the setup project?
|
| error retrieving information from user datastore | 22 May 2006 07:55 GMT | 1 |
hello list, i am writing a pocket pc project. just this morning i opened up my project and I got the following error.. error retrieving information from user datastore.
|
| GAC Keep objects in memory | 22 May 2006 06:56 GMT | 3 |
I have some application that use the same library in the gac. All these application use the same xml document. I would like to keep that xml document loaded in memoy and dont have to reload it all the time. Same thing for a XslCompileTransform object. It seems to be recompiles
|
| Publishing with ClickOnce | 22 May 2006 02:29 GMT | 2 |
This is my first attempt at using ClickOnce. It seems it is publishing OK, but I can't run the install. If I use IE, I just see XML in the web browser. If I use Firefox, I download a setup file, run it, then see XML in the browser. I'm using Windows 2000, though my friend tried ...
|
| html parsing / regular expressions | 21 May 2006 23:40 GMT | 1 |
my goal is to get patterns out of email files - say "message forwarding" patterns (message forwarded from: xx to: yy subject: zz) now lets say there are tons of these patterns (by gmail, outlook, etc) - and i want to create some rules of how to get them out of the mail's
|
| XML beginner problem | 21 May 2006 20:38 GMT | 1 |
I tried to execute WriteElementString with a 'localname' parameter that is a number...but somehow this results in a corrupted name. Can't I specify a number as a local name? Best wishes,
|
| Creating a Install package of a .Net Service using InstallSheild | 21 May 2006 19:48 GMT | 1 |
Has anyone ever used InstallSheild to create a install/setup package for a .net service? If so, did you just create the component service and enable the use of the .Net Class and/or create a component with Install NT service type?
|