| Thread | Last Post | Replies |
|
| HowTo Convert Array of Array to BLOB | 21 Jan 2007 08:06 GMT | 1 |
I have an array of an array of doubles and need to save this as a single byte array. Then save this byte array as a BLOB to an SQL 2005 database. Array allocation code shown below:
|
| Help with CLR security | 20 Jan 2007 20:39 GMT | 2 |
I would be grateful for advice on the following. Server 1 (Windows 2003 Server) COMSRV1 VB6 COM ActiveX EXE NETSRV1 .NET (VB2005) .DLL
|
| FTP File upload, damage. | 20 Jan 2007 17:17 GMT | 1 |
I'd like to ask you what goes wrong in my program. Its a simple Ftp uploading program, designed to upload just one file (a *.exe), as it does. But if I copy the same file back to my desktop and run it I recieve error codes like: C:\.....\test2.exe
|
| Current Function Name | 19 Jan 2007 19:55 GMT | 2 |
For logging purposes, is there any Runtime facility to obtain the name (with namepsaces) of a method from within? That is, insgiven: namespace A
|
| Jung: Java Universal Network and .Net | 19 Jan 2007 15:51 GMT | 2 |
I discovered the JUNG (Java Universal Network/Graph Framework) http://jung.sourceforge.net/index.html and I think that it's very interesting, but is there (and where) something similar in some .Net project?
|
| Print Preview Dialog | 19 Jan 2007 14:31 GMT | 1 |
I would like to ask if there's a way to hide or disable the printer icon in the PrintPreviewDialog's toolbar? Thanks.
|
| STDIN (console) input buffer limit = 256? | 18 Jan 2007 20:32 GMT | 2 |
If I write the following unmanaged C program: main() { char buffer[1000];
|
| Common Language Runtime Debugging Services | 18 Jan 2007 15:02 GMT | 3 |
Hi, I've a problem with my .Net apllication that before runs ok. Now, when I try to run application appears a dialog box titled "Common Language Runtime Debugging Services" and reports "applications has generated and exception that could not handled". My application was develped ...
|
| System.Net.Dns - Is an Authoritative answer possible? | 18 Jan 2007 14:14 GMT | 4 |
Is it possible to get an authoritative answer from System.Net.Dns, much as you can get from nslookup? I Know it's not giving me one because I put an entry into my hosts file (a fake ip of a real entry) and it gives me a response showing what's in the hosts file.
|
| How do you Implement a search box | 18 Jan 2007 10:49 GMT | 1 |
The data in my site will most likely be kept in XML files on disk. What would be the best way to implement a search page in this scenario? Can someone please outline the possible methods you can use? Thanks
|
| .Net Framework 2.0 Form & Label Color Bug | 18 Jan 2007 10:16 GMT | 1 |
I have a form with the backcolor of RGB values of (0, 159, 139). I place a label on top of this form with the exact same backcolor. When I run my application in a remote desktop connection on a windows 2000 server that has .Net framework 2.0, the colors are visibly different
|
| response.transmitfile fails when deployed (ASP.NET 2) | 18 Jan 2007 07:56 GMT | 11 |
I am confused about this... I have an app that has worked for a long time in 1.1. I upgraded it to 2.0. Everything works on my local machine, including transmit file. When I deploy the site to a Server 2003 (SP1) machine the transmit file
|
| Lockbits in C# | 17 Jan 2007 22:11 GMT | 6 |
I have a linked-list of bitmaps drawn on a window - no problem. I want to convert one of them to Black & White - problem! It just doesn't do it. I dumbed the routine down to implementing the 'Lockbit' example code, and no effect. Now, if I call bimap.FlipRotate() first, I ...
|
| VS2003 / "Build" checkboxes / .sln file | 17 Jan 2007 18:43 GMT | 1 |
In 1.1, when I bring up the "configuration Manager", (the Active Solution Configuration is set to Debug) When I check off the "Build" checkboxes, where is this information kept?
|
| .Net ftp function (FtpWebRequest) | 17 Jan 2007 11:12 GMT | 1 |
i am writing a function to connect to a ftp server to download document when i use the ftpwebrequest and the ftpwebresponse, after each time i download the file, the connection will be terminated i need to connect to the server again to download the next document.
|