| Thread | Last Post | Replies |
|
| .NET hash/Cryptography newby question | 07 Mar 2006 17:01 GMT | 2 |
I'm studying for the 70-330 Exam using the MS Press book by Tony Northrup and there are 2 side-by-side examples of using the SHA1CryptoServiceProvider to create a hash value from a string. The vb example outputs "A94A8FE5CCB19BA61C4C0873D391E987982FBBD3"
|
| sending mail | 07 Mar 2006 13:46 GMT | 10 |
I am a hotmail user. 1) How do I send e-mail from my .NET 2.0 app via hotmail? How should the following lines look like? Assume my hotmail username is HMUN, my hotmail password is HMPW.
|
| can i run vb.net application in Visual Studio 6 Pro | 07 Mar 2006 13:40 GMT | 1 |
hai all, I am developing a vb.net windows application , is there any possible to run the vb.net application in visual Studio 6 Pro, if possible what are the ,minimum, requirments to run the application,
|
| Layout Absolute vs. Relative vs...my sanity | 07 Mar 2006 13:13 GMT | 6 |
Ok, I gotta say I now believe in Voodoo & Magic after working with VS 2005 developing web pages. I have a standard ASPX web page, the only two controls on the page are a Label Control (WebControls.Label) and a Button (WebControls.Button). If I
|
| Problem with WMI | 07 Mar 2006 13:04 GMT | 1 |
Hi NG, Here some Code: ------------------------------------------------------ Public Class Form1
|
| questions abt unmanaged code | 07 Mar 2006 12:56 GMT | 2 |
what is com and dcom,wt's the difference? what is unmanaged code? is .net support unamanaged code? how can we include unmanaged code assembly into .net?
|
| Deployment - Uninstall Previous Application | 07 Mar 2006 07:43 GMT | 1 |
We are about to deploy a new version of our application re-written in .Net. Our .Net app is using the installer included with VS.Net 2003. The previous version of the application was deployed using InstallShield. Is it possible, using a Custom Action, to call the previous apps ...
|
| a "Global" application - is this possible? | 07 Mar 2006 06:55 GMT | 2 |
I am currently working on a project that I am interested in porting to Win32 or .NET, but I don't know where to get started. I have quite a bit of experience with MFC, and I have been working with C# for the last few months and I feel like if I know where to start looking, I can ...
|
| c# Active Directory connect directly to user DN | 07 Mar 2006 05:49 GMT | 1 |
Hello there. I have a method that pulls out the members of a group in the form of distinguishedName. I read somewhere that I could then connect to the Directory with: DirectoryEntry(@"LDAP://servername/" + dnPulledFromGroup)
|
| Application Trace Profiler | 07 Mar 2006 05:11 GMT | 8 |
Does anyone have an example of an application that can connect to a running process and capture Trace.WriteLine calls like in SQL Server Profiler? I know that we can inherit from a TraceListener class to write to files, databases, etc..., but I would really like to attach to ...
|
| When to be static?? | 06 Mar 2006 19:14 GMT | 2 |
C# I am new to C#, and new to the whole OO concepts, and so I am sure this is a very stupid question, but I'll ask anyway. When should my methods be static? I have several "Business Objects" in my app, which basically hold key
|
| Binding ComboBox | 06 Mar 2006 18:45 GMT | 3 |
I'm attempting to bind a combobox to store the values in tblProblems.VersionID and display the Version value from the tblVersions. The VersionID field is a foreign key to the ID in tblVersions. Currently I have the combobox displaying the versions in the dropdown which is what ...
|
| prevent a row from being deleted in datagrid/datatable | 06 Mar 2006 16:48 GMT | 3 |
Can someone give a sample to prevent a row from being deleted in a datatable? I tried e.Row.RejectChanges(); in dt_RowDeleting() but seems does not work. I need verify if there other data using data in this row before actually
|
| Binding checkboxes and date time picker [vb.net 2003] | 06 Mar 2006 15:09 GMT | 7 |
i'm trying to bind a checkbox and some date time picker fields to a dataset. this is wat i have tried for the check box but it doesnt seen to work chkObservation.DataBindings.Add("text", dsChildData, "Child.ChildObservation")
|
| problem installing V Studio 2005 trial DVD using external drivw | 06 Mar 2006 13:37 GMT | 1 |
Having trouble installing my 180 day Visual Studio 2005 trial disk. The CD that was sent is actually a DVD not a CD. My home PC only has a CD drive. I attempted to install on an external drive using a work PC with a DVD drive
|