| Thread | Last Post | Replies |
|
| Deployment Project changes | 05 Dec 2006 21:17 GMT | 3 |
I am using Visual Studio 2005, and I have created a deployment project to distribute the app I've built. Now, I need to add a dialog (which I've done) to collect two prompts. Based on those two prompts, I need to add a line to a config file.
|
| Gettype() returning a null | 05 Dec 2006 21:10 GMT | 1 |
I have an .aspx page that needs to instantiate an object whose type in not known until runtime. The definition of said object resides in /App_code/CMS.cs CMS.cs
|
| Ideas for how to enumerate all folders on XP and determine size? | 05 Dec 2006 20:05 GMT | 12 |
I want to write a program that lists all folders on my local hard drive in order of size, any ideas for how I might do this? Thankyou,
|
| Saving data | 05 Dec 2006 19:54 GMT | 1 |
can someone tell me if there's a possibility to save some data/flag on a win2k/xp machine thats not that easy to track? I mean saving some data to a file you can use FileMon or a registry RegMon to check if an app accesses them.
|
| Encrypting Data | 05 Dec 2006 19:36 GMT | 2 |
I need to encrypt sensative data in a SQL db like ssn, driver license... I was looking at using SymmetricAlgorithm using DES to encrypt and decrypt the data. Since I need to decrypt the data I cannot use hash like I do for login. Any thoughts?
|
| XML serialization and UTF encoding 8 | 05 Dec 2006 19:10 GMT | 3 |
I am trying to generate XML file with UTF encoding 8 , But after serliazation the xml is generated as <?xml version=\"1.0\" encoding=\"utf-16\"?> I want UTF encoding 8 .
|
| C++ to C# get set question.. | 05 Dec 2006 19:00 GMT | 2 |
I am a (bad) C++ programmer, and I thought I would learn C# so I can play with Microsoft XNA Game Studio Express. I haven't picked up any C# books yet, but have been reading articles around the web until I get chance to get to a shop.
|
| I determinate the data type of a physical table field | 05 Dec 2006 18:54 GMT | 1 |
I want to change a field a SQLServer table to varchar(10) if it is nvarchar(5). How can I determinate the data type of a physical table field in SQLServer 2005?
|
| ICloneable and releasing memory | 05 Dec 2006 18:40 GMT | 3 |
ICloneable::Clone returns a new instance of the object being cloned. However, it seems possible that the garbage collector could release this memory before the calling function receives a reference to the memory. If this can occur then it introduces an error that would only ...
|
| Different languages | 05 Dec 2006 18:18 GMT | 3 |
To be able to use different languages in my application, i load into a StringDictionnary the corrrepondance between controls' names and the selected language (stored in an bdd used for the application). Then, for each control, i just read the content of the StringDictionnary.
|
| To serialize or not to serialize? | 05 Dec 2006 18:05 GMT | 1 |
My teacher asked me to do a job and I don't know how.. This is the scenario: I must create a client/server application. The server application is a c# web server and the client is a c# windows aplication. The web service will
|
| Who is Jesus? | 05 Dec 2006 18:03 GMT | 36 |
Who is Jesus? Without a doubt, you have often heard the claim that Jesus is God, the second person in the "Holy trinity." However, the very Bible which is used as a basis for knowledge about Jesus and as the basis for doctrine
|
| list DLL functions | 05 Dec 2006 16:05 GMT | 8 |
I want to list the functions contained in a DLL in c# , is there a code for doing this? thank you very much
|
| How to reference the first element in an arraylist | 05 Dec 2006 16:03 GMT | 10 |
Hi I'm using the following to reference each 'element' (is this the correct term) in an arraylist: - foreach (InternetExplorer ie in ar) {
|
| How to schedule ClickOnce application | 05 Dec 2006 14:36 GMT | 7 |
Hello Gurus, Is it possible to schedule a task to run an application deployed using ClickOnce? The executable changes location with each update.. and if i were to run the executable directly, it's not considered as a network
|