| Thread | Last Post | Replies |
|
| String Encryption | 27 Mar 2006 00:07 GMT | 9 |
Does anyone have any recommendation for encrypting simple strings to be stored in a db? Thank you,
|
| Issue with upgrade to .NET 2.0 using SQL Server 2000 | 27 Mar 2006 00:07 GMT | 1 |
Hey all . . . We've just upgraded from .NETFX 1.1 to .NETFX 2.0 for our in-house application, and now intermittenly, we are getting a "Request for the permission of type
|
| List<T> Question | 27 Mar 2006 00:06 GMT | 18 |
I have been using List(of String) when I could easily be using a string array instead. Is it still considered best practice to use Generic list of string rather then a string array?
|
| Convert byte to it's bit representation | 26 Mar 2006 23:54 GMT | 1 |
How can I get the bits that compose a byte? Say I pass a byte of value 10 to my byteToBitArray function, I would LIKE to get back an array (8 long) of 00001010. I want that back cause that's the binary representation of the byte 10.
|
| HTML into string from http address | 26 Mar 2006 23:54 GMT | 3 |
What is the easiet way to get the HTML from an URL location into a string. regards Jesper
|
| HTML to PDF, something decent | 26 Mar 2006 22:41 GMT | 2 |
Hajo, I've been looking for decent software that will allow me to convert html to pdf. I am interested not only in commercial but also in free solutions.
|
| Redirecting Browser to another URL | 26 Mar 2006 21:48 GMT | 2 |
Is there a way to redirect the browser from within a c# control which is embedded in an HTML page to another URL? I am looking for something similar to "showDocument()" which performs the described action in Java-Applets.
|
| Project ideas | 26 Mar 2006 21:30 GMT | 4 |
Hello, could anyone recommend some project ideas for someone just beyond the beginner level, but not quite intermediate? I seem to have a case of programmer's block, even though I don't consider myself a programmer yet, heh.
|
| c (not c#) compiler | 26 Mar 2006 19:29 GMT | 2 |
We work in C# but have a need to compile and create a DLL of c code. I have never programmed in c, can you do this in visual studio 2005. It is c not c++. Any suggestions would be appreciated
|
| generics question | 26 Mar 2006 18:05 GMT | 7 |
I need a generic collection that will do the following key/value/value or index/value/value
|
| How do you get the selected ContextMenu item? | 26 Mar 2006 17:56 GMT | 2 |
I have a contextmenu that is created by looping through a datarow view and in the foreach loop I have this: ToolStripMenuItem menuItem = new ToolStripMenuItem(); menuItem.Text = row["Name"].ToString();
|
| Why use and what is project reference | 26 Mar 2006 16:31 GMT | 1 |
I use C# and VS 2003 My exe file is using several class dll(assume we called then 1,2,3,4,5,6) and some of these 6 class dll is using some of the other 5 class dll. If I have a class Dll called Test.dll that I want to add a reference to I
|
| Problem with Proxies and HttpRequests | 26 Mar 2006 15:54 GMT | 1 |
I'm having a bit of trouble writing a program that reads an XML file located on a webserver. I've had a go myself to try and code it but I'm getting a strange error. HttpWebRequest myWebRequest =
|
| Read Access DB | 26 Mar 2006 15:38 GMT | 3 |
any one can tell me how can i Read Access Data base Using C#.net windows which refrence i hav to use , ConnectionString , reader and all
|
| Why doesn't this code compile? | 26 Mar 2006 07:30 GMT | 3 |
This code generates the following error: Error 2 Cannot convert type 'System.Collections.Generic.KeyValuePair<string,CollectionTest.Group>' to 'CollectionTest.Group' C:\Code\Project\CollectionTest.cs 21 4 Project
|