| Thread | Last Post | Replies |
|
| Help with H5ThreadLib | 02 Feb 2005 07:28 GMT | 2 |
Anyone using or have used the James Rudnicki H5ThreadLib class in a non-Windows Forms application? I have tried in vain to use the class reasonably in a non-Windows Forms application. I tried to contact him, but to no avail. Anyone who knows how to use it or
|
| 2.0 webadmin tool | 02 Feb 2005 06:37 GMT | 1 |
I just upgraded to v 2.0 and I am trying to use the webadmin tool but nothing seems to be working. When I try to bring up the tool via a new website I get the following error written below. The path I used to get this error was
|
| UDPClient message size limit | 02 Feb 2005 05:16 GMT | 1 |
I'm trying to implement basic broadcasting functionality via UDP. Its all working except for the fact that if the message is over 1472 bytes it does not seem to be received by the client app... and theres no exceptions being raised (by either the server or client).
|
| Multi-threading and static classes | 02 Feb 2005 05:05 GMT | 4 |
I have a static class that I'll be using in an ASP.NET app. One of the static methods returns an array based on a user ID. Pseudo-code is as follows: static string[] myFunc(string userID) {
|
| cross - tier event delegation | 02 Feb 2005 04:01 GMT | 2 |
My question is: how can I fire an event from an object on one machine and listen for and handle that event in an object on another machine? Does anyone know if this is possible? Here is my problem: I'm creating an enterprise application which integrates multiple
|
| .NET Obfuscator Review | 02 Feb 2005 01:55 GMT | 4 |
Does anyone have experience on using any .Net Obfuscator? Does anyone know any obfuscator review online? Thanks
|
| Dodgy font killing application? | 01 Feb 2005 23:41 GMT | 1 |
I have an application, one evening it was working fine, the next morning it's dead. I don't know what has changed in that time. It appears to be dying on the line of code setting the font of a listview control, ie
|
| MS data block problem? | 01 Feb 2005 21:55 GMT | 1 |
the situation is: I'm using the sqlhelper.executenonquery send two paramters, vehicleID(output) and statusid stored procedure code:
|
| odd format harddrive error.... | 01 Feb 2005 21:55 GMT | 1 |
When I click on the folder icon in the c:\windows\microsoft.net\"framework" folder the message "your drive is not formatted. Would you like to format now?" For every minute that i spend looking for solutions on this topic, the more i doubt living. :):)
|
| https SSL 128 bit | 01 Feb 2005 21:28 GMT | 1 |
Does the HttpWebRequest object handle 128 bit encrypted sites? Thanks, Andrew
|
| Can I call this in a function or does it have to be multi HTTP pos | 01 Feb 2005 21:07 GMT | 1 |
I'm coding credit card functionality for a custom system used by a major university. The only means they have of doing this charge is thus: You post a HTTP request to their site, including in a form field the "return page."
|
| dataview and datatable how to find corresponding row?? | 01 Feb 2005 19:11 GMT | 3 |
When i create a dataview with a rowfilter form a dataTable how do i find the corresponding row in the data table?? for example: i've 100 row in the datatable
|
| Static interfaces? Static method attributes? | 01 Feb 2005 17:35 GMT | 1 |
I would like, if possible, to guarantee that a certain set of classes all implement a specific static method: static bool DoSomething( byte [] data ); What's the best way to approach this problem? To the best of my
|
| Unicode conversion | 01 Feb 2005 16:31 GMT | 2 |
I am working on conversion of existing Oracle database character set to UTF8, I want to convert existing longraw column from a language specified locale and converts it to Unicode, I want to write a conversion program in dot net to do it. What is the best way of doing
|
| File replacement while deploying .NET windows application | 01 Feb 2005 16:16 GMT | 3 |
While deploying a .NET Windows application using a .msi package created using Visual Studio .NET 2002 deployment project, if a file with the same name exists in the same location where a file in the installer need to be created, the old file remains and not updated by
|